Home
last modified time | relevance | path

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

/openbsd-src/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)
921 if_stack[if_stack_pointer].compstmt_count = compstmt_count;
922 if_stack[if_stack_pointer].file = input_filename;
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++;
934 tree if_stmt = if_stack[if_stack_pointer - 1].if_stmt; in c_finish_then()
944 if_stack_pointer--; in c_expand_end_cond()
[all …]