HomeSort by relevance Sort by last modified time
    Searched refs:NodeEquals (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
FoldingSet.h 194 /// NodeEquals - Instantiations of the FoldingSet template implement
196 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
398 /// NodeEquals - Instantiations may optionally provide a way to compare a
400 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
476 virtual bool NodeEquals(FoldingSetImpl::Node *N,
  /external/llvm/lib/Support/
FoldingSet.cpp 292 if (NodeEquals(NodeInBucket, ID, IDHash, TempID))

Completed in 48 milliseconds