HomeSort by: relevance | last modified time | path
    Searched defs:mangle_special_for_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc 246 static tree mangle_special_for_type (const tree, const char *);
4581 mangle_special_for_type (const tree type, const char *code) function
4598 fprintf (stderr, "mangle_special_for_type = %s\n\n",
4610 return mangle_special_for_type (type, "TI");
4619 return mangle_special_for_type (type, "TS");
4627 return mangle_special_for_type (type, "TV");
4635 return mangle_special_for_type (type, "TT");
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc 246 static tree mangle_special_for_type (const tree, const char *);
4227 mangle_special_for_type (const tree type, const char *code) function
4244 fprintf (stderr, "mangle_special_for_type = %s\n\n",
4256 return mangle_special_for_type (type, "TI");
4265 return mangle_special_for_type (type, "TS");
4273 return mangle_special_for_type (type, "TV");
4281 return mangle_special_for_type (type, "TT");

Completed in 15 milliseconds