Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dmangle.c198 static const char *mangle_decl_string PARAMS ((tree));
2396 mangle_decl_string (decl) in mangle_decl_string() function
2440 tree id = get_identifier (mangle_decl_string (decl));
H A DChangeLog2767 (mangle_decl_string): Adjust.
8271 * mangle.c (mangle_decl_string): Don't mangle the names of
8688 * mangle.c (mangle_decl_string): Mangle the names of overloaded
8732 * mangle.c (mangle_decl_string): Handle extern "C" functions.
10340 (mangle_decl_string): Do it here instead.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dmangle.c221 static const char *mangle_decl_string (const tree);
2568 mangle_decl_string (const tree decl) in mangle_decl_string() function
2602 get_identifier_nocopy (mangle_decl_string (decl))); in mangle_decl()
H A DChangeLog-20012294 * mangle.c (mangle_decl_string): Don't mangle the names of
2711 * mangle.c (mangle_decl_string): Mangle the names of overloaded
2755 * mangle.c (mangle_decl_string): Handle extern "C" functions.
H A DChangeLog-20021356 (mangle_decl_string): Adjust.
H A DChangeLog-20042644 (mangle_decl_string): Adjust call to start_mangling.
H A DChangeLog-2003313 (mangle_decl_string): Use write_mangled_name for all non-type decls.
H A DChangeLog-2000468 (mangle_decl_string): Do it here instead.