Searched refs:TGraphParentNode (Results 1 – 4 of 4) sorted by relevance
16 class TGraphParentNode; variable46 class TGraphParentNode : public TGraphNode {48 TGraphParentNode(TIntermNode* node) : TGraphNode(node) {} in TGraphParentNode() function49 virtual ~TGraphParentNode() {} in ~TGraphParentNode()59 class TGraphArgument : public TGraphParentNode {62 : TGraphParentNode(intermFunctionCall) in TGraphArgument()75 class TGraphFunctionCall : public TGraphParentNode {78 : TGraphParentNode(intermFunctionCall) {} in TGraphFunctionCall()87 class TGraphSymbol : public TGraphParentNode {89 TGraphSymbol(TIntermSymbol* intermSymbol) : TGraphParentNode(intermSymbol) {} in TGraphSymbol()
16 void TGraphParentNode::traverse(TDependencyGraphTraverser* graphTraverser) in traverse()38 TGraphParentNode::traverse(graphTraverser); in traverse()44 TGraphParentNode::traverse(graphTraverser); in traverse()50 TGraphParentNode::traverse(graphTraverser); in traverse()
28 typedef std::set<TGraphParentNode*> TParentNodeSet;79 void insertIntoTopSet(TGraphParentNode* node) in insertIntoTopSet()
224 TGraphParentNode* currentNode = *iter; in connectMultipleNodesToSingleNode()