Searched refs:util_obstack (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-encoding.cc | 55 static struct obstack util_obstack; variable 63 gcc_obstack_init (&util_obstack); in objc_encoding_init() 64 util_firstobj = (char *) obstack_finish (&util_obstack); in objc_encoding_init() 112 obstack_object_size (&util_obstack), in encode_method_prototype() 140 obstack_grow (&util_obstack, buf, strlen (buf)); in encode_method_prototype() 153 encode_type (type, obstack_object_size (&util_obstack), in encode_method_prototype() 160 obstack_grow (&util_obstack, buf, strlen (buf)); in encode_method_prototype() 164 obstack_1grow (&util_obstack, '\0'); in encode_method_prototype() 165 result = get_identifier (XOBFINISH (&util_obstack, char *)); in encode_method_prototype() 166 obstack_free (&util_obstack, util_firstobj); in encode_method_prototype() [all …]
|
H A D | ChangeLog | 1095 (util_obstack, util_firstobj): Do not declare. 1098 * objc-encoding.c (util_obstack, util_firstobj): Made static. 1105 (util_obstack, util_firstobj): Do not declare. 1109 (util_obstack, util_firstobj): Do not declare. 1122 * objc-act.c (util_obstack, util_firstobj, encode_type_qualifiers,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-encoding.c | 55 static struct obstack util_obstack; variable 63 gcc_obstack_init (&util_obstack); in objc_encoding_init() 64 util_firstobj = (char *) obstack_finish (&util_obstack); in objc_encoding_init() 112 obstack_object_size (&util_obstack), in encode_method_prototype() 140 obstack_grow (&util_obstack, buf, strlen (buf)); in encode_method_prototype() 153 encode_type (type, obstack_object_size (&util_obstack), in encode_method_prototype() 160 obstack_grow (&util_obstack, buf, strlen (buf)); in encode_method_prototype() 164 obstack_1grow (&util_obstack, '\0'); in encode_method_prototype() 165 result = get_identifier (XOBFINISH (&util_obstack, char *)); in encode_method_prototype() 166 obstack_free (&util_obstack, util_firstobj); in encode_method_prototype() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 30016 The use of the ixp_obstack in c-iterate.c and the util_obstack
|