Home
last modified time | relevance | path

Searched refs:if_stack (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Ddirectives.cc30 struct if_stack struct
32 struct if_stack *next; argument
2073 struct if_stack *ifs = buffer->if_stack; in do_else()
2106 struct if_stack *ifs = buffer->if_stack; in do_elif()
2213 struct if_stack *ifs = buffer->if_stack; in do_endif()
2230 buffer->if_stack = ifs->next; in do_endif()
2244 struct if_stack *ifs; in push_conditional()
2247 ifs = XOBNEW (&pfile->buffer_ob, struct if_stack); in push_conditional()
2249 ifs->next = buffer->if_stack; in push_conditional()
2260 buffer->if_stack = ifs; in push_conditional()
[all …]
Dinternal.h353 struct if_stack *if_stack; member
DChangeLog4886 * directives.c (struct if_stack): Use source_location as type
5712 * directives.c (struct if_stack): Use linenum_type.
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dcppinternals.info888 every opening conditional this function pushes an 'if_stack' structure
Dcppinternals.texi948 pushes an @code{if_stack} structure onto the stack. In this structure
/netbsd/src/external/gpl3/gcc/dist/gcc/
DFSFChangeLog1849 (struct {file_buf,definition,if_stack}): New member nominal_fname_len.
DChangeLog-20004032 * cpplib.c (struct if_stack): Make was_skipping unsigned char.
5159 (struct if_stack): Use cpp_lexer_pos rather than line and col.
17212 * cpplib.h (cpp_reader): Remove if_stack. Change
17222 * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
17226 * cpplib.c (struct if_stack): Remove if_succeeded, add
26137 (struct if_stack): Make type field an int.
26586 Move struct if_stack to cpplib.c. Move struct cpp_pending to
26613 (struct if_stack): Remove fname field.
DChangeLog-200110958 * cpplib.c (if_stack): Save line instead of line + col.
16265 * cpplib.c (struct if_stack): Update.
16271 (push_conditional): Update for new struct if_stack.
DChangeLog-19993904 (struct if_stack: fname): Mark const.
4489 directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
DChangeLog-200427964 (if_elt, if_stack, if_stack_space, if_stack_pointer): Remove.
29438 (c_begin_if_stmt): Push if_stack here.
29611 (if_elt, if_stack, if_stack_space, c_expand_start_cond, c_finish_then,
DFSFChangeLog.113712 * c-common.c (if_stack{,_space,_pointer}): New static variables.