Searched refs:identifier_subst (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | class.c | 253 identifier_subst (old_id, prefix, old_char, new_char, suffix) in identifier_subst() function 275 return identifier_subst (ident, prefix, '.', '_', ""); 320 tree source_name = identifier_subst (class_name, "", '.', '/', ".java"); 331 signature = identifier_subst (class_name, "L", '.', '/', ";"); 983 decl_name = identifier_subst (DECL_NAME (TYPE_NAME (type)),
|
H A D | constants.c | 365 name = identifier_subst (name, "", '.', '/', "");
|
H A D | typeck.c | 407 identifier_subst (el_name, "", '.', '.', "[]"),
|
H A D | java-tree.h | 1133 extern tree identifier_subst PARAMS ((const tree,
|
H A D | jcf-write.c | 3352 cname = IDENTIFIER_POINTER (identifier_subst (DECL_NAME (TYPE_NAME (clas)),
|
H A D | ChangeLog | 13068 * java-tree.h (identifier_subst): Add declaration. 13181 * class.c (identifier_subst): New convenience wrapper for ident_subst. 13182 Replace most uses of ident_subst by identifier_subst.
|