Searched refs:KeyOrErr (Results 1 – 2 of 2) sorted by relevance
1009 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges() local1010 Key = *KeyOrErr; in fixTLVSectionsAndEdges()1012 return KeyOrErr.takeError(); in fixTLVSectionsAndEdges()
1231 if (auto KeyOrErr = MP.createPThreadKey()) in fixTLVSectionsAndEdges() local1232 Key = *KeyOrErr; in fixTLVSectionsAndEdges()1234 return KeyOrErr.takeError(); in fixTLVSectionsAndEdges()