HomeSort by relevance Sort by last modified time
    Searched defs:obstack (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
bitmap.h 120 grouped together in memory, using a dedicated obstack for a set (or group
123 the same obstack, elements freed from one set may be re-used for one of
128 obstack whenever possible. */
132 #include "obstack.h"
151 /* Obstack for allocating bitmaps and elements from. */
155 struct obstack GTY ((skip)) obstack; member in struct:bitmap_obstack
187 bitmap_obstack *obstack; /* Obstack to allocate elements from. member in struct:bitmap_head_def
193 extern bitmap_obstack bitmap_default_obstack; /* Default bitmap obstack */
    [all...]
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:__anon63415
  /toolchain/binutils/binutils-2.27/include/
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
115 /* For binary compatibility with obstack version 1, which used "int
163 struct obstack \/* control current object in current chunk *\/ struct
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 143 #include <obstack.h>
1263 CHECK_TYPE_SIZE(obstack); variable
    [all...]

Completed in 462 milliseconds