Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Ddirectives.c31 struct if_stack struct
33 struct if_stack *next; argument
1690 struct if_stack *ifs = buffer->if_stack; in do_else()
1723 struct if_stack *ifs = buffer->if_stack; in do_elif()
1758 struct if_stack *ifs = buffer->if_stack; in do_endif()
1775 buffer->if_stack = ifs->next; in do_endif()
1789 struct if_stack *ifs; in push_conditional()
1792 ifs = XOBNEW (&pfile->buffer_ob, struct if_stack); in push_conditional()
1794 ifs->next = buffer->if_stack; in push_conditional()
1805 buffer->if_stack = ifs; in push_conditional()
[all …]
H A Dinternal.h278 struct if_stack *if_stack; member
/freebsd-12.1/contrib/gcc/doc/
H A Dcppinternals.texi947 pushes an @code{if_stack} structure onto the stack. In this structure
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog1849 (struct {file_buf,definition,if_stack}): New member nominal_fname_len.
H A 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.
H A 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.
H A DChangeLog-19993904 (struct if_stack: fname): Mark const.
4489 directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
H A 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,
H A DFSFChangeLog.113712 * c-common.c (if_stack{,_space,_pointer}): New static variables.