Searched refs:endOutLabel (Results 1 – 1 of 1) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | sub_grph.cpp | 120 int begLabel, endLabel, begOutLabel, endOutLabel; in ConnectLastScope() local 128 endOutLabel= arg1; // For inserting into closing brace in ConnectLastScope() 134 endOutLabel= ENDSCOPE_LABEL; in ConnectLastScope() 146 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId); in ConnectLastScope() 150 (void) CreateArc (endLabel, endOutLabel, endScopeId, endId); in ConnectLastScope() 160 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId); in ConnectLastScope()
|