Lines Matching refs:current_function_decl
640 && recursive_call_p (current_function_decl, callee_t)) in check_call()
2103 node = cgraph_node::get (current_function_decl); in execute()
2114 if (!skip && !TREE_THIS_VOLATILE (current_function_decl) in execute()
2123 TREE_THIS_VOLATILE (current_function_decl) = 1; in execute()
2133 if (!TREE_READONLY (current_function_decl)) in execute()
2135 warn_function_const (current_function_decl, !l->looping); in execute()
2141 else if (DECL_LOOPING_CONST_OR_PURE_P (current_function_decl) in execute()
2159 if (!DECL_PURE_P (current_function_decl)) in execute()
2161 warn_function_pure (current_function_decl, !l->looping); in execute()
2167 else if (DECL_LOOPING_CONST_OR_PURE_P (current_function_decl) in execute()
2187 if (!l->can_throw && !TREE_NOTHROW (current_function_decl)) in execute()
2197 && !DECL_IS_MALLOC (current_function_decl)) in execute()
2251 if (!TREE_THIS_VOLATILE (current_function_decl) in execute()
2253 warn_function_noreturn (current_function_decl); in execute()
2306 if (TREE_NOTHROW (current_function_decl)) in execute()
2309 node = cgraph_node::get (current_function_decl); in execute()
2312 if (cgraph_node::get (current_function_decl)->get_availability () in execute()
2331 if (callee_t && recursive_call_p (current_function_decl, in execute()
2355 && recursive_call_p (current_function_decl, callee_t) in execute()