Searched refs:compstmt_count (Results 1 – 3 of 3) sorted by relevance
705 int compstmt_count; member900 c_expand_start_cond (cond, compstmt_count, if_stmt) in c_expand_start_cond() argument902 int compstmt_count;921 if_stack[if_stack_pointer].compstmt_count = compstmt_count;962 && (if_stack[if_stack_pointer - 1].compstmt_count in c_expand_start_else()963 == if_stack[if_stack_pointer - 2].compstmt_count)) in c_expand_start_else()970 if_stack[if_stack_pointer - 1].compstmt_count--; in c_expand_start_else()
258 static int compstmt_count;2147 compstmt_start: '{' { compstmt_count++;2178 compstmt_count++;2213 compstmt_count,$<ttype>2);2225 compstmt_count++;
3714 * c-parse.in (compstmt_count): New static variable.3717 (do_stmt_start): Update compstmt_count.