Home
last modified time | relevance | path

Searched refs:method_v (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c14765 tree method_v, current_v; local
14770 method_v = TREE_VALUE (method);
14774 if (argument_types_convertible (method_v, current_v))
14777 (DECL_CONTEXT (method_v), DECL_CONTEXT (current_v))
14779 && enclosing_context_p (DECL_CONTEXT (method_v),
H A Dparse.y11200 tree method_v, current_v; local
11205 method_v = TREE_VALUE (method);
11209 if (argument_types_convertible (method_v, current_v))
11212 (DECL_CONTEXT (method_v), DECL_CONTEXT (current_v))
11214 && enclosing_context_p (DECL_CONTEXT (method_v),