Home
last modified time | relevance | path

Searched refs:hsa_obstack (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-gen.c133 static struct obstack hsa_obstack; variable
468 gcc_obstack_init (&hsa_obstack); in hsa_init_data_for_cfun()
502 obstack_free (&hsa_obstack, NULL); in hsa_deinit_data_for_cfun()
812 char *copy = (char *) obstack_alloc (&hsa_obstack, len + 1); in hsa_get_declaration_name()
836 char *copy = (char *) obstack_alloc (&hsa_obstack, len + 1); in hsa_get_declaration_name()
1160 return obstack_alloc (&hsa_obstack, size); in new()
1192 return obstack_alloc (&hsa_obstack, size); in new()
1276 return obstack_alloc (&hsa_obstack, size); in new()
1301 return obstack_alloc (&hsa_obstack, size); in new()
1319 return obstack_alloc (&hsa_obstack, size); in new()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20164159 (hsa_obstack): New.