Home
last modified time | relevance | path

Searched refs:this_decl (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c1875 tree this_decl = TYPE_NAME (this_class); local
1877 DECL_SOURCE_FILE (this_decl),
1878 DECL_SOURCE_LINE (this_decl), 0);
H A Dparse.c8661 parser_check_super_interface (super_decl, this_decl, this_wfl) in parser_check_super_interface() argument
8662 tree super_decl, this_decl, this_wfl; in parser_check_super_interface()
8671 (CLASS_INTERFACE (TYPE_NAME (TREE_TYPE (this_decl))) ?
8673 IDENTIFIER_POINTER (DECL_NAME (this_decl)),
8683 lookup_cl (this_decl), true))
8687 IDENTIFIER_POINTER (DECL_NAME (this_decl)),
8696 parser_check_super (super_decl, this_decl, wfl) in parser_check_super() argument
8697 tree super_decl, this_decl, wfl; in parser_check_super()
8706 IDENTIFIER_POINTER (DECL_NAME (this_decl)),
8726 IDENTIFIER_POINTER (DECL_NAME (this_decl)),
H A Dparse.y5096 parser_check_super_interface (super_decl, this_decl, this_wfl) in parser_check_super_interface() argument
5097 tree super_decl, this_decl, this_wfl; in parser_check_super_interface()
5106 (CLASS_INTERFACE (TYPE_NAME (TREE_TYPE (this_decl))) ?
5108 IDENTIFIER_POINTER (DECL_NAME (this_decl)),
5118 lookup_cl (this_decl), true))
5122 IDENTIFIER_POINTER (DECL_NAME (this_decl)),
5131 parser_check_super (super_decl, this_decl, wfl) in parser_check_super() argument
5132 tree super_decl, this_decl, wfl; in parser_check_super()
5141 IDENTIFIER_POINTER (DECL_NAME (this_decl)),
5161 IDENTIFIER_POINTER (DECL_NAME (this_decl)),