Searched refs:DECL_STATIC_FUNCTION_P (Results 1 – 17 of 17) sorted by relevance
610 if (DECL_STATIC_FUNCTION_P (fndecl) in check_classfn()2644 DECL_STATIC_FUNCTION_P (current_function_decl) = 1; in one_static_initialization_or_destruction()2724 DECL_STATIC_FUNCTION_P (current_function_decl) = 0; in one_static_initialization_or_destruction()
1058 && DECL_STATIC_FUNCTION_P (newdecl)) in warn_extern_redeclared_static()6602 DECL_STATIC_FUNCTION_P (decl) = 1; in grokfndecl()6760 if (DECL_STATIC_FUNCTION_P (old_decl) in grokfndecl()9831 if (! methodp || DECL_STATIC_FUNCTION_P (decl)) in grok_op_properties()9846 if (DECL_STATIC_FUNCTION_P (decl)) in grok_op_properties()11096 if (ctype != NULL_TREE && DECL_STATIC_FUNCTION_P (decl1) in start_preparsed_function()11107 else if (DECL_STATIC_FUNCTION_P (decl1)) in start_preparsed_function()11253 if (ctype && !doing_friend && !DECL_STATIC_FUNCTION_P (decl1)) in start_preparsed_function()12308 DECL_STATIC_FUNCTION_P (decl) = 1; in revert_static_member_fn()
1963 else if (DECL_STATIC_FUNCTION_P (fndecl)) in look_for_overrides_here()1986 if (DECL_STATIC_FUNCTION_P (fndecl)) in look_for_overrides_r()
1027 if (! DECL_STATIC_FUNCTION_P (fn) in add_method()1028 && ! DECL_STATIC_FUNCTION_P (method) in add_method()1042 if (! DECL_STATIC_FUNCTION_P (fn)) in add_method()1044 if (! DECL_STATIC_FUNCTION_P (method)) in add_method()1542 if (DECL_STATIC_FUNCTION_P (fn)) in maybe_warn_about_overly_private_class()2364 && !DECL_STATIC_FUNCTION_P (decl)) in check_for_override()
1037 else if (DECL_STATIC_FUNCTION_P (t)) in dump_function_decl()2227 if (DECL_STATIC_FUNCTION_P (fn)) in function_category()
1420 && DECL_STATIC_FUNCTION_P (current_function_decl)) in finish_non_static_data_member()1941 && DECL_STATIC_FUNCTION_P (current_function_decl)) in finish_this_expr()
1566 if (DECL_STATIC_FUNCTION_P (fn) in determine_specialization()2150 if (DECL_STATIC_FUNCTION_P (tmpl) in check_explicit_specialization()2601 DECL_STATIC_FUNCTION_P (tmpl) = DECL_STATIC_FUNCTION_P (decl); in build_template_decl()11111 if (!DECL_STATIC_FUNCTION_P (decl2)) in more_specialized_fn()11117 if (!DECL_STATIC_FUNCTION_P (decl1)) in more_specialized_fn()
1856 #define DECL_STATIC_FUNCTION_P(NODE) \ macro1867 (DECL_NONSTATIC_MEMBER_FUNCTION_P (NODE) || DECL_STATIC_FUNCTION_P (NODE))
1389 if (DECL_STATIC_FUNCTION_P (t)) in build_offset_ref()
6134 int static_1 = DECL_STATIC_FUNCTION_P (cand1->fn); in joust()6135 int static_2 = DECL_STATIC_FUNCTION_P (cand2->fn); in joust()
1996 && DECL_STATIC_FUNCTION_P (functions)) in build_class_member_access_expr()4555 && DECL_STATIC_FUNCTION_P (fn)); in build_unary_op()
2923 * decl2.c (finish_file): Unset DECL_STATIC_FUNCTION_P when we're
4416 (DECL_STATIC_FUNCTION_P): Whitespace and wrap.
2586 * decl2.c (finish_file): Also set DECL_STATIC_FUNCTION_P on the
36 DECL_STATIC_FUNCTION_P.
5322 * decl2.c (finish_file): Only set DECL_STATIC_FUNCTION_P for
1336 @item DECL_STATIC_FUNCTION_P