Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c26179 const char *const dguide_base = "__dguide_"; variable
26188 char *buf = (char *) alloca (1 + strlen (dguide_base) in dguide_name()
26190 memcpy (buf, dguide_base, strlen (dguide_base)); in dguide_name()
26191 memcpy (buf + strlen (dguide_base), IDENTIFIER_POINTER (tname), in dguide_name()
26205 && !strncmp (IDENTIFIER_POINTER (name), dguide_base, in dguide_name_p()
26206 strlen (dguide_base))); in dguide_name_p()