Lines Matching refs:function_decl
2544 (FUNCTION_DECL_CHECK (NODE)->function_decl.function_code)
2559 (FUNCTION_DECL_CHECK (NODE)->function_decl.personality)
3007 (FUNCTION_DECL_CHECK (NODE)->function_decl.vindex)
3014 (FUNCTION_DECL_CHECK (NODE)->function_decl.uninlinable)
3019 (FUNCTION_DECL_CHECK (NODE)->function_decl.saved_tree)
3025 (FUNCTION_DECL_CHECK (NODE)->function_decl.malloc_flag)
3029 (NODE->function_decl.decl_type)
3041 decl->function_decl.decl_type = t; in set_function_decl_type()
3050 (FUNCTION_DECL_CHECK (NODE)->function_decl.replaceable_operator)
3056 (FUNCTION_DECL_CHECK (NODE)->function_decl.decl_type == OPERATOR_NEW)
3067 (FUNCTION_DECL_CHECK (NODE)->function_decl.decl_type == OPERATOR_DELETE)
3078 (FUNCTION_DECL_CHECK (NODE)->function_decl.returns_twice_flag)
3082 #define DECL_PURE_P(NODE) (FUNCTION_DECL_CHECK (NODE)->function_decl.pure_flag)
3091 (FUNCTION_DECL_CHECK (NODE)->function_decl.looping_const_or_pure_flag)
3097 (FUNCTION_DECL_CHECK (NODE)->function_decl.novops_flag)
3102 (FUNCTION_DECL_CHECK (NODE)->function_decl.static_ctor_flag)
3105 (FUNCTION_DECL_CHECK (NODE)->function_decl.static_dtor_flag)
3110 (FUNCTION_DECL_CHECK (NODE)->function_decl.no_instrument_function_entry_exit)
3115 (FUNCTION_DECL_CHECK (NODE)->function_decl.no_limit_stack)
3125 FUNCTION_DECL_CHECK (DECL)->function_decl.possibly_inlined
3131 (FUNCTION_DECL_CHECK (NODE)->function_decl.declared_inline_flag)
3136 (FUNCTION_DECL_CHECK (NODE)->function_decl.no_inline_warning_flag)
3166 (FUNCTION_DECL_CHECK (NODE)->function_decl.disregard_inline_limits)
3173 (FUNCTION_DECL_CHECK (NODE)->function_decl.has_debug_args_flag)
3178 (FUNCTION_DECL_CHECK (NODE)->function_decl.f)
3182 ((built_in_class) FUNCTION_DECL_CHECK (NODE)->function_decl.built_in_class)
3186 (FUNCTION_DECL_CHECK (NODE)->function_decl.arguments)
3191 (FUNCTION_DECL_CHECK (NODE)->function_decl.function_specific_target)
3196 (FUNCTION_DECL_CHECK (NODE)->function_decl.function_specific_optimization)
3202 (FUNCTION_DECL_CHECK (NODE)->function_decl.versioned_function)
3218 (FUNCTION_DECL_CHECK (NODE)->function_decl.decl_type == LAMBDA_FUNCTION)
3926 const tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in DECL_FUNCTION_CODE()
3937 const tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in DECL_MD_FUNCTION_CODE()
3948 const tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in DECL_FE_FUNCTION_CODE()
3959 tree_function_decl &fndecl = FUNCTION_DECL_CHECK (decl)->function_decl; in set_decl_built_in_function()
3969 tree_function_decl &newfndecl = FUNCTION_DECL_CHECK (newdecl)->function_decl; in copy_decl_built_in_function()
3971 = FUNCTION_DECL_CHECK (olddecl)->function_decl; in copy_decl_built_in_function()