Home
last modified time | relevance | path

Searched refs:to_be_found (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.y6754 tree to_be_found = EXPR_WFL_NODE (TREE_PURPOSE (import)); in process_imports() local
6758 IDENTIFIER_POINTER (to_be_found), in process_imports()
6759 IDENTIFIER_LENGTH (to_be_found)); in process_imports()
6763 if (IDENTIFIER_CLASS_VALUE (to_be_found)) in process_imports()
6770 QUALIFIED_P (to_be_found) = 1; in process_imports()
6771 load_class (to_be_found, 0); in process_imports()
6773 check_pkg_class_access (to_be_found, TREE_PURPOSE (import), true); in process_imports()
6776 if (IDENTIFIER_CLASS_VALUE (to_be_found)) in process_imports()
6783 if (breakdown_qualified (&left, NULL, to_be_found)) in process_imports()
6786 to_be_found = left; in process_imports()
[all …]
Dparse.c10319 tree to_be_found = EXPR_WFL_NODE (TREE_PURPOSE (import)); in process_imports() local
10323 IDENTIFIER_POINTER (to_be_found), in process_imports()
10324 IDENTIFIER_LENGTH (to_be_found)); in process_imports()
10328 if (IDENTIFIER_CLASS_VALUE (to_be_found)) in process_imports()
10335 QUALIFIED_P (to_be_found) = 1; in process_imports()
10336 load_class (to_be_found, 0); in process_imports()
10338 check_pkg_class_access (to_be_found, TREE_PURPOSE (import), true); in process_imports()
10341 if (IDENTIFIER_CLASS_VALUE (to_be_found)) in process_imports()
10348 if (breakdown_qualified (&left, NULL, to_be_found)) in process_imports()
10351 to_be_found = left; in process_imports()
[all …]