Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h233 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()