Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-common.c718 static int if_stack_pointer = 0; variable
911 else if (if_stack_space == if_stack_pointer)
923 if_stack[if_stack_pointer].line = lineno;
924 if_stack[if_stack_pointer].needs_warning = 0;
925 if_stack[if_stack_pointer].if_stmt = if_stmt;
926 if_stack_pointer++;
944 if_stack_pointer--; in c_expand_end_cond()
945 if (if_stack[if_stack_pointer].needs_warning) in c_expand_end_cond()
947 if_stack[if_stack_pointer].line, in c_expand_end_cond()
961 && if_stack_pointer > 1 in c_expand_start_else()
[all …]