Searched refs:FindAndConstruct (Results 1 – 8 of 8) sorted by relevance
156 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function157 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
208 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function217 return FindAndConstruct(Key).second;
199 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function200 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
262 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function271 return FindAndConstruct(Key).second;274 value_type& FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function283 return FindAndConstruct(std::move(Key)).second;
247 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function256 return FindAndConstruct(Key).second;259 value_type& FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function268 return FindAndConstruct(std::move(Key)).second;
120 BBMap.FindAndConstruct(Pred); in BuildBlockList()
131 BBMap.FindAndConstruct(Pred); in BuildBlockList()
808 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); in emitUserDefinedReduction()948 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in emitUpdateLocation()1006 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()1022 auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn); in getThreadID()