Searched defs:OBSTACK (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | obstack.h | 265 # define obstack_object_size(OBSTACK) \ argument 270 # define obstack_room(OBSTACK) \ argument 275 # define obstack_make_room(OBSTACK,length) \ argument 283 # define obstack_empty_p(OBSTACK) \ argument 291 # define obstack_grow(OBSTACK,where,length) \ argument 301 # define obstack_grow0(OBSTACK,where,length) \ argument 312 # define obstack_1grow(OBSTACK,datum) \ argument 324 # define obstack_ptr_grow(OBSTACK,datum) \ argument 331 # define obstack_int_grow(OBSTACK,datum) \ argument 338 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | obstack.h | 308 # define obstack_object_size(OBSTACK) \ argument 313 # define obstack_room(OBSTACK) \ argument 318 # define obstack_make_room(OBSTACK,length) \ argument 326 # define obstack_empty_p(OBSTACK) \ argument 331 # define obstack_grow(OBSTACK,where,length) \ argument 341 # define obstack_grow0(OBSTACK,where,length) \ argument 352 # define obstack_1grow(OBSTACK,datum) \ argument 364 # define obstack_ptr_grow(OBSTACK,datum) \ argument 371 # define obstack_int_grow(OBSTACK,datum) \ argument 378 # define obstack_ptr_grow_fast(OBSTACK,aptr) \ argument [all …]
|
D | coretypes.h | 160 #define gcc_obstack_init(OBSTACK) \ argument
|
D | bitmap.h | 304 #define BITMAP_ALLOC(OBSTACK) bitmap_obstack_alloc (OBSTACK) argument
|
/aosp_15_r20/external/obstack/include/ |
H A D | obstack.h | 285 # define obstack_object_size(OBSTACK) \ argument 292 # define obstack_room(OBSTACK) \ argument 297 # define obstack_make_room(OBSTACK, length) \ argument 305 # define obstack_empty_p(OBSTACK) \ argument 313 # define obstack_grow(OBSTACK, where, length) \ argument 323 # define obstack_grow0(OBSTACK, where, length) \ argument 334 # define obstack_1grow(OBSTACK, datum) \ argument 345 # define obstack_ptr_grow(OBSTACK, datum) \ argument 352 # define obstack_int_grow(OBSTACK, datum) \ argument 359 # define obstack_ptr_grow_fast(OBSTACK, aptr) \ argument [all …]
|