Searched refs:NodeEquals (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 175 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 D | FoldingSet.cpp | 336 if (Info.NodeEquals(this, NodeInBucket, ID, IDHash, TempID)) in FindNodeOrInsertPos()
|