HomeSort by relevance Sort by last modified time
    Searched refs:obstack (Results 1 - 25 of 37) sorted by null

1 2

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
obstack.h 0 /* obstack.h - object stack macros
43 them before using any obstack macros.
45 Each independent stack is represented by a `struct obstack'.
46 Each of the obstack macros expects a pointer to such a structure
63 With obstacks, you can work differently. Use one obstack for all symbol
64 names. As you read a symbol, grow the name in the obstack gradually.
99 Exactly one object is growing in an obstack at any one time.
100 You can run one obstack per control block.
102 Because of the way we do it, you can `unwind' an obstack
165 struct obstack /* control current object in current chunk *
164 struct obstack \/* control current object in current chunk *\/ struct
    [all...]
pretty-print.h 24 #include "obstack.h"
76 /* Obstack where the text is built up. */
77 struct obstack formatted_obstack;
79 /* Obstack containing a chunked representation of the format
81 struct obstack chunk_obstack;
83 /* Currently active obstack: one of the above two. This is used so
85 struct obstack *obstack; member in struct:__anon13045
symtab.h 22 #include "obstack.h"
49 struct obstack stack;
bitmap.h 25 #include "obstack.h"
44 /* Obstack for allocating bitmaps and elements from. */
49 struct obstack GTY ((skip)) obstack;
81 bitmap_obstack *obstack; /* Obstack to allocate elements from. local
90 extern bitmap_obstack bitmap_default_obstack; /* Default bitmap obstack */
155 /* Initialize and release a bitmap obstack. */
161 /* Initialize a bitmap header. OBSTACK indicates the bitmap obstack
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
obstack.h 0 /* obstack.h - object stack macros
43 them before using any obstack macros.
45 Each independent stack is represented by a `struct obstack'.
46 Each of the obstack macros expects a pointer to such a structure
63 With obstacks, you can work differently. Use one obstack for all symbol
64 names. As you read a symbol, grow the name in the obstack gradually.
99 Exactly one object is growing in an obstack at any one time.
100 You can run one obstack per control block.
102 Because of the way we do it, you can `unwind' an obstack
165 struct obstack /* control current object in current chunk *
164 struct obstack \/* control current object in current chunk *\/ struct
    [all...]
pretty-print.h 24 #include "obstack.h"
76 /* Obstack where the text is built up. */
77 struct obstack formatted_obstack;
79 /* Obstack containing a chunked representation of the format
81 struct obstack chunk_obstack;
83 /* Currently active obstack: one of the above two. This is used so
85 struct obstack *obstack; member in struct:__anon13402
symtab.h 22 #include "obstack.h"
49 struct obstack stack;
bitmap.h 25 #include "obstack.h"
44 /* Obstack for allocating bitmaps and elements from. */
49 struct obstack GTY ((skip)) obstack;
81 bitmap_obstack *obstack; /* Obstack to allocate elements from. local
90 extern bitmap_obstack bitmap_default_obstack; /* Default bitmap obstack */
155 /* Initialize and release a bitmap obstack. */
161 /* Initialize a bitmap header. OBSTACK indicates the bitmap obstack
    [all...]
  /external/bison/src/
files.h 52 extern struct obstack pre_prologue_obstack;
53 extern struct obstack post_prologue_obstack;
muscle_tab.h 32 /* An obstack dedicated to receive muscle keys and values. */
33 extern struct obstack muscle_obstack;
62 #define MUSCLE_OBSTACK_SGROW(Obstack, Value) \
68 case '$': obstack_sgrow (Obstack, "$]["); break; \
69 case '@': obstack_sgrow (Obstack, "@@" ); break; \
70 case '[': obstack_sgrow (Obstack, "@{" ); break; \
71 case ']': obstack_sgrow (Obstack, "@}" ); break; \
72 default: obstack_1grow (Obstack, *p); break; \
files.c 38 struct obstack pre_prologue_obstack;
39 struct obstack post_prologue_obstack;
print_graph.c 50 print_core (struct obstack *oout, state *s)
172 struct obstack node_obstack;
system.h 149 #include <obstack.h>
muscle_tab.c 39 /* An obstack used to create some entries. */
40 struct obstack muscle_obstack;
70 /* Initialize the muscle obstack. */
conflicts.c 43 static struct obstack solved_conflicts_obstack;
output.c 44 static struct obstack format_obstack;
93 /* Build `NAME_min' and `NAME_max' in the obstack. */ \
reader.c 77 struct obstack *oout =
  /external/bison/lib/
obstack.h 0 /* obstack.h - object stack macros
38 them before using any obstack macros.
40 Each independent stack is represented by a `struct obstack'.
41 Each of the obstack macros expects a pointer to such a structure
58 With obstacks, you can work differently. Use one obstack for all symbol
59 names. As you read a symbol, grow the name in the obstack gradually.
94 Exactly one object is growing in an obstack at any one time.
95 You can run one obstack per control block.
97 Because of the way we do it, you can `unwind' an obstack
151 struct obstack /* control current object in current chunk *
150 struct obstack \/* control current object in current chunk *\/ struct
    [all...]
obstack.c 0 /* obstack.c - subroutines used implicitly by object stack macros
26 # include <obstack.h>
29 # include "obstack.h"
33 incremented whenever callers compiled using an old obstack.h can no
34 longer properly call the functions in this obstack.c. */
119 struct obstack *_obstack_compat;
145 /* Initialize an obstack H for use. Specify chunk size SIZE (0 means default).
154 _obstack_begin (struct obstack *h,
201 _obstack_begin_1 (struct obstack *h, int size, int alignment,
248 /* Allocate a new current chunk for the obstack *
    [all...]
Makefile 43 malloc.c obstack.c obstack.h pipe-safer.c quote.c quote.h \
63 $(top_srcdir)/m4/obstack.m4 $(top_srcdir)/m4/onceonly.m4 \
384 include $(DEPDIR)/obstack.Po
bitset.c 31 #include "obstack.h"
153 bitset_obstack_alloc (struct obstack *bobstack,
190 /* Free bitset BSET allocated on obstack. */
bitset.h 26 #include "obstack.h"
115 /* Create a bitset of desired type and size using an obstack. The
117 extern bitset bitset_obstack_alloc (struct obstack *bobstack,
120 /* Free bitset allocated on obstack. */
  /external/elfutils/src/
ld.h 18 #include <obstack.h>
1003 /* Obstack used for small objects which will not be deleted. */
1004 struct obstack smem;
nm.c 34 #include <obstack.h>
1011 struct obstack whereob;
    [all...]
  /external/bison/build-aux/
Makefile 56 $(top_srcdir)/m4/obstack.m4 $(top_srcdir)/m4/onceonly.m4 \

Completed in 238 milliseconds

1 2