Searched refs:check_pkg_class_access (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 344 static int check_pkg_class_access PARAMS ((tree, tree, bool)); 8682 && check_pkg_class_access (DECL_NAME (super_decl), 8722 && (check_pkg_class_access (DECL_NAME (super_decl), wfl, true))) 9472 if (check_pkg_class_access (TYPE_NAME (class_type), cl, true)) 10338 check_pkg_class_access (to_be_found, TREE_PURPOSE (import), true); in process_imports() 10584 access_check = check_pkg_class_access (node, TREE_PURPOSE (import), 10777 check_pkg_class_access (class_name, cl, verbose) in check_pkg_class_access() function
|
| H A D | parse.y | 104 static int check_pkg_class_access PARAMS ((tree, tree, bool)); 5117 && check_pkg_class_access (DECL_NAME (super_decl), 5157 && (check_pkg_class_access (DECL_NAME (super_decl), wfl, true))) 5907 if (check_pkg_class_access (TYPE_NAME (class_type), cl, true)) 6773 check_pkg_class_access (to_be_found, TREE_PURPOSE (import), true); in process_imports() 7019 access_check = check_pkg_class_access (node, TREE_PURPOSE (import), 7212 check_pkg_class_access (class_name, cl, verbose) in check_pkg_class_access() function
|
| H A D | ChangeLog | 2223 * parse.y (check_pkg_class_access): New prototype, fixed leading 2225 (parse_check_super): Pass extra argument to check_pkg_class_access. 3632 check_pkg_class_access for an inner interface. 3633 (parser_check_super): Don't call check_pkg_class_access for inner 3636 check_pkg_class_access if CL and DECL are not set. 3638 loaded. Don't call check_pkg_class_access for an inner class. 3641 (check_pkg_class_access): Handle the empty package correctly. 7428 check_pkg_class_access, declare_local_variables, fix_constructors, 9509 * parse.y (check_pkg_class_access): Allow private class access 11391 (check_pkg_class_access, declare_local_variables): Likewise. [all …]
|