Searched refs:BC_PARSE_BRACE (Results 1 – 3 of 3) sorted by relevance
538 has_brace = (BC_PARSE_BRACE(p) != 0); in bc_parse_endBody()569 else if (BC_PARSE_BRACE(p) && !BC_PARSE_IF(p)) bc_vec_pop(&p->flags); in bc_parse_endBody()572 if (BC_PARSE_IF(p) && (len == p->flags.len || !BC_PARSE_BRACE(p))) { in bc_parse_endBody()593 !(has_brace = (BC_PARSE_BRACE(p) != 0))); in bc_parse_endBody()597 else if (brace && BC_PARSE_BRACE(p)) { in bc_parse_endBody()968 if (p->flags.len > 1 && !BC_PARSE_BRACE(p)) in bc_parse_stmt()986 else if (BC_PARSE_BODY(p) && !BC_PARSE_BRACE(p)) { in bc_parse_stmt()
81 #define BC_PARSE_BRACE(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_BRACE) macro
480 #define BC_PARSE_BRACE(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_BRACE) macro3551 has_brace = (BC_PARSE_BRACE(p) != 0); in bc_parse_endBody()3582 else if (BC_PARSE_BRACE(p) && !BC_PARSE_IF(p)) bc_vec_pop(&p->flags); in bc_parse_endBody()3585 if (BC_PARSE_IF(p) && (len == p->flags.len || !BC_PARSE_BRACE(p))) { in bc_parse_endBody()3604 !(has_brace = (BC_PARSE_BRACE(p) != 0))); in bc_parse_endBody()3608 else if (brace && BC_PARSE_BRACE(p)) { in bc_parse_endBody()4011 if (p->flags.len > 1 && !BC_PARSE_BRACE(p)) in bc_parse_stmt()4029 else if (BC_PARSE_BODY(p) && !BC_PARSE_BRACE(p)) in bc_parse_stmt()