/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 20010102-1.c | 16 struct obstack struct 19 struct _obstack_chunk *chunk; argument 25 struct _obstack_chunk *(*chunkfun) (void *, long); argument 26 void (*freefun) (void *, struct _obstack_chunk *); argument 33 extern void _obstack_newchunk (struct obstack *, int); argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
H A D | cp.c | 8 struct obstack struct 11 struct _obstack_chunk* chunk; argument 17 struct _obstack_chunk *(*chunkfun) (); argument 26 struct obstack *h; in _obstack_begin() argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20001203-2.c | 1 struct obstack struct 4 struct _obstack_chunk *chunk; argument 15 struct obstack type_obstack; argument
|
/openbsd-src/gnu/usr.bin/binutils/include/ |
H A D | obstack.h | 168 struct obstack /* control current object in current chunk */ struct 171 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument 181 struct _obstack_chunk *(*chunkfun) (void *, long); argument 182 void (*freefun) (void *, struct _obstack_chunk *); argument 185 struct _obstack_chunk *(*chunkfun) (); /* User's fcn to allocate a chunk. */ argument 199 /* Declare the external functions we use; they are in obstack.c. */ argument
|
/openbsd-src/gnu/gcc/include/ |
H A D | obstack.h | 164 struct obstack /* control current object in current chunk */ struct 167 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument 176 struct _obstack_chunk *(*chunkfun) (void *, long); argument 177 void (*freefun) (void *, struct _obstack_chunk *); argument 189 /* Declare the external functions we use; they are in obstack.c. */ argument
|
/openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
H A D | obstack.h | 164 struct obstack /* control current object in current chunk */ struct 167 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument 176 struct _obstack_chunk *(*chunkfun) (void *, long); argument 177 void (*freefun) (void *, struct _obstack_chunk *); argument 189 /* Declare the external functions we use; they are in obstack.c. */ argument
|
/openbsd-src/gnu/lib/libiberty/include/ |
H A D | obstack.h | 164 struct obstack /* control current object in current chunk */ struct 167 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument 176 struct _obstack_chunk *(*chunkfun) (void *, long); argument 177 void (*freefun) (void *, struct _obstack_chunk *); argument 189 /* Declare the external functions we use; they are in obstack.c. */ argument
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | block.c | 185 struct obstack *obstack) in block_set_scope() 220 struct obstack *obstack) in block_set_using() 231 block_initialize_namespace (struct block *block, struct obstack *obstack) in block_initialize_namespace() 282 allocate_block (struct obstack *obstack) in allocate_block()
|
H A D | cp-namespace.c | 128 struct obstack *obstack) in cp_finalize_namespace() 226 struct obstack *obstack) in cp_set_block_scope() 302 struct obstack *obstack) in cp_copy_usings()
|
H A D | frame-unwind.c | 46 frame_unwind_init (struct obstack *obstack) in frame_unwind_init()
|
H A D | frame-base.c | 74 frame_base_init (struct obstack *obstack) in frame_base_init()
|
H A D | macrotab.c | 40 struct obstack *obstack; member 857 new_macro_table (struct obstack *obstack, in new_macro_table()
|
H A D | dictionary.c | 352 dict_create_hashed (struct obstack *obstack, in dict_create_hashed() 416 dict_create_linear (struct obstack *obstack, in dict_create_linear()
|
H A D | bsd-uthread.c | 58 bsd_uthread_init (struct obstack *obstack) in bsd_uthread_init()
|
H A D | jv-lang.c | 205 get_java_utf8_name (struct obstack *obstack, struct value *name) in get_java_utf8_name()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | mangle.c | 71 java_mangle_decl (obstack, decl) in java_mangle_decl() argument 91 java_mangle_class_field (obstack, type) in java_mangle_class_field() argument 103 java_mangle_vtable (obstack, type) in java_mangle_vtable() argument 612 init_mangling (obstack) in init_mangling() argument
|
H A D | jvgenmain.c | 40 gcc_obstack_init (obstack) in gcc_obstack_init() argument
|
H A D | jv-scan.c | 267 gcc_obstack_init (obstack) in gcc_obstack_init() argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | stack.h | 31 struct obstack *obstack; member
|
H A D | genflags.c | 33 static struct obstack obstack; variable
|
H A D | hashtable.c | 50 gcc_obstack_init (obstack) in gcc_obstack_init() argument
|
H A D | diagnostic.h | 114 struct obstack obstack; member
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | bitmap.h | 76 bitmap_obstack *obstack; /* Obstack to allocate elements from. member 152 bitmap_initialize (bitmap head, bitmap_obstack *obstack) in bitmap_initialize()
|
H A D | genflags.c | 35 static struct obstack obstack; variable
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | search.c | 45 push_stack_level (obstack, tp, size) in push_stack_level() argument 65 struct obstack *obstack = tem->obstack; local 133 push_search_level (stack, obstack) in push_search_level() argument 146 pop_search_level (obstack) in pop_search_level() argument
|