Searched defs:DefaultFoldingSetTrait (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 220 template<typename T> struct DefaultFoldingSetTrait { struct 221 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() 224 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile()
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 223 template<typename T> struct DefaultFoldingSetTrait { struct 224 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() 227 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | FoldingSet.h | 232 template<typename T> struct DefaultFoldingSetTrait { struct 233 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() 236 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | FoldingSet.h | 232 template<typename T> struct DefaultFoldingSetTrait { struct 233 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() 236 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 231 template<typename T> struct DefaultFoldingSetTrait { struct 232 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() 235 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | FoldingSet.h | 233 template<typename T> struct DefaultFoldingSetTrait { struct 234 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() 237 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | FoldingSet.h | 233 template<typename T> struct DefaultFoldingSetTrait { struct 234 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() 237 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile()
|