Searched defs:FoldingSetNode (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DFoldingSet.h39 /// FoldingSetNode. The node class must also define a Profile method used to
47 /// class MyNode : public FoldingSetNode {
351 typedef FoldingSetImpl::Node FoldingSetNode; typedef in namespace:llvm
393 /// subclass of FoldingSetNode and implement a Profile function.
461 /// T must be a subclass of FoldingSetNode and implement a Profile
577 /// order based on the insertion order. T must be a subclass of FoldingSetNode
644 FoldingSetNode *NodePtr;
695 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
735 class FoldingSetNodeWrapper : public FoldingSetNode {
774 /// FastFoldingSetNode - This is a subclass of FoldingSetNode whic
[all...]

Completed in 132 milliseconds