Home
last modified time | relevance | path

Searched refs:bc_parse_pushIndex (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/bc/src/
H A Dbc_parse.c351 bc_parse_pushIndex(p, nargs); in bc_parse_args()
389 bc_parse_pushIndex(p, idx); in bc_parse_call()
996 bc_parse_pushIndex(p, *label); in bc_parse_endBody()
1161 bc_parse_pushIndex(p, idx); in bc_parse_if()
1182 bc_parse_pushIndex(p, idx); in bc_parse_else()
1223 bc_parse_pushIndex(p, idx); in bc_parse_while()
1290 bc_parse_pushIndex(p, exit_idx); in bc_parse_for()
1292 bc_parse_pushIndex(p, body_idx); in bc_parse_for()
1306 bc_parse_pushIndex(p, cond_idx); in bc_parse_for()
1360 bc_parse_pushIndex(p, i); in bc_parse_loopExit()
H A Dparse.c57 bc_parse_pushIndex(p, bc_program_search(p->prog, name, var)); in bc_parse_pushName()
71 bc_parse_pushIndex(p, idx); in bc_parse_pushInstIdx()
H A Ddc_parse.c125 else bc_parse_pushIndex(p, SIZE_MAX); in dc_parse_cond()
/aosp_15_r20/external/bc/include/
H A Dparse.h105 #define bc_parse_pushIndex(p, idx) (bc_vec_pushIndex(&(p)->func->code, (idx))) macro
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c3070 void bc_parse_pushIndex(BcParse *p, size_t idx) { in bc_parse_pushIndex() function
3084 bc_parse_pushIndex(p, idx); in bc_parse_addId()
3290 bc_parse_pushIndex(p, nparams); in bc_parse_params()
3318 bc_parse_pushIndex(p, in bc_parse_call()
3655 bc_parse_pushIndex(p, *label); in bc_parse_endBody()
3741 bc_parse_pushIndex(p, idx); in bc_parse_if()
3755 bc_parse_pushIndex(p, idx); in bc_parse_else()
3789 bc_parse_pushIndex(p, idx); in bc_parse_while()
3844 bc_parse_pushIndex(p, exit_idx); in bc_parse_for()
3846 bc_parse_pushIndex(p, body_idx); in bc_parse_for()
[all …]