Home
last modified time | relevance | path

Searched refs:beginScopeId (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
144 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope()
149 (void) CreateArc (begLabel, begOutLabel, startId, beginScopeId); in ConnectLastScope()
153 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope()
158 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope()
Dsub_grph.h221 int ConnectLastScope (int beginScopeId, int endScopeId);