Searched refs:fs_p (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | toplev.c | 168 typedef struct file_stack *fs_p; typedef 169 DEF_VEC_P(fs_p); 170 DEF_VEC_ALLOC_P(fs_p,heap); 171 static VEC(fs_p,heap) *input_file_stack_history; 979 VEC_safe_push (fs_p, heap, input_file_stack_history, input_file_stack); in push_srcloc() 999 VEC_safe_push (fs_p, heap, input_file_stack_history, input_file_stack); in pop_srcloc() 1012 input_file_stack = VEC_index (fs_p, input_file_stack_history, tick - 1); in restore_input_file_stack()
|