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

/external/llvm/include/llvm/ADT/
H A DFoldingSet.h35 /// FoldingSetNode. The node class must also define a Profile method used to
43 /// class MyNode : public FoldingSetNode {
365 typedef FoldingSetImpl::Node FoldingSetNode; typedef in namespace:llvm
407 /// subclass of FoldingSetNode and implement a Profile function.
484 /// T must be a subclass of FoldingSetNode and implement a Profile
559 /// order based on the insertion order. T must be a subclass of FoldingSetNode
625 FoldingSetNode *NodePtr;
674 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
713 class FoldingSetNodeWrapper : public FoldingSetNode {
731 /// FastFoldingSetNode - This is a subclass of FoldingSetNode whic
[all...]
/external/swiftshader/third_party/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 {
338 typedef FoldingSetImpl::Node FoldingSetNode; typedef in namespace:llvm
378 /// subclass of FoldingSetNode and implement a Profile function.
447 /// T must be a subclass of FoldingSetNode and implement a Profile
525 FoldingSetNode *NodePtr;
576 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
616 class FoldingSetNodeWrapper : public FoldingSetNode {
655 /// FastFoldingSetNode - This is a subclass of FoldingSetNode which stores
660 class FastFoldingSetNode : public FoldingSetNode {
[all...]

Completed in 107 milliseconds