Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp40 template<> struct FoldingSetTrait<SValData> { struct
41 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { in Profile()
47 template<> struct FoldingSetTrait<SValPair> { struct
48 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { in Profile()
/external/clang/lib/StaticAnalyzer/Checkers/
DPointerArithChecker.cpp37 template <> struct FoldingSetTrait<AllocKind> { struct
38 static inline void Profile(AllocKind X, FoldingSetNodeID &ID) { in Profile()
DRetainCountChecker.cpp54 template <> struct FoldingSetTrait<ArgEffect> { struct
55 static inline void Profile(const ArgEffect X, FoldingSetNodeID &ID) { in Profile()
59 template <> struct FoldingSetTrait<RetEffect> { struct
60 static inline void Profile(const RetEffect &X, FoldingSetNodeID &ID) { in Profile()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DFoldingSet.h240 template<typename T> struct FoldingSetTrait struct
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DFoldingSet.h259 template<typename T> struct FoldingSetTrait struct
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DFoldingSet.h250 template<typename T> struct FoldingSetTrait struct
/external/llvm/include/llvm/ADT/
DFoldingSet.h252 template<typename T> struct FoldingSetTrait struct