Lines Matching refs:current_function_decl
678 && recursive_call_p (current_function_decl, callee_t)) in check_call()
2127 node = cgraph_node::get (current_function_decl); in execute()
2138 if (!skip && !TREE_THIS_VOLATILE (current_function_decl) in execute()
2147 TREE_THIS_VOLATILE (current_function_decl) = 1; in execute()
2157 if (!TREE_READONLY (current_function_decl)) in execute()
2159 warn_function_const (current_function_decl, !l->looping); in execute()
2165 else if (DECL_LOOPING_CONST_OR_PURE_P (current_function_decl) in execute()
2183 if (!DECL_PURE_P (current_function_decl)) in execute()
2185 warn_function_pure (current_function_decl, !l->looping); in execute()
2191 else if (DECL_LOOPING_CONST_OR_PURE_P (current_function_decl) in execute()
2211 if (!l->can_throw && !TREE_NOTHROW (current_function_decl)) in execute()
2221 && !DECL_IS_MALLOC (current_function_decl)) in execute()
2275 if (!TREE_THIS_VOLATILE (current_function_decl) in execute()
2277 warn_function_noreturn (current_function_decl); in execute()
2330 if (TREE_NOTHROW (current_function_decl)) in execute()
2333 node = cgraph_node::get (current_function_decl); in execute()
2336 if (cgraph_node::get (current_function_decl)->get_availability () in execute()
2355 if (callee_t && recursive_call_p (current_function_decl, in execute()
2379 && recursive_call_p (current_function_decl, callee_t) in execute()