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

1 2 3

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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 25 #include "obstack.h"
77 /* Obstack where the text is built up. */
78 struct obstack formatted_obstack;
80 /* Obstack containing a chunked representation of the format
82 struct obstack chunk_obstack;
84 /* Currently active obstack: one of the above two. This is used so
86 struct obstack *obstack; member in struct:__anon33795
symtab.h 22 #include "obstack.h"
50 struct obstack stack;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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 25 #include "obstack.h"
77 /* Obstack where the text is built up. */
78 struct obstack formatted_obstack;
80 /* Obstack containing a chunked representation of the format
82 struct obstack chunk_obstack;
84 /* Currently active obstack: one of the above two. This is used so
86 struct obstack *obstack; member in struct:__anon34524
symtab.h 22 #include "obstack.h"
50 struct obstack stack;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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 25 #include "obstack.h"
77 /* Obstack where the text is built up. */
78 struct obstack formatted_obstack;
80 /* Obstack containing a chunked representation of the format
82 struct obstack chunk_obstack;
84 /* Currently active obstack: one of the above two. This is used so
86 struct obstack *obstack; member in struct:__anon35355
symtab.h 22 #include "obstack.h"
50 struct obstack stack;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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 25 #include "obstack.h"
77 /* Obstack where the text is built up. */
78 struct obstack formatted_obstack;
80 /* Obstack containing a chunked representation of the format
82 struct obstack chunk_obstack;
84 /* Currently active obstack: one of the above two. This is used so
86 struct obstack *obstack; member in struct:__anon36084
  /external/elfutils/src/
arlib.h 32 #include <obstack.h>
58 struct obstack symsoffob;
59 struct obstack symsnameob;
66 struct obstack longnamesob;
  /external/bison/lib/
obstack.h 0 /* obstack.h - object stack macros
37 them before using any obstack macros.
39 Each independent stack is represented by a 'struct obstack'.
40 Each of the obstack macros expects a pointer to such a structure
57 With obstacks, you can work differently. Use one obstack for all symbol
58 names. As you read a symbol, grow the name in the obstack gradually.
93 Exactly one object is growing in an obstack at any one time.
94 You can run one obstack per control block.
96 Because of the way we do it, you can "unwind" an obstack
150 struct obstack /* control current object in current chunk *
149 struct obstack \/* control current object in current chunk *\/ struct
    [all...]
obstack_printf.c 22 #include "obstack.h"
29 /* Grow an obstack with formatted output. Return the number of bytes
36 obstack_printf (struct obstack *obs, const char *format, ...)
47 /* Grow an obstack with formatted output. Return the number of bytes
54 obstack_vprintf (struct obstack *obs, const char *format, va_list args)
56 /* If we are close to the end of the current obstack chunk, use a
59 obstack. */
84 /* The output exceeded available obstack space or we used buf;
obstack.c 0 /* obstack.c - subroutines used implicitly by object stack macros
19 # include <obstack.h>
23 # include "obstack.h"
27 incremented whenever callers compiled using an old obstack.h can no
28 longer properly call the functions in this obstack.c. */
107 struct obstack *_obstack_compat;
133 /* Initialize an obstack H for use. Specify chunk size SIZE (0 means default).
142 _obstack_begin (struct obstack *h,
189 _obstack_begin_1 (struct obstack *h, int size, int alignment,
236 /* Allocate a new current chunk for the obstack *
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.h 0 /* obstack.h - object stack macros
37 them before using any obstack macros.
39 Each independent stack is represented by a `struct obstack'.
40 Each of the obstack macros expects a pointer to such a structure
57 With obstacks, you can work differently. Use one obstack for all symbol
58 names. As you read a symbol, grow the name in the obstack gradually.
93 Exactly one object is growing in an obstack at any one time.
94 You can run one obstack per control block.
96 Because of the way we do it, you can `unwind' an obstack
150 struct obstack /* control current object in current chunk *
149 struct obstack \/* control current object in current chunk *\/ struct
    [all...]
obstack.c 0 /* obstack.c - subroutines used implicitly by object stack macros
21 # include <obstack.h>
25 # include "obstack.h"
29 incremented whenever callers compiled using an old obstack.h can no
30 longer properly call the functions in this obstack.c. */
109 struct obstack *_obstack_compat;
135 /* Initialize an obstack H for use. Specify chunk size SIZE (0 means default).
144 _obstack_begin (struct obstack *h,
191 _obstack_begin_1 (struct obstack *h, int size, int alignment,
238 /* Allocate a new current chunk for the obstack *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
obstack.h 0 /* obstack.h - object stack macros
39 them before using any obstack macros.
41 Each independent stack is represented by a `struct obstack'.
42 Each of the obstack macros expects a pointer to such a structure
59 With obstacks, you can work differently. Use one obstack for all symbol
60 names. As you read a symbol, grow the name in the obstack gradually.
95 Exactly one object is growing in an obstack at any one time.
96 You can run one obstack per control block.
98 Because of the way we do it, you can `unwind' an obstack
152 struct obstack /* control current object in current chunk *
151 struct obstack \/* control current object in current chunk *\/ struct
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
obstack.h 0 /* obstack.h - object stack macros
39 them before using any obstack macros.
41 Each independent stack is represented by a `struct obstack'.
42 Each of the obstack macros expects a pointer to such a structure
59 With obstacks, you can work differently. Use one obstack for all symbol
60 names. As you read a symbol, grow the name in the obstack gradually.
95 Exactly one object is growing in an obstack at any one time.
96 You can run one obstack per control block.
98 Because of the way we do it, you can `unwind' an obstack
152 struct obstack /* control current object in current chunk *
151 struct obstack \/* control current object in current chunk *\/ struct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
obstack.h 0 /* obstack.h - object stack macros
39 them before using any obstack macros.
41 Each independent stack is represented by a `struct obstack'.
42 Each of the obstack macros expects a pointer to such a structure
59 With obstacks, you can work differently. Use one obstack for all symbol
60 names. As you read a symbol, grow the name in the obstack gradually.
95 Exactly one object is growing in an obstack at any one time.
96 You can run one obstack per control block.
98 Because of the way we do it, you can `unwind' an obstack
152 struct obstack /* control current object in current chunk *
151 struct obstack \/* control current object in current chunk *\/ struct
    [all...]
  /external/bison/src/
AnnotationList.h 115 struct obstack *annotations_obstackp,
flex-scanner.h 77 static struct obstack obstack_for_string;
graphviz.c 100 conclude_red (struct obstack *out, int source, rule_number ruleno,
120 obstack, in the caller function.) */
145 print_token (struct obstack *out, bool first, char const *tok)
166 struct obstack dout;
167 struct obstack eout;
print_graph.c 46 print_lhs (struct obstack *oout, rule *previous_rule, rule *r)
63 print_core (struct obstack *oout, state *s)
180 struct obstack node_obstack;
Sbitset.c 34 Sbitset__new_on_obstack (Sbitset__Index nbits, struct obstack *obstackp)

Completed in 553 milliseconds

1 2 3