Home
last modified time | relevance | path

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 Dparse.c560 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 Dparse.y320 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 DChangeLog6690 (outer_field_expanded_access_p): Adapted to bytecode generation.
7235 outer_field_expanded_access_p, outer_field_access_fix,