Searched refs:InsertIntoBucket (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 178 TheBucket = InsertIntoBucket(KV.first, KV.second, TheBucket); in insert() 193 TheBucket = InsertIntoBucket(std::move(KV.first), in insert() 214 TheBucket = InsertIntoBucket(std::move(KV.first), std::move(KV.second), Val, in insert_as() 252 return *InsertIntoBucket(Key, ValueT(), TheBucket); in FindAndConstruct() 264 return *InsertIntoBucket(std::move(Key), ValueT(), TheBucket); in FindAndConstruct() 433 BucketT *InsertIntoBucket(const KeyT &Key, const ValueT &Value, in InsertIntoBucket() function 442 BucketT *InsertIntoBucket(const KeyT &Key, ValueT &&Value, in InsertIntoBucket() function 451 BucketT *InsertIntoBucket(KeyT &&Key, ValueT &&Value, BucketT *TheBucket) { in InsertIntoBucket() function 460 BucketT *InsertIntoBucket(KeyT &&Key, ValueT &&Value, LookupKeyT &Lookup, in InsertIntoBucket() function
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | DenseMap.h | 169 TheBucket = InsertIntoBucket(KV.first, KV.second, TheBucket); in insert() 213 return *InsertIntoBucket(Key, ValueT(), TheBucket); in FindAndConstruct() 280 BucketT *InsertIntoBucket(const KeyT &Key, const ValueT &Value, in InsertIntoBucket() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 195 InsertIntoBucket(TheBucket, std::move(Key), std::forward<Ts>(Args)...); in try_emplace() 211 TheBucket = InsertIntoBucket(TheBucket, Key, std::forward<Ts>(Args)...); in try_emplace() 267 return *InsertIntoBucket(TheBucket, Key); in FindAndConstruct() 279 return *InsertIntoBucket(TheBucket, std::move(Key)); in FindAndConstruct() 448 BucketT *InsertIntoBucket(BucketT *TheBucket, KeyArg &&Key, in InsertIntoBucket() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 215 InsertIntoBucket(TheBucket, std::move(Key), std::forward<Ts>(Args)...); in try_emplace() 233 TheBucket = InsertIntoBucket(TheBucket, Key, std::forward<Ts>(Args)...); in try_emplace() 292 return *InsertIntoBucket(TheBucket, Key); in FindAndConstruct() 304 return *InsertIntoBucket(TheBucket, std::move(Key)); in FindAndConstruct() 510 BucketT *InsertIntoBucket(BucketT *TheBucket, KeyArg &&Key, in InsertIntoBucket() function
|