Searched defs:FoldingSetTrait (Results 1 – 3 of 3) 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()
238 template<typename T> struct FoldingSetTrait struct
53 template <> struct FoldingSetTrait<ArgEffect> { struct54 static inline void Profile(const ArgEffect X, FoldingSetNodeID &ID) { in Profile()58 template <> struct FoldingSetTrait<RetEffect> { struct59 static inline void Profile(const RetEffect &X, FoldingSetNodeID &ID) { in Profile()