Searched refs:InsertIntoBucket (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 129 TheBucket = InsertIntoBucket(TheBucket, __sanitizer::move(Key), in try_emplace() 146 InsertIntoBucket(TheBucket, Key, __sanitizer::forward<Ts>(Args)...); in try_emplace() 195 return *InsertIntoBucket(TheBucket, Key); in FindAndConstruct() 205 return *InsertIntoBucket(TheBucket, __sanitizer::move(Key)); in FindAndConstruct() 378 BucketT *InsertIntoBucket(BucketT *TheBucket, KeyArg &&Key, in InsertIntoBucket() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 268 InsertIntoBucket(TheBucket, std::move(Key), std::forward<Ts>(Args)...); in try_emplace() 292 TheBucket = InsertIntoBucket(TheBucket, Key, std::forward<Ts>(Args)...); in try_emplace() 396 return InsertIntoBucket(TheBucket, Key)->second; 404 return InsertIntoBucket(TheBucket, std::move(Key))->second; 592 BucketT *InsertIntoBucket(BucketT *TheBucket, KeyArg &&Key, in InsertIntoBucket() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 623 … char, llvm::DenseMapInfo<unsigned int>, llvm::DenseMapInfo<char>>::InsertIntoBucket(unsigned int … 850 …fo<clang::CanQual<clang::Type>>, llvm::DenseMapInfo<unsigned int>>::InsertIntoBucket(clang::CanQua… 910 …o<clang::IdentifierInfo const*>, llvm::DenseMapInfo<unsigned int>>::InsertIntoBucket(clang::Identi… 1034 …apInfo<clang::LabelStmt const*>, llvm::DenseMapInfo<unsigned int>>::InsertIntoBucket(clang::LabelS… 1038 …Info<clang::DeclContext const*>, llvm::DenseMapInfo<unsigned int>>::InsertIntoBucket(clang::DeclCo… 1042 …enseMapInfo<clang::Type const*>, llvm::DenseMapInfo<unsigned int>>::InsertIntoBucket(clang::Type c… 1404 …char const*>>, llvm::DenseMapInfo<clang::driver::DerivedArgList*>>::InsertIntoBucket(std::pair<cla… 1526 …Info<unsigned int>, llvm::DenseMapInfo<clang::driver::ToolChain*>>::InsertIntoBucket(unsigned int … 1747 …seMapInfo<unsigned int>, llvm::DenseMapInfo<clang::driver::Tool*>>::InsertIntoBucket(unsigned int … 2159 …vm::DenseMapInfo<clang::CXXRecordDecl*>, llvm::DenseMapInfo<bool>>::InsertIntoBucket(clang::CXXRec… [all …]
|