Searched refs:input_file_stack (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dinput.h97 extern struct file_stack *input_file_stack;
99 /* Incremented on each change to input_file_stack. */
H A Dtoplev.c164 struct file_stack *input_file_stack; variable in typeref:struct:file_stack
166 /* Incremented on each change to input_file_stack. */
169 /* Record of input_file_stack at each tick. */
175 /* Whether input_file_stack has been restored to a previous state (in
1008 fs->next = input_file_stack;
1015 input_file_stack = fs;
1017 VEC_safe_push (fs_p, heap, input_file_stack_history, input_file_stack);
1033 fs = input_file_stack;
1035 input_file_stack = fs->next;
1037 VEC_safe_push (fs_p, heap, input_file_stack_history, input_file_stack);
[all...]
H A Ddiagnostic.c302 p = input_file_stack;

Completed in 62 milliseconds