Home
last modified time | relevance | path

Searched defs:FoldingSetTrait (Results 1 – 3 of 3) 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/llvm/include/llvm/ADT/
DFoldingSet.h238 template<typename T> struct FoldingSetTrait struct
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp53 template <> struct FoldingSetTrait<ArgEffect> { struct
54 static inline void Profile(const ArgEffect X, FoldingSetNodeID &ID) { in Profile()
58 template <> struct FoldingSetTrait<RetEffect> { struct
59 static inline void Profile(const RetEffect &X, FoldingSetNodeID &ID) { in Profile()