Searched refs:mangled_classname (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | jvgenmain.c | 73 const char *mangled_classname; in main() local 103 mangled_classname = do_mangle_classname (classname); in main() 140 fprintf (stream, "extern int %s;\n", mangled_classname); in main() 144 fprintf (stream, " JvRunMain (&%s, argc, argv);\n", mangled_classname); in main()
|
| H A D | constants.c | 395 tree decl_name = mangled_classname ("_CD_", current_class); in build_constant_data_ref() 462 tags_decl = build_decl (VAR_DECL, mangled_classname ("_CT_", in build_constants_constructor()
|
| H A D | class.c | 268 mangled_classname (prefix, type) in mangled_classname() function 1489 fields_decl = build_decl (VAR_DECL, mangled_classname ("_FL_", type), 1515 methods_decl = build_decl (VAR_DECL, mangled_classname ("_MT_", type), 1572 idecl = build_decl (VAR_DECL, mangled_classname ("_IF_", type),
|
| H A D | java-tree.h | 1155 extern tree mangled_classname PARAMS ((const char*, tree));
|
| H A D | ChangeLog | 9544 (mangled_classname): Likewise. 9742 (mangled_classname): Add the `const' keyword to a char*. 9778 * java-tree.h (mangled_classname): Add the `const' keyword to a char*. 14693 hashUtf8String, strLengthUtf8, mangled_classname:
|