Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c1265 DECL_STATIC_FUNCTION_P (fn) = 1; in maybe_add_lambda_conv_op()
1350 && DECL_STATIC_FUNCTION_P (fn) in lambda_static_thunk_p()
H A Dsearch.c2114 else if (DECL_STATIC_FUNCTION_P (fndecl)) in look_for_overrides_here()
2137 if (DECL_STATIC_FUNCTION_P (fndecl)) in look_for_overrides_r()
H A Ddecl.c1145 && DECL_STATIC_FUNCTION_P (newdecl)) in warn_extern_redeclared_static()
9646 DECL_STATIC_FUNCTION_P (decl) = 1; in grokfndecl()
9883 if (DECL_STATIC_FUNCTION_P (decl)) in grokfndecl()
9932 if (DECL_STATIC_FUNCTION_P (old_decl) in grokfndecl()
14505 if (! methodp || DECL_STATIC_FUNCTION_P (decl)) in grok_op_properties()
14517 if (DECL_STATIC_FUNCTION_P (decl)) in grok_op_properties()
16243 gcc_assert (!(ctype != NULL_TREE && DECL_STATIC_FUNCTION_P (decl1) in start_preparsed_function()
16250 else if (DECL_STATIC_FUNCTION_P (decl1)) in start_preparsed_function()
16288 if (ctype || DECL_STATIC_FUNCTION_P (decl1)) in start_preparsed_function()
16432 if (ctype && !doing_friend && !DECL_STATIC_FUNCTION_P (decl1)) in start_preparsed_function()
[all …]
H A Dclass.c1050 if (! DECL_STATIC_FUNCTION_P (fn) in add_method()
1051 && ! DECL_STATIC_FUNCTION_P (method) in add_method()
1069 if (! DECL_STATIC_FUNCTION_P (fn)) in add_method()
1071 if (! DECL_STATIC_FUNCTION_P (method)) in add_method()
2137 if (DECL_STATIC_FUNCTION_P (fn)) in maybe_warn_about_overly_private_class()
2869 && !DECL_STATIC_FUNCTION_P (decl)) in check_for_override()
H A Ddecl2.c670 if (DECL_STATIC_FUNCTION_P (fndecl) in check_classfn()
3953 DECL_STATIC_FUNCTION_P (current_function_decl) = 1; in one_static_initialization_or_destruction()
4047 DECL_STATIC_FUNCTION_P (current_function_decl) = 0; in one_static_initialization_or_destruction()
H A Derror.c1645 if (DECL_STATIC_FUNCTION_P (t)) in dump_function_decl()
3527 if (DECL_STATIC_FUNCTION_P (fn)) in function_category()
H A Dcp-tree.h3120 #define DECL_STATIC_FUNCTION_P(NODE) \ macro
3131 (DECL_NONSTATIC_MEMBER_FUNCTION_P (NODE) || DECL_STATIC_FUNCTION_P (NODE))
H A Dinit.c2209 if (DECL_STATIC_FUNCTION_P (t)) in build_offset_ref()
H A Dsemantics.c1925 && DECL_STATIC_FUNCTION_P (current_function_decl)) in finish_non_static_data_member()
2757 if (fn && DECL_STATIC_FUNCTION_P (fn)) in finish_this_expr()
H A Dtypeck.c2714 && DECL_STATIC_FUNCTION_P (functions)) in build_class_member_access_expr()
6427 && DECL_STATIC_FUNCTION_P (fn)); in cp_build_addr_expr_1()
H A Dtree.c144 if (TREE_CODE (fn) == FUNCTION_DECL && DECL_STATIC_FUNCTION_P (fn)) in lvalue_kind()
H A Dcall.c11329 int static_1 = DECL_STATIC_FUNCTION_P (cand1->fn); in joust()
11330 int static_2 = DECL_STATIC_FUNCTION_P (cand2->fn); in joust()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc1273 DECL_STATIC_FUNCTION_P (fn) = 1; in maybe_add_lambda_conv_op()
1358 && DECL_STATIC_FUNCTION_P (fn) in lambda_static_thunk_p()
H A Dsearch.cc2148 else if (DECL_STATIC_FUNCTION_P (fndecl)) in look_for_overrides_here()
2171 if (DECL_STATIC_FUNCTION_P (fndecl)) in look_for_overrides_r()
H A Ddecl.cc1197 && DECL_STATIC_FUNCTION_P (newdecl)) in warn_extern_redeclared_static()
10278 DECL_STATIC_FUNCTION_P (decl) = 1; in grokfndecl()
10514 if (DECL_STATIC_FUNCTION_P (decl)) in grokfndecl()
10563 if (DECL_STATIC_FUNCTION_P (old_decl) in grokfndecl()
15311 if (! methodp || DECL_STATIC_FUNCTION_P (decl)) in grok_op_properties()
15323 if (DECL_STATIC_FUNCTION_P (decl)) in grok_op_properties()
17080 gcc_assert (!(ctype != NULL_TREE && DECL_STATIC_FUNCTION_P (decl1) in start_preparsed_function()
17087 else if (DECL_STATIC_FUNCTION_P (decl1)) in start_preparsed_function()
17125 if (ctype || DECL_STATIC_FUNCTION_P (decl1)) in start_preparsed_function()
17269 if (ctype && !doing_friend && !DECL_STATIC_FUNCTION_P (decl1)) in start_preparsed_function()
[all …]
H A Dclass.cc1081 if (! DECL_STATIC_FUNCTION_P (fn) in add_method()
1082 && ! DECL_STATIC_FUNCTION_P (method) in add_method()
1112 if (! DECL_STATIC_FUNCTION_P (real_fn)) in add_method()
1114 if (! DECL_STATIC_FUNCTION_P (real_method)) in add_method()
2240 if (DECL_STATIC_FUNCTION_P (fn)) in maybe_warn_about_overly_private_class()
2970 && !DECL_STATIC_FUNCTION_P (decl)) in check_for_override()
H A Ddecl2.cc785 if (DECL_STATIC_FUNCTION_P (fndecl) in check_classfn()
4209 DECL_STATIC_FUNCTION_P (current_function_decl) = 1; in one_static_initialization_or_destruction()
4303 DECL_STATIC_FUNCTION_P (current_function_decl) = 0; in one_static_initialization_or_destruction()
H A Derror.cc1738 if (DECL_STATIC_FUNCTION_P (t)) in dump_function_decl()
3620 if (DECL_STATIC_FUNCTION_P (fn)) in function_category()
H A Dcp-tree.h3308 #define DECL_STATIC_FUNCTION_P(NODE) \ macro
3319 (DECL_NONSTATIC_MEMBER_FUNCTION_P (NODE) || DECL_STATIC_FUNCTION_P (NODE))
H A Dinit.cc2448 if (DECL_STATIC_FUNCTION_P (t)) in build_offset_ref()
H A Dtypeck.cc2882 && DECL_STATIC_FUNCTION_P (functions)) in build_class_member_access_expr()
6935 && DECL_STATIC_FUNCTION_P (fn)); in cp_build_addr_expr_1()
H A Dtree.cc149 if (TREE_CODE (fn) == FUNCTION_DECL && DECL_STATIC_FUNCTION_P (fn)) in lvalue_kind()
H A Dsemantics.cc2177 && DECL_STATIC_FUNCTION_P (current_function_decl)) in finish_non_static_data_member()
3010 if (fn && DECL_STATIC_FUNCTION_P (fn)) in finish_this_expr()
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc1375 DECL_STATIC_FUNCTION_P (decl) = 1; in plugin_build_decl()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc1219 DECL_STATIC_FUNCTION_P (decl) = 1; in plugin_build_decl()

12