Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djvgenmain.c73 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 Dconstants.c395 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 Dclass.c268 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 Djava-tree.h1155 extern tree mangled_classname PARAMS ((const char*, tree));
H A DChangeLog9544 (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: