Home
last modified time | relevance | path

Searched refs:CONSTANT_CLASS_P (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/gcc/
H A Dipa-utils.c219 && (!CONSTANT_CLASS_P (t)) in get_base_var()
H A Dtree-ssa-forwprop.c195 && CONSTANT_CLASS_P (TREE_OPERAND (cond, 1)) in forward_propagate_into_cond_1()
226 || !CONSTANT_CLASS_P (op1) in forward_propagate_into_cond_1()
H A Dtree-vrp.c123 && CONSTANT_CLASS_P (TYPE_MIN_VALUE (type)) in supports_overflow_infinity()
125 && CONSTANT_CLASS_P (TYPE_MAX_VALUE (type))); in supports_overflow_infinity()
135 gcc_assert (val != NULL_TREE && CONSTANT_CLASS_P (val)); in make_overflow_infinity()
170 && CONSTANT_CLASS_P (val) in is_negative_overflow_infinity()
181 && CONSTANT_CLASS_P (val) in is_positive_overflow_infinity()
192 && CONSTANT_CLASS_P (val) in is_overflow_infinity()
H A Dtree-dfa.c600 else if (IS_TYPE_OR_DECL_P (*tp) || CONSTANT_CLASS_P (*tp)) in find_vars_r()
H A Dtree-chrec.c1296 if (CONSTANT_CLASS_P (res)) in chrec_convert_1()
H A Dtree-inline.c536 else if (CONSTANT_CLASS_P (*tp)) in copy_body_r()
1588 else if (CONSTANT_CLASS_P (x) || REFERENCE_CLASS_P (x)) in estimate_num_insns_1()
H A Dtree-ssa-structalias.c2396 while (!SSA_VAR_P (forzero) && !CONSTANT_CLASS_P (forzero)) in get_constraint_for_component_ref()
2399 if (CONSTANT_CLASS_P (forzero) && integer_zerop (forzero)) in get_constraint_for_component_ref()
4868 else if (CONSTANT_CLASS_P (rhs)) in find_escape_constraints()
H A Dtree.h96 #define CONSTANT_CLASS_P(CODE)\ macro
1104 (CONSTANT_CLASS_P (EXPR) && TREE_OVERFLOW (EXPR))
H A Dvarasm.c2690 if (CONSTANT_CLASS_P (TREE_OPERAND (exp, 0))) in copy_constant()
3662 if (CONSTANT_CLASS_P (tem) || TREE_CODE (tem) == CONSTRUCTOR) in output_addressed_constants()
H A Dc-typeck.c3787 if (CONSTANT_CLASS_P (ovalue) in build_c_cast()
5020 if (!CONSTANT_CLASS_P (value)) in digest_init()
7911 if (DECL_P (expr) || CONSTANT_CLASS_P (expr)) in c_process_expr_stmt()
H A Dc-format.c2234 && (CONSTANT_CLASS_P (cur_param) in check_format_types()
H A Dtree.c981 if (!CONSTANT_CLASS_P (value)) in build_vector()
2827 else if (CONSTANT_CLASS_P (node)) in recompute_tree_invariant_for_addr_expr()
H A Demit-rtl.c1555 else if (CONSTANT_CLASS_P (t)) in set_mem_attributes_minus_bitpos()
H A Dexpr.c2797 if (CONSTANT_CLASS_P (part)) in read_complex_part()
6510 || CONSTANT_CLASS_P (exp)) in expand_expr_addr_expr_1()
H A Dtree-cfg.c3405 if (!CONSTANT_CLASS_P (t) && !is_gimple_lvalue (t)) in verify_expr()
H A Dbuiltins.c321 else if (CONSTANT_CLASS_P (exp)) in get_pointer_alignment()
6606 if (CONSTANT_CLASS_P (arglist) in fold_builtin_constant_p()
H A Ddwarf2out.c10051 if (! EXPR_P (*tp) && ! CONSTANT_CLASS_P (*tp)) in reference_to_unused()
10138 if (!CONSTANT_CLASS_P (value)) in rtl_for_decl_init()
H A Dgimplify.c3167 if (!CONSTANT_CLASS_P (value)) in gimplify_init_constructor()
H A Dc-common.c1171 TREE_CONSTANT_OVERFLOW (t) = CONSTANT_CLASS_P (expr) in convert_and_check()
H A Dfold-const.c3815 return (CONSTANT_CLASS_P (exp) in simple_operand_p()
12797 if (CONSTANT_CLASS_P (base)) in tree_expr_nonzero_warnv_p()
H A Dc-parser.c2321 if (DECL_P (e) || CONSTANT_CLASS_P (e)) in c_parser_typeof_specifier()
H A DChangeLog-20064946 for CONSTANT_CLASS_P expresisons.
15241 (tree_node_can_be_shared): Remove unnecessary CONSTANT_CLASS_P
/freebsd-12.1/contrib/gcc/cp/
H A Dcall.c4661 if (!CONSTANT_CLASS_P (arg)) in convert_default_arg()
H A Dtypeck.c4931 && CONSTANT_CLASS_P (orig) in ignore_overflows()
H A Dpt.c5184 || CONSTANT_CLASS_P (t)) in uses_template_parms()

12