Home
last modified time | relevance | path

Searched refs:NodeEquals (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h175 bool (*NodeEquals)(const FoldingSetBase *Self, Node *N, member
507 static bool NodeEquals(const FoldingSetBase *, Node *N, in NodeEquals() function
524 GetNodeProfile, NodeEquals, ComputeNodeHash}; in getFoldingSetInfo()
569 static bool NodeEquals(const FoldingSetBase *Base, Node *N, in NodeEquals() function
586 GetNodeProfile, NodeEquals, ComputeNodeHash}; in getFoldingSetInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp336 if (Info.NodeEquals(this, NodeInBucket, ID, IDHash, TempID)) in FindNodeOrInsertPos()