Searched refs:qualify_and_find (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | parse.y | 124 static tree qualify_and_find PARAMS ((tree, tree, tree)); 5864 if ((new_class_decl = qualify_and_find (class_type, ctxp->package, 5890 if ((new_class_decl = qualify_and_find (class_type, 5941 qualify_and_find (class_type, package, name) in qualify_and_find() function
|
| D | parse.c | 364 static tree qualify_and_find PARAMS ((tree, tree, tree)); 9429 if ((new_class_decl = qualify_and_find (class_type, ctxp->package, 9455 if ((new_class_decl = qualify_and_find (class_type, 9506 qualify_and_find (class_type, package, name) in qualify_and_find() function
|
| D | ChangeLog | 5657 (qualify_and_find): Likewise. 5667 `original_name'. Call `qualify_and_find' with the current package 5669 `qualify_and_find' with the packages we've seen so far. Fixed
|