Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c3271 int aka_start, aka_len; char *p; in type_to_string() local
3280 aka_start = obstack_object_size (ob); in type_to_string()
3282 aka_len = obstack_object_size (ob) - aka_start; in type_to_string()
3289 && memcmp (p + type_start, p+aka_start, type_len) == 0) in type_to_string()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc3364 int aka_start, aka_len; char *p; in type_to_string() local
3373 aka_start = obstack_object_size (ob); in type_to_string()
3375 aka_len = obstack_object_size (ob) - aka_start; in type_to_string()
3382 && memcmp (p + type_start, p+aka_start, type_len) == 0) in type_to_string()