Searched refs:print_cxx_classname (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | gjavah.c | 123 static int print_cxx_classname PARAMS ((FILE*, const char*, JCF*, int)); 1443 print_cxx_classname (out, " __attribute__((aligned(__alignof__( ", 1559 print_cxx_classname (stream, prefix, jcf, jcf->this_class); 1667 print_cxx_classname (stream, prefix, jcf, index) in print_cxx_classname() function 2156 if (! print_cxx_classname (out, "class ", jcf, jcf->this_class)) 2164 if (! print_cxx_classname (out, " : public ",
|
| D | ChangeLog | 6015 (print_cxx_classname): Don't write leading "::" in CNI stub method. 6587 (print_cxx_classname): Likewise. 6834 (print_cxx_classname): Handle JNI. 7971 * gjavah.c (print_cxx_classname): Print "::" before qualified 8311 (print_cxx_classname): Make signature consistant with others. 12052 (print_cxx_classname): Added `prefix' argument. Ignore arrays. 12638 (print_cxx_classname): Use UTF8_GET to extract characters from 12696 * gjavah.c (print_cxx_classname): New function.
|