Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.c39 struct if_stack struct
41 struct if_stack *next; argument
1423 struct if_stack *ifs = buffer->if_stack;
1457 struct if_stack *ifs = buffer->if_stack;
1493 struct if_stack *ifs = buffer->if_stack;
1510 buffer->if_stack = ifs->next;
1527 struct if_stack *ifs;
1530 ifs = xobnew (&pfile->buffer_ob, struct if_stack);
1532 ifs->next = buffer->if_stack;
1543 buffer->if_stack = ifs;
[all …]
H A Dc-common.c712 static if_elt *if_stack; variable
909 if_stack = (if_elt *) xmalloc (10 * sizeof (if_elt));
914 if_stack = (if_elt *) xrealloc (if_stack, if_stack_space * sizeof (if_elt));
921 if_stack[if_stack_pointer].compstmt_count = compstmt_count;
922 if_stack[if_stack_pointer].file = input_filename;
923 if_stack[if_stack_pointer].line = lineno;
924 if_stack[if_stack_pointer].needs_warning = 0;
925 if_stack[if_stack_pointer].if_stmt = if_stmt;
934 tree if_stmt = if_stack[if_stack_pointer - 1].if_stmt; in c_finish_then()
945 if (if_stack[if_stack_pointer].needs_warning) in c_expand_end_cond()
[all …]
H A Dcpphash.h293 struct if_stack *if_stack; member
H A DChangeLog.31946 * cpplib.h (cpp_reader): Remove if_stack. Change
1956 * cpplex.c (cpp_push_buffer): Don't set new->if_stack.
1960 * cpplib.c (struct if_stack): Remove if_succeeded, add
10871 (struct if_stack): Make type field an int.
11320 Move struct if_stack to cpplib.c. Move struct cpp_pending to
11347 (struct if_stack): Remove fname field.
H A DFSFChangeLog1849 (struct {file_buf,definition,if_stack}): New member nominal_fname_len.
H A DChangeLog.610958 * 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.44026 * cpplib.c (struct if_stack): Make was_skipping unsigned char.
5153 (struct if_stack): Use cpp_lexer_pos rather than line and col.
H A DChangeLog.23904 (struct if_stack: fname): Mark const.
4489 directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
H A DFSFChangeLog.113712 * c-common.c (if_stack{,_space,_pointer}): New static variables.
/openbsd-src/gnu/gcc/libcpp/
H A Ddirectives.c31 struct if_stack struct
33 struct if_stack *next; argument
1668 struct if_stack *ifs = buffer->if_stack; in do_else()
1701 struct if_stack *ifs = buffer->if_stack; in do_elif()
1736 struct if_stack *ifs = buffer->if_stack; in do_endif()
1753 buffer->if_stack = ifs->next; in do_endif()
1767 struct if_stack *ifs; in push_conditional()
1770 ifs = XOBNEW (&pfile->buffer_ob, struct if_stack); in push_conditional()
1772 ifs->next = buffer->if_stack; in push_conditional()
1783 buffer->if_stack = ifs; in push_conditional()
[all …]
H A Dinternal.h273 struct if_stack *if_stack; member
/openbsd-src/gnu/lib/libreadline/
H A Dbind.c824 static unsigned char *if_stack = (unsigned char *)NULL; variable
839 if (!if_stack)
840 if_stack = (unsigned char *)xmalloc (if_stack_size = 20);
842 if_stack = (unsigned char *)xrealloc (if_stack, if_stack_size += 20);
844 if_stack[if_stack_depth++] = _rl_parsing_conditionalized_out;
918 if (if_stack[i] == 1)
933 _rl_parsing_conditionalized_out = if_stack[--if_stack_depth];
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcppinternals.texi947 pushes an @code{if_stack} structure onto the stack. In this structure
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcppinternals.texi947 pushes an @code{if_stack} structure onto the stack. In this structure
H A Dcppinternals.info881 every opening conditional this function pushes an `if_stack' structure