Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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.cpp35 template <> struct FoldingSetTrait<AllocKind> { struct
36 static inline void Profile(AllocKind X, FoldingSetNodeID &ID) { in Profile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h257 template<typename T> struct FoldingSetTrait struct