Home
last modified time | relevance | path

Searched defs:FoldingSetTrait (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp57 template<> struct FoldingSetTrait<SValData> { struct
58 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { in Profile()
64 template<> struct FoldingSetTrait<SValPair> { struct
65 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { in Profile()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp34 template <> struct FoldingSetTrait<ObjectState> { struct
35 static inline void Profile(ObjectState X, FoldingSetNodeID &ID) { in Profile()
H A DPointerArithChecker.cpp36 template <> struct FoldingSetTrait<AllocKind> { struct
37 static inline void Profile(AllocKind X, FoldingSetNodeID &ID) { in Profile()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h262 struct FoldingSetTrait : public DefaultFoldingSetTrait<T> {}; global() struct
[all...]