Searched refs:FindAndConstruct (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 190 value_type &FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function 198 ValueT &operator[](const KeyT &Key) { return FindAndConstruct(Key).second; } 200 value_type &FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function 209 return FindAndConstruct(__sanitizer::move(Key)).second;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | Graph.h | 462 Vertices.FindAndConstruct(EI.first); in insert() 463 Vertices.FindAndConstruct(EI.second); in insert()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ValueMap.h | 207 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function 208 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 2178 …d::pair<clang::ASTReader::PerFileData*, unsigned long long>, 2u>>>::FindAndConstruct(unsigned int … 2182 …o<unsigned int>, llvm::DenseMapInfo<llvm::SmallVector<void*, 1u>>>::FindAndConstruct(unsigned int … 2186 …MapInfo<llvm::SmallVector<clang::ASTReader::DeclContextInfo, 1u>>>::FindAndConstruct(clang::DeclCo… 2303 … llvm::DenseMapInfo<llvm::SmallVector<clang::CXXRecordDecl*, 4u>>>::FindAndConstruct(clang::CXXRec… 2520 …*>, llvm::DenseMapInfo<llvm::SmallVector<unsigned long long, 2u>>>::FindAndConstruct(clang::Decl c… 3012 …fo<clang::NamespaceDecl const*>, llvm::DenseMapInfo<llvm::WeakVH>>::FindAndConstruct(clang::Namesp… 3015 …enseMapInfo<clang::Decl const*>, llvm::DenseMapInfo<llvm::WeakVH>>::FindAndConstruct(clang::Decl c… 3019 …nfo<clang::FunctionDecl const*>, llvm::DenseMapInfo<llvm::WeakVH>>::FindAndConstruct(clang::Functi… 3022 …akVH, llvm::DenseMapInfo<void*>, llvm::DenseMapInfo<llvm::WeakVH>>::FindAndConstruct(void* const&)… 3025 …llvm::DenseMapInfo<char const*>, llvm::DenseMapInfo<llvm::WeakVH>>::FindAndConstruct(char const* c… [all …]
|