Searched defs:DenseMapInfo (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMapInfo.h29 struct DenseMapInfo { struct in namespace:llvm
38 struct DenseMapInfo<T*> { struct in namespace:llvm
60 template<> struct DenseMapInfo<char> { struct in namespace:llvm
71 template <> struct DenseMapInfo<unsigned char> { struct in namespace:llvm
82 template <> struct DenseMapInfo<unsigned short> { struct in namespace:llvm
93 template<> struct DenseMapInfo<unsigned> { struct in namespace:llvm
104 template<> struct DenseMapInfo<unsigned long> { struct in namespace:llvm
118 template<> struct DenseMapInfo<unsigned long long> { struct in namespace:llvm
133 template <> struct DenseMapInfo<short> { struct in namespace:llvm
141 template<> struct DenseMapInfo<int> { struct in namespace:llvm
152 template<> struct DenseMapInfo<long> { struct in namespace:llvm
169 template<> struct DenseMapInfo<long long> { struct in namespace:llvm
185 struct DenseMapInfo<std::pair<T, U>> { struct in namespace:llvm
221 template <> struct DenseMapInfo<StringRef> { struct in namespace:llvm
249 template <typename T> struct DenseMapInfo<ArrayRef<T>> { struct in namespace:llvm
276 template <> struct DenseMapInfo<hash_code> { struct in namespace:llvm
283 template <> struct DenseMapInfo<ElementCount> { struct in namespace:llvm
[all...]
H A DCachedHashString.h50 template <> struct DenseMapInfo<CachedHashStringRef> { struct in namespace:llvm
153 template <> struct DenseMapInfo<CachedHashStrin struct in namespace:llvm
[all...]
H A DImmutableList.h224 template<typename T> struct DenseMapInfo<ImmutableList<T>> { struct in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasmTraits.h24 template <> struct DenseMapInfo<wasm::WasmSignature> { struct in namespace:llvm
50 template <> struct DenseMapInfo<wasm::WasmGlobalType> { struct in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeOrdering.h39 template<> struct DenseMapInfo<clang::QualType> { struct in namespace:llvm
57 template<> struct DenseMapInfo<clang::CanQualType> { struct in namespace:llvm
H A DBaseSubobject.h57 template<> struct DenseMapInfo<clang::BaseSubobject> { struct in namespace:llvm
H A DGlobalDecl.h152 template<> struct DenseMapInfo<clang::GlobalDecl> { struct in namespace:llvm
H A DCharUnits.h219 template<> struct DenseMapInfo<clang::CharUnits> { struct in namespace:llvm
H A DRedeclarable.h382 struct DenseMapInfo<clang::CanonicalDeclPtr<decl_type>> { struct in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileEntry.h48 template <> struct DenseMapInfo<gsym::FileEntry> { struct in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h41 template <> struct DenseMapInfo<DivRemMapKey> { struct in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegister.h93 template<> struct DenseMapInfo<MCRegister> { struct in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h466 template <> struct DenseMapInfo<lldb_private::ConstString> { struct in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegister.h139 template<> struct DenseMapInfo<Register> { struct in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h175 template <> struct DenseMapInfo<codeview::LocallyHashedType> { struct in namespace:llvm
195 template <> struct DenseMapInfo<codeview::GloballyHashedType> { struct in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h175 struct DenseMapInfo<orc::SymbolStringPtr> { struct in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h102 template <> struct DenseMapInfo<BasicBlockEdge> { struct in namespace:llvm
H A DValueHandle.h175 template <> struct DenseMapInfo<WeakVH> { struct in namespace:llvm
308 struct DenseMapInfo<AssertingVH<T>> { struct in namespace:llvm
539 template <typename T> struct DenseMapInfo<PoisoningVH<T>> { struct in namespace:llvm
[all...]
H A DAttributes.h308 template <> struct DenseMapInfo<AttributeSet> { struct in namespace:llvm
677 template <> struct DenseMapInfo<AttributeList> { struct in namespace:llvm
H A DValueMap.h298 struct DenseMapInfo<ValueMapCallbackVH<KeyT, ValueT, Config>> { struct in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisSummary.h245 template <> struct DenseMapInfo<cflaa::InstantiatedValue> { struct in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h272 template <> struct DenseMapInfo<LocationSize> { struct in class:llvm::MemoryLocation
287 template <> struct DenseMapInfo<MemoryLocation> { struct in class:llvm::MemoryLocation
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp103 struct DenseMapInfo<DecompositionDeclName> { struct in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.h219 template<> struct DenseMapInfo<clang::CodeGen::TBAAAccessInfo> { struct in namespace:llvm
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h282 template<> struct DenseMapInfo<LLT> { struct in namespace:llvm

Completed in 247 milliseconds

123