Searched defs:FoldingSetTrait (Results 1 – 7 of 7) sorted by relevance
40 template<> struct FoldingSetTrait<SValData> { struct41 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { in Profile()47 template<> struct FoldingSetTrait<SValPair> { struct48 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { in Profile()
37 template <> struct FoldingSetTrait<AllocKind> { struct38 static inline void Profile(AllocKind X, FoldingSetNodeID &ID) { in Profile()
54 template <> struct FoldingSetTrait<ArgEffect> { struct55 static inline void Profile(const ArgEffect X, FoldingSetNodeID &ID) { in Profile()59 template <> struct FoldingSetTrait<RetEffect> { struct60 static inline void Profile(const RetEffect &X, FoldingSetNodeID &ID) { in Profile()
240 template<typename T> struct FoldingSetTrait struct
259 template<typename T> struct FoldingSetTrait struct
250 template<typename T> struct FoldingSetTrait struct
252 template<typename T> struct FoldingSetTrait struct