Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c30 struct if_stack struct
32 struct if_stack *next; argument
2030 struct if_stack *ifs = buffer->if_stack; in do_else()
2063 struct if_stack *ifs = buffer->if_stack; in do_elif()
2099 struct if_stack *ifs = buffer->if_stack; in do_endif()
2116 buffer->if_stack = ifs->next; in do_endif()
2130 struct if_stack *ifs; in push_conditional()
2133 ifs = XOBNEW (&pfile->buffer_ob, struct if_stack); in push_conditional()
2135 ifs->next = buffer->if_stack; in push_conditional()
2146 buffer->if_stack = ifs; in push_conditional()
[all …]
H A Dinternal.h337 struct if_stack *if_stack; member
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A 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 …]
H A Dinternal.h353 struct if_stack *if_stack; member
H A DChangeLog4886 * directives.c (struct if_stack): Use source_location as type
5712 * directives.c (struct if_stack): Use linenum_type.
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dbind.c1163 static unsigned char *if_stack = (unsigned char *)NULL; variable
1179 if (!if_stack) in parser_if()
1180 if_stack = (unsigned char *)xmalloc (if_stack_size = 20); in parser_if()
1182 if_stack = (unsigned char *)xrealloc (if_stack, if_stack_size += 20); in parser_if()
1184 if_stack[if_stack_depth++] = _rl_parsing_conditionalized_out; in parser_if()
1393 if (if_stack[i] == 1) in parser_else()
1407 _rl_parsing_conditionalized_out = if_stack[--if_stack_depth]; in parser_endif()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcppinternals.info888 every opening conditional this function pushes an 'if_stack' structure
H A Dcppinternals.texi948 pushes an @code{if_stack} structure onto the stack. In this structure
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcppinternals.info888 every opening conditional this function pushes an 'if_stack' structure
H A Dcppinternals.texi948 pushes an @code{if_stack} structure onto the stack. In this structure
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog1849 (struct {file_buf,definition,if_stack}): New member nominal_fname_len.
H A DFSFChangeLog.113712 * c-common.c (if_stack{,_space,_pointer}): New static variables.
/netbsd-src/external/gpl3/gcc/dist/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.