Searched refs:bc_parse_createLabel (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/bc/src/ |
H A D | bc_parse.c | 192 bc_parse_createLabel(BcParse* p, size_t idx) in bc_parse_createLabel() function 206 bc_parse_createLabel(p, p->func->code.len); in bc_parse_createCondLabel() 236 bc_parse_createLabel(p, SIZE_MAX); in bc_parse_createExitLabel() 1260 bc_parse_createLabel(p, p->func->code.len); in bc_parse_for() 1307 bc_parse_createLabel(p, p->func->code.len); in bc_parse_for()
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | bc.c | 3191 static void bc_parse_createLabel(BcParse *p, size_t idx) { in bc_parse_createLabel() function 3196 bc_parse_createLabel(p, p->func->code.len); in bc_parse_createCondLabel() 3209 bc_parse_createLabel(p, SIZE_MAX); in bc_parse_createExitLabel() 3822 bc_parse_createLabel(p, p->func->code.len); in bc_parse_for() 3861 bc_parse_createLabel(p, p->func->code.len); in bc_parse_for()
|