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

1 2

  /external/elfutils/0.153/src/
arlib.h 33 #include <obstack.h>
67 struct obstack symsoffob;
68 struct obstack symsnameob;
75 struct obstack longnamesob;
ranlib.c 41 #include <obstack.h>
ld.h 30 #include <obstack.h>
1070 /* Obstack used for small objects which will not be deleted. */
1071 struct obstack smem;
    [all...]
  /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...]
stdio.in.h 717 struct obstack;
718 /* Grow an obstack with formatted output. Return the number of
728 (struct obstack *obs, const char *format, ...)
732 (struct obstack *obs, const char *format, ...));
736 (struct obstack *obs, const char *format, ...)
741 (struct obstack *obs, const char *format, ...));
749 (struct obstack *obs, const char *format, va_list args)
753 (struct obstack *obs, const char *format, va_list args));
757 (struct obstack *obs, const char *format, va_list args)
762 (struct obstack *obs, const char *format, va_list args))
    [all...]
bitset.c 31 #include "obstack.h"
153 bitset_obstack_alloc (struct obstack *bobstack,
190 /* Free bitset BSET allocated on obstack. */
bitset.h 27 #include "obstack.h"
116 /* Create a bitset of desired type and size using an obstack. The
118 extern bitset bitset_obstack_alloc (struct obstack *bobstack,
121 /* Free bitset allocated on obstack. */
  /external/compiler-rt/test/msan/
obstack.cc 4 #include <obstack.h>
17 obstack obs;
33 // CHECK: #0 0x{{.*}} in main{{.*}}obstack.cc:[[@LINE-30]]
  /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)
Sbitset.h 39 struct obstack *obstackp);
muscle-tab.h 35 /* An obstack dedicated to receive muscle keys and values. */
36 extern struct obstack muscle_obstack;
system.h 159 # include <obstack.h>
AnnotationList.c 39 struct obstack *annotations_obstackp)
199 struct obstack
227 struct obstack
416 struct obstack *annotations_obstackp,
    [all...]
conflicts.c 42 static struct obstack solved_conflicts_obstack;
43 static struct obstack solved_conflicts_xml_obstack;
output.c 44 static struct obstack format_obstack;
93 /* Build `NAME_min' and `NAME_max' in the obstack. */ \
  /external/bison/darwin-lib/
stdio.h     [all...]
  /external/bison/linux-lib/
stdio.h     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 118 #include <obstack.h>
1166 CHECK_TYPE_SIZE(obstack); variable
    [all...]
  /external/bison/
Android.mk 115 lib/obstack.c \

Completed in 756 milliseconds

1 2