Searched refs:input_file_stack_tick (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dinput.h100 extern int input_file_stack_tick;
102 /* The number of bits available for input_file_stack_tick. */
H A Ddiagnostic.h152 ((DC)->last_module != input_file_stack_tick)
157 (DC)->last_module = input_file_stack_tick
H A Dtoplev.c167 int input_file_stack_tick; variable
1003 if (input_file_stack_tick == (int) ((1U << INPUT_FILE_STACK_BITS) - 1))
1004 sorry ("GCC supports only %d input file changes", input_file_stack_tick);
1016 input_file_stack_tick++;
1030 if (input_file_stack_tick == (int) ((1U << INPUT_FILE_STACK_BITS) - 1))
1031 sorry ("GCC supports only %d input file changes", input_file_stack_tick);
1036 input_file_stack_tick++;
1051 input_file_stack_tick = tick;
/freebsd-12-stable/contrib/gcc/cp/
H A Dparser.c420 token->input_file_stack_index = input_file_stack_tick;

Completed in 101 milliseconds