Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtoplev.c164 struct file_stack *input_file_stack; variable
1008 fs->next = input_file_stack; in push_srcloc()
1015 input_file_stack = fs; in push_srcloc()
1017 VEC_safe_push (fs_p, heap, input_file_stack_history, input_file_stack); in push_srcloc()
1033 fs = input_file_stack; in pop_srcloc()
1035 input_file_stack = fs->next; in pop_srcloc()
1037 VEC_safe_push (fs_p, heap, input_file_stack_history, input_file_stack); in pop_srcloc()
1048 input_file_stack = NULL; in restore_input_file_stack()
1050 input_file_stack = VEC_index (fs_p, input_file_stack_history, tick - 1); in restore_input_file_stack()
H A Dinput.h97 extern struct file_stack *input_file_stack;
H A Ddiagnostic.c300 p = input_file_stack; in diagnostic_report_current_module()
H A DChangeLog-19998814 (main): Add root for input_file_stack.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19952448 or popping), update input_file_stack->name.