Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp231 FoldingSetBase::FoldingSetBase(unsigned Log2InitSize) { in FoldingSetBase() function in FoldingSetBase
239 FoldingSetBase::FoldingSetBase(FoldingSetBase &&Arg) in FoldingSetBase() function in FoldingSetBase
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h499 static void GetNodeProfile(const FoldingSetBase *, Node *N, in GetNodeProfile()
507 static bool NodeEquals(const FoldingSetBase *, Node *N, in NodeEquals()
516 static unsigned ComputeNodeHash(const FoldingSetBase *, Node *N, in ComputeNodeHash()