Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c84 unsigned input_file_stack_index : INPUT_FILE_STACK_BITS; member
417 token->input_file_stack_index = input_file_stack_tick; in cp_lexer_get_preprocessor_token()
484 restore_input_file_stack (token->input_file_stack_index); in cp_lexer_set_source_position_from_token()
H A DChangeLog940 * parser.c (struct cp_token): Add input_file_stack_index.