HomeSort by: relevance | last modified time | path
    Searched refs:GetNodeProfile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FoldingSet.h 168 /// GetNodeProfile - Instantiations of the FoldingSet template implement
170 void (*GetNodeProfile)(const FoldingSetBase *Self, Node *N,
497 /// GetNodeProfile - Each instantiation of the FoldingSet needs to provide a
499 static void GetNodeProfile(const FoldingSetBase *, Node *N,
524 GetNodeProfile, NodeEquals, ComputeNodeHash};
549 // FoldingSet<T>::GetNodeProfile to be instantiated, which in turn
561 /// GetNodeProfile - Each instantiatation of the FoldingSet needs to provide a
563 static void GetNodeProfile(const FoldingSetBase *Base, Node *N,
586 GetNodeProfile, NodeEquals, ComputeNodeHash};
  /src/external/apache2/llvm/dist/llvm/lib/Support/
FoldingSet.cpp 427 Info.GetNodeProfile(this, N, ID);

Completed in 42 milliseconds