Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dsub_grph.cpp117 int SubGraph::ConnectLastScope (int beginScopeId, int endScopeId) in ConnectLastScope() argument
146 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId); in ConnectLastScope()
150 (void) CreateArc (endLabel, endOutLabel, endScopeId, endId); in ConnectLastScope()
155 (void) CreateArc (endLabel, ruleId, endScopeId, lastId); in ConnectLastScope()
160 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId); in ConnectLastScope()
Dsub_grph.h221 int ConnectLastScope (int beginScopeId, int endScopeId);