Searched refs:DECL_INSTINIT_P (Results 1 – 6 of 6) sorted by relevance
932 int is_finit_method = DECL_FINIT_P (mdecl) || DECL_INSTINIT_P (mdecl);
1335 #define DECL_INSTINIT_P(DECL) (ID_INSTINIT_P (DECL_NAME (DECL))) macro
6162 || DECL_FINIT_P (method) || DECL_INSTINIT_P (method))10701 || DECL_INSTINIT_P (md))14920 if (DECL_INSTINIT_P (current_function_decl))14925 if (DECL_INSTINIT_P (current_function_decl))15849 && DECL_INSTINIT_P (current_function_decl)
9727 || DECL_FINIT_P (method) || DECL_INSTINIT_P (method))14266 || DECL_INSTINIT_P (md))18485 if (DECL_INSTINIT_P (current_function_decl))18490 if (DECL_INSTINIT_P (current_function_decl))19414 && DECL_INSTINIT_P (current_function_decl)
3030 || DECL_INSTINIT_P (part)
2622 (DECL_INSTINIT_P): New macro.2643 (patch_return): Use DECL_INSTINIT_P instead of in_instance_initializer.