Home
last modified time | relevance | path

Searched refs:check_java_method (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl2.c503 check_java_method (tree method) in check_java_method() function
H A DChangeLog-19981804 (check_java_method): Likewise.
1827 (check_java_method): Likewise for parameter `ctype'.
3577 * cp-tree.h: Prototype function `check_java_method'.
3920 (grokfndecl): Call check_java_method for Java classes.
3927 * decl2.c (acceptable_java_type, check_java_method): New functions.
H A Dcp-tree.h3973 extern bool check_java_method (tree);
H A Ddecl.c6286 && (! TYPE_FOR_JAVA (ctype) || check_java_method (decl)) in grokfndecl()
H A DChangeLog-2002193 delete_sanity, check_member_template, check_java_method,
H A DChangeLog-20041570 check_java_method, check_classfn, finish_static_data_member_decl,
H A DChangeLog-2003305 * decl2.c (check_java_method): Skip artificial params.
H A DChangeLog1421 (check_java_method): Don't issue error about
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl2.c643 check_java_method (method) in check_java_method() function
H A Dcp-tree.h3871 extern int check_java_method PARAMS ((tree));
H A DChangeLog.28592 (check_java_method): Likewise.
8615 (check_java_method): Likewise for parameter `ctype'.
10365 * cp-tree.h: Prototype function `check_java_method'.
10708 (grokfndecl): Call check_java_method for Java classes.
10715 * decl2.c (acceptable_java_type, check_java_method): New functions.
H A Ddecl.c9883 && (! TYPE_FOR_JAVA (ctype) || check_java_method (decl))