Lines Matching refs:current_function_decl
547 if (!ipa && callee_t == current_function_decl) in check_call()
728 tree old_decl = current_function_decl; in analyze_function()
756 current_function_decl = decl; in analyze_function()
824 current_function_decl = old_decl; in analyze_function()
1557 node = cgraph_get_node (current_function_decl); in local_pure_const()
1567 if (!skip && !TREE_THIS_VOLATILE (current_function_decl) in local_pure_const()
1573 lang_hooks.decl_printable_name (current_function_decl, 2)); in local_pure_const()
1576 TREE_THIS_VOLATILE (current_function_decl) = 1; in local_pure_const()
1586 if (!TREE_READONLY (current_function_decl)) in local_pure_const()
1588 warn_function_const (current_function_decl, !l->looping); in local_pure_const()
1597 lang_hooks.decl_printable_name (current_function_decl, in local_pure_const()
1600 else if (DECL_LOOPING_CONST_OR_PURE_P (current_function_decl) in local_pure_const()
1610 lang_hooks.decl_printable_name (current_function_decl, in local_pure_const()
1616 if (!DECL_PURE_P (current_function_decl)) in local_pure_const()
1623 warn_function_pure (current_function_decl, !l->looping); in local_pure_const()
1627 lang_hooks.decl_printable_name (current_function_decl, in local_pure_const()
1630 else if (DECL_LOOPING_CONST_OR_PURE_P (current_function_decl) in local_pure_const()
1640 lang_hooks.decl_printable_name (current_function_decl, in local_pure_const()
1648 if (!l->can_throw && !TREE_NOTHROW (current_function_decl)) in local_pure_const()
1654 lang_hooks.decl_printable_name (current_function_decl, in local_pure_const()