Home
last modified time | relevance | path

Searched refs:METHOD_STATIC (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.h271 if (!METHOD_STATIC ((M))) \
288 if (!METHOD_STATIC ((M))) \
860 && ! METHOD_STATIC (current_function_decl))))
Dcheck-init.c183 && ! METHOD_STATIC (mdecl)
607 if (fndecl && METHOD_STATIC (fndecl)
930 int is_static_method = METHOD_STATIC (mdecl);
Ddecl.c1678 int arg_i = METHOD_STATIC (current_function_decl) ? i+1 : i;
1732 if (METHOD_STATIC (fndecl) && ! METHOD_PRIVATE (fndecl)
1760 if (METHOD_STATIC (fndecl))
Dparse.y6407 if (METHOD_STATIC (method) && !TOPLEVEL_CLASS_DECL_P (class_decl))
6456 if (METHOD_FINAL (found) || METHOD_STATIC (found))
6459 if (METHOD_STATIC (found) && METHOD_STATIC (method))
6473 if (METHOD_STATIC (method))
8075 current_this = (!METHOD_STATIC (mdecl) ?
8108 if (METHOD_STATIC (mdecl))
8551 if (!METHOD_STATIC (decl))
8559 if (!METHOD_STATIC (decl))
9343 if (!fs && METHOD_STATIC (current_function_decl))
9779 if (METHOD_STATIC (current_function_decl)
[all …]
Dparse.c9972 if (METHOD_STATIC (method) && !TOPLEVEL_CLASS_DECL_P (class_decl))
10021 if (METHOD_FINAL (found) || METHOD_STATIC (found))
10024 if (METHOD_STATIC (found) && METHOD_STATIC (method))
10038 if (METHOD_STATIC (method))
11640 current_this = (!METHOD_STATIC (mdecl) ?
11673 if (METHOD_STATIC (mdecl))
12116 if (!METHOD_STATIC (decl))
12124 if (!METHOD_STATIC (decl))
12908 if (!fs && METHOD_STATIC (current_function_decl))
13344 if (METHOD_STATIC (current_function_decl)
[all …]
Dclass.c651 METHOD_STATIC (fndecl) = DECL_INLINE (fndecl) = 1;
1173 if (METHOD_STATIC (decl))
2066 else if (! METHOD_STATIC (method_decl) && !DECL_ARTIFICIAL (method_decl))
Dexpr.c2078 if (!METHOD_STATIC (method))
2091 if (METHOD_STATIC (method))
2260 if (METHOD_STATIC (method))
Djava-tree.h1316 #define METHOD_STATIC(DECL) DECL_LANG_FLAG_2 (DECL) macro
Djcf-write.c709 if (METHOD_STATIC (decl))
2606 if (METHOD_STATIC (f))