Home
last modified time | relevance | path

Searched refs:from_super (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c13102 int from_super = 0, from_cast = 0, from_qualified_this = 0; local
13161 if (from_super && TREE_CODE (qual_wfl) == CALL_EXPR)
13166 from_super,
13168 from_super = 0;
13359 from_super = from_type = 1;
13393 if (from_super || from_cast)
13448 if (!from_super && QUAL_RESOLUTION (q))
13553 DECL_CONTEXT (field_decl), from_super))
13573 if (!from_super && from_type
13582 from_cast = from_super = 0;
[all …]
H A Dparse.y9537 int from_super = 0, from_cast = 0, from_qualified_this = 0; local
9596 if (from_super && TREE_CODE (qual_wfl) == CALL_EXPR)
9601 from_super,
9603 from_super = 0;
9794 from_super = from_type = 1;
9828 if (from_super || from_cast)
9883 if (!from_super && QUAL_RESOLUTION (q))
9988 DECL_CONTEXT (field_decl), from_super))
10008 if (!from_super && from_type
10017 from_cast = from_super = 0;
[all …]
H A DChangeLog1127 * parse.y (resolve_qualified_expression_name): Clear "from_super" flag
3675 denied. Added `from_super' argument.
10276 (patch_invoke): Use CALL_USING_SUPER instead of from_super parameter.
11086 (resolve_qualified_expression_name): Pass extra from_super flag
11097 (patch_invoke): New argument from_super. Loop on arguments
11098 indentation fixed. Pass from_super to invocation_mode. New switch