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

  /external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraphBuilder.h 28 typedef std::set<TGraphParentNode*> TParentNodeSet;
43 TParentNodeSet* getTopSet() const
46 TParentNodeSet* topSet = nodeSets.top();
50 void pushSet() { nodeSets.push(new TParentNodeSet()); }
64 TParentNodeSet* oldTopSet = nodeSets.top();
68 TParentNodeSet* newTopSet = nodeSets.top();
94 typedef std::stack<TParentNodeSet*> TParentNodeSetStack;
164 void connectMultipleNodesToSingleNode(TParentNodeSet* nodes, TGraphNode* node) const;
DependencyGraphBuilder.cpp 53 if (TParentNodeSet* argumentNodes = mNodeSets.getTopSet()) {
134 if (TParentNodeSet* assignmentNodes = mNodeSets.getTopSet())
153 if (TParentNodeSet* leftNodes = mNodeSets.getTopSet()) {
182 if (TParentNodeSet* conditionNodes = mNodeSets.getTopSet()) {
203 if (TParentNodeSet* conditionNodes = mNodeSets.getTopSet()) {
219 void TDependencyGraphBuilder::connectMultipleNodesToSingleNode(TParentNodeSet* nodes,
222 for (TParentNodeSet::const_iterator iter = nodes->begin(); iter != nodes->end(); ++iter)

Completed in 47 milliseconds