Searched refs:p_SemGraph (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp1134 SubGraph *p_SemGraph; local
1142 p_SemGraph = new SubGraph( (char *) "Main", -1);
1143 m_pGraph->BeginRule( p_SemGraph );
1144 m_pGraph->AddRuleRef( p_SemGraph, p_SubGraph->getRuleId());
1145 m_pGraph->EndRule( p_SemGraph );
1146 m_pGraph->ExpandRules (p_SemGraph);
1147 p_SemGraph->RemoveInternalConnections ();
1149 p_SemGraph->AddTerminalConnections ();
1150 p_SemGraph->ReduceArcsByEquivalence();
1151 p_SemGraph
[all...]

Completed in 1326 milliseconds