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

  /external/llvm/lib/Support/
FoldingSet.cpp 268 InsertNode(NodeInBucket,
304 /// InsertNode - Insert the specified node into the folding set, knowing that it
307 void FoldingSetImpl::InsertNode(Node *N, void *InsertPos) {
383 InsertNode(N, IP);
  /external/llvm/include/llvm/ADT/
FoldingSet.h 89 /// should be inserted using InsertNode.
94 /// InsertNode(N, InsertPoint);
164 /// InsertNode - Insert the specified node into the folding set, knowing that
167 void InsertNode(Node *N, void *InsertPos);
169 /// InsertNode - Insert the specified node into the folding set, knowing that
171 void InsertNode(Node *N) {
612 /// InsertNode - Insert the specified node into the folding set, knowing that
615 void InsertNode(T *N, void *InsertPos) {
616 Set.InsertNode(N, InsertPos);
620 /// InsertNode - Insert the specified node into the folding set, knowing tha
    [all...]

Completed in 329 milliseconds