Searched refs:find_in_imports_on_demand (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | ChangeLog | 2229 (find_in_imports_on_demand): New local class_type_name. Local 2381 passed as parameter to find_in_imports and find_in_imports_on_demand. 2384 (find_in_imports_on_demand): Added parameter enclosing_type, use 3637 (find_in_imports_on_demand): Set DECL if class_type needed to be 5324 (find_in_imports_on_demand): TREE_PURPOSE of `import' contains the 5668 name, invoke `find_in_imports_on_demand' right after. Call 8239 find_in_imports_on_demand, resolve_package, fix_constructors, 8573 (find_in_imports_on_demand): Initialize variables `node_to_use' 10150 (read_import_dir, find_in_imports_on_demand): The remembered 13586 (find_in_imports_on_demand): Now uses WFL node. [all …]
|
| D | parse.y | 101 static int find_in_imports_on_demand PARAMS ((tree, tree)); 5872 if (find_in_imports_on_demand (saved_enclosing_type, class_type)) 6970 find_in_imports_on_demand (enclosing_type, class_type) in find_in_imports_on_demand() function
|
| D | parse.c | 341 static int find_in_imports_on_demand PARAMS ((tree, tree)); 9437 if (find_in_imports_on_demand (saved_enclosing_type, class_type)) 10535 find_in_imports_on_demand (enclosing_type, class_type) in find_in_imports_on_demand() function
|