Home
last modified time | relevance | path

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

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