Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c14260 int non_static_context = !METHOD_STATIC (md); local
14274 if (non_static_context && DECL_CONTEXT (md) != object_type_node)
14316 return (non_static_context && to_return);
H A Dparse.y10695 int non_static_context = !METHOD_STATIC (md); local
10709 if (non_static_context && DECL_CONTEXT (md) != object_type_node)
10751 return (non_static_context && to_return);