Home
last modified time | relevance | path

Searched refs:DECL_STATIC_FUNCTION_P (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDdecl2.c610 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()
HDdecl.c1058 && 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()
HDsearch.c1963 else if (DECL_STATIC_FUNCTION_P (fndecl)) in look_for_overrides_here()
1986 if (DECL_STATIC_FUNCTION_P (fndecl)) in look_for_overrides_r()
HDclass.c1027 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()
HDerror.c1037 else if (DECL_STATIC_FUNCTION_P (t)) in dump_function_decl()
2227 if (DECL_STATIC_FUNCTION_P (fn)) in function_category()
HDsemantics.c1420 && 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()
HDpt.c1566 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()
HDcp-tree.h1856 #define DECL_STATIC_FUNCTION_P(NODE) \ macro
1867 (DECL_NONSTATIC_MEMBER_FUNCTION_P (NODE) || DECL_STATIC_FUNCTION_P (NODE))
HDinit.c1389 if (DECL_STATIC_FUNCTION_P (t)) in build_offset_ref()
HDcall.c6134 int static_1 = DECL_STATIC_FUNCTION_P (cand1->fn); in joust()
6135 int static_2 = DECL_STATIC_FUNCTION_P (cand2->fn); in joust()
HDtypeck.c1996 && DECL_STATIC_FUNCTION_P (functions)) in build_class_member_access_expr()
4555 && DECL_STATIC_FUNCTION_P (fn)); in build_unary_op()
HDChangeLog-19962923 * decl2.c (finish_file): Unset DECL_STATIC_FUNCTION_P when we're
HDChangeLog-20024416 (DECL_STATIC_FUNCTION_P): Whitespace and wrap.
HDChangeLog-19952586 * decl2.c (finish_file): Also set DECL_STATIC_FUNCTION_P on the
HDChangeLog-200036 DECL_STATIC_FUNCTION_P.
HDChangeLog-19985322 * decl2.c (finish_file): Only set DECL_STATIC_FUNCTION_P for
/freebsd-11-stable/contrib/gcc/doc/
HDc-tree.texi1336 @item DECL_STATIC_FUNCTION_P