Home
last modified time | relevance | path

Searched refs:DECL_CLINIT_P (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dcheck-init.c934 = (is_finit_method || DECL_CLINIT_P (mdecl)
H A Ddecl.c1734 && ! DECL_CLINIT_P (fndecl)
H A Djava-tree.h1334 #define DECL_CLINIT_P(DECL) (ID_CLINIT_P (DECL_NAME (DECL))) macro
H A Dparse.c9726 if (DECL_CLINIT_P (method)
9792 if (!DECL_CLINIT_P (other_method)
11341 if (DECL_CONSTRUCTOR_P (decl) || DECL_CLINIT_P (decl))
11507 if (!DECL_CLINIT_P (mdecl))
18477 if (DECL_CLINIT_P (current_function_decl))
18494 else if (DECL_CLINIT_P (current_function_decl))
19455 if (DECL_CLINIT_P (current_function_decl))
H A Dparse.y6161 if (DECL_CLINIT_P (method)
6227 if (!DECL_CLINIT_P (other_method)
7776 if (DECL_CONSTRUCTOR_P (decl) || DECL_CLINIT_P (decl))
7942 if (!DECL_CLINIT_P (mdecl))
14912 if (DECL_CLINIT_P (current_function_decl))
14929 else if (DECL_CLINIT_P (current_function_decl))
15890 if (DECL_CLINIT_P (current_function_decl))
H A Dclass.c2051 && (DECL_CLINIT_P (method_decl))))
H A Dexpr.c2428 if (!DECL_CLINIT_P (current_function_decl))
H A DChangeLog7179 (layout_class_method): Use ID_FINIT_P, DECL_CLINIT_P and
7187 (expand_java_field_op): Use DECL_CLINIT_P.
7193 (DECL_INIT_P, DECL_FINIT_P, DECL_CLINIT_P, ID_INIT_P, ID_FINIT_P,
7211 (IS_CLINIT): Deleted (DECL_CLINIT_P replaces it.)
7300 (reset_method_name): Use DECL_CLINIT_P, DECL_FINIT_P.
7302 (check_abstract_method_definitions): Use DECL_CLINIT_P.
7305 (java_check_regular_methods): Use DECL_CLINIT_P.
7312 DECL_CLINIT_P.
7337 (check_final_assignment): Use DECL_CLINIT_P.
7342 (patch_return): Use DECL_CLINIT_P.
[all …]