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

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

Completed in 58 milliseconds