Searched refs:KeyOrErr (Results 1 – 2 of 2) sorted by relevance
820 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges() local821 Key = *KeyOrErr; in fixTLVSectionsAndEdges()823 return KeyOrErr.takeError(); in fixTLVSectionsAndEdges()
1213 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges() local1214 Key = *KeyOrErr; in fixTLVSectionsAndEdges()1216 return KeyOrErr.takeError(); in fixTLVSectionsAndEdges()