/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | lambda.c | 1265 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 D | search.c | 2114 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 D | decl.c | 1145 && 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 D | class.c | 1050 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 D | decl2.c | 670 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 D | error.c | 1645 if (DECL_STATIC_FUNCTION_P (t)) in dump_function_decl() 3527 if (DECL_STATIC_FUNCTION_P (fn)) in function_category()
|
H A D | cp-tree.h | 3120 #define DECL_STATIC_FUNCTION_P(NODE) \ macro 3131 (DECL_NONSTATIC_MEMBER_FUNCTION_P (NODE) || DECL_STATIC_FUNCTION_P (NODE))
|
H A D | init.c | 2209 if (DECL_STATIC_FUNCTION_P (t)) in build_offset_ref()
|
H A D | semantics.c | 1925 && 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 D | typeck.c | 2714 && 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 D | tree.c | 144 if (TREE_CODE (fn) == FUNCTION_DECL && DECL_STATIC_FUNCTION_P (fn)) in lvalue_kind()
|
H A D | call.c | 11329 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 D | lambda.cc | 1273 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 D | search.cc | 2148 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 D | decl.cc | 1197 && 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 D | class.cc | 1081 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 D | decl2.cc | 785 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 D | error.cc | 1738 if (DECL_STATIC_FUNCTION_P (t)) in dump_function_decl() 3620 if (DECL_STATIC_FUNCTION_P (fn)) in function_category()
|
H A D | cp-tree.h | 3308 #define DECL_STATIC_FUNCTION_P(NODE) \ macro 3319 (DECL_NONSTATIC_MEMBER_FUNCTION_P (NODE) || DECL_STATIC_FUNCTION_P (NODE))
|
H A D | init.cc | 2448 if (DECL_STATIC_FUNCTION_P (t)) in build_offset_ref()
|
H A D | typeck.cc | 2882 && 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 D | tree.cc | 149 if (TREE_CODE (fn) == FUNCTION_DECL && DECL_STATIC_FUNCTION_P (fn)) in lvalue_kind()
|
H A D | semantics.cc | 2177 && 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 D | libcp1plugin.cc | 1375 DECL_STATIC_FUNCTION_P (decl) = 1; in plugin_build_decl()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 1219 DECL_STATIC_FUNCTION_P (decl) = 1; in plugin_build_decl()
|