Searched defs:obstack (Results 1 - 2 of 2) sorted by relevance

/external/bison/lib/
H A Dobstack.h0 /* 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 /* contro
149 struct obstack /* control current object in current chunk */ struct
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc118 #include <obstack.h>
1166 CHECK_TYPE_SIZE(obstack); variable
1167 CHECK_SIZE_AND_OFFSET(obstack, chunk_size);
1168 CHECK_SIZE_AND_OFFSET(obstack, chunk);
1169 CHECK_SIZE_AND_OFFSET(obstack, object_base);
1170 CHECK_SIZE_AND_OFFSET(obstack, next_free);

Completed in 107 milliseconds