Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dcp-tree.h3315 #define VFIELD_NAME_FORMAT "_vptr$%s" macro
3327 #define VFIELD_NAME_FORMAT "_vptr.%s" macro
3347 #define VFIELD_NAME_FORMAT "__vptr_%s" macro
H A Dclass.c6182 buf = (char *) alloca (sizeof (VFIELD_NAME_FORMAT) in get_vfield_name()
6184 sprintf (buf, VFIELD_NAME_FORMAT, in get_vfield_name()
H A DChangeLog-2001677 * cp-tree.h (VFIELD_NAME_FORMAT) [NO_DOLLAR_IN_LABEL &&
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h3265 #define VFIELD_NAME_FORMAT "_vptr$%s" macro
3284 #define VFIELD_NAME_FORMAT "_vptr.%s" macro
3313 #define VFIELD_NAME_FORMAT "__vptr_%s" macro
H A Dclass.c6572 buf = (char *) alloca (sizeof (VFIELD_NAME_FORMAT)
6574 sprintf (buf, VFIELD_NAME_FORMAT,
H A DChangeLog6654 * cp-tree.h (VFIELD_NAME_FORMAT) [NO_DOLLAR_IN_LABEL &&