Home
last modified time | relevance | path

Searched refs:compstmt_count (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.c705 int compstmt_count; member
900 c_expand_start_cond (cond, compstmt_count, if_stmt) in c_expand_start_cond() argument
902 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()
H A Dc-parse.in258 static int compstmt_count;
2147 compstmt_start: '{' { compstmt_count++;
2178 compstmt_count++;
2213 compstmt_count,$<ttype>2);
2225 compstmt_count++;
H A DFSFChangeLog.113714 * c-parse.in (compstmt_count): New static variable.
3717 (do_stmt_start): Update compstmt_count.