Searched refs:outer_field_expanded_access_p (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse.c | 560 static int outer_field_expanded_access_p PARAMS ((tree, tree *, 11876 outer_field_expanded_access_p (node, name, arg_type, arg) in outer_field_expanded_access_p() function 11928 if (outer_field_expanded_access_p (node, &name, &arg_type, &arg)) 17819 outer_field_flag = outer_field_expanded_access_p (op, NULL, NULL, NULL);
|
H A D | parse.y | 320 static int outer_field_expanded_access_p PARAMS ((tree, tree *, 8311 outer_field_expanded_access_p (node, name, arg_type, arg) in outer_field_expanded_access_p() function 8363 if (outer_field_expanded_access_p (node, &name, &arg_type, &arg)) 14254 outer_field_flag = outer_field_expanded_access_p (op, NULL, NULL, NULL);
|
H A D | ChangeLog | 6690 (outer_field_expanded_access_p): Adapted to bytecode generation. 7235 outer_field_expanded_access_p, outer_field_access_fix,
|