Searched refs:endLabel (Results 1 – 3 of 3) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | sub_grph.cpp | 120 int begLabel, endLabel, begOutLabel, endOutLabel; in ConnectLastScope() local 127 endLabel= ENDRULE_LABEL; in ConnectLastScope() 133 endLabel= ENDSCOPE_LABEL; in ConnectLastScope() 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()
|
/external/sqlite/dist/ |
D | sqlite3.c | 63292 int endLabel; /* GOTO label for end of CASE stmt */ 63310 endLabel = sqlite3VdbeMakeLabel(v); 63336 sqlite3VdbeAddOp2(v, OP_Goto, 0, endLabel); 63349 sqlite3VdbeResolveLabel(v, endLabel);
|
D | sqlite3.c.orig | 63281 int endLabel; /* GOTO label for end of CASE stmt */ 63299 endLabel = sqlite3VdbeMakeLabel(v); 63325 sqlite3VdbeAddOp2(v, OP_Goto, 0, endLabel); 63338 sqlite3VdbeResolveLabel(v, endLabel);
|