| /freebsd-11-stable/contrib/gcc/ |
| HD | tree-gimple.c | 49 case tcc_unary: in is_gimple_formal_tmp_rhs() 495 case tcc_unary: /* a unary arithmetic expression */ in recalculate_side_effects()
|
| HD | tree.def | 24 /* For tcc_references, tcc_expression, tcc_comparison, tcc_unary, 647 DEFTREECODE (FIX_TRUNC_EXPR, "fix_trunc_expr", tcc_unary, 1) 648 DEFTREECODE (FIX_CEIL_EXPR, "fix_ceil_expr", tcc_unary, 1) 649 DEFTREECODE (FIX_FLOOR_EXPR, "fix_floor_expr", tcc_unary, 1) 650 DEFTREECODE (FIX_ROUND_EXPR, "fix_round_expr", tcc_unary, 1) 653 DEFTREECODE (FLOAT_EXPR, "float_expr", tcc_unary, 1) 656 DEFTREECODE (NEGATE_EXPR, "negate_expr", tcc_unary, 1) 668 DEFTREECODE (ABS_EXPR, "abs_expr", tcc_unary, 1) 686 DEFTREECODE (BIT_NOT_EXPR, "bit_not_expr", tcc_unary, 1) 736 DEFTREECODE (CONVERT_EXPR, "convert_expr", tcc_unary, 1) [all …]
|
| HD | tree-vect-generic.c | 333 if (TREE_CODE_CLASS (code) == tcc_unary) in expand_vector_operation() 404 if (TREE_CODE_CLASS (code) != tcc_unary in expand_vector_operations_1()
|
| HD | tree.c | 358 case tcc_unary: /* a unary arithmetic expression */ in tree_code_size() 474 case tcc_unary: /* a unary arithmetic expression */ in make_node_stat() 2142 case tcc_unary: in tree_node_structure() 2208 case tcc_unary: in contains_placeholder_p() 2389 case tcc_unary: in substitute_in_expr() 2522 case tcc_unary: in substitute_placeholder_in_expr() 2733 case tcc_unary: in stabilize_reference_1() 2936 if ((TREE_CODE_CLASS (code) == tcc_unary || code == VIEW_CONVERT_EXPR) in build1_stat() 2940 if ((TREE_CODE_CLASS (code) == tcc_unary || code == VIEW_CONVERT_EXPR) in build1_stat() 4746 case tcc_unary: in simple_cst_equal()
|
| HD | ipa-pure-const.c | 435 case tcc_unary: in scan_function()
|
| HD | tree-ssa-loop-im.c | 342 if (class != tcc_unary in outermost_invariant_loop_expr() 836 if (class != tcc_unary in force_move_till_expr()
|
| HD | tree-ssa-pre.c | 1331 case tcc_unary: in phi_translate() 1559 case tcc_unary: in valid_in_set() 2392 case tcc_unary: in create_expression_by_pieces() 2882 gcc_assert (TREE_CODE_CLASS (code) == tcc_unary in create_value_expr_from() 2890 if (TREE_CODE_CLASS (code) == tcc_unary) in create_value_expr_from()
|
| HD | tree-complex.c | 1411 if (TREE_CODE_CLASS (code) == tcc_unary) in expand_complex_operations_1() 1431 if (TREE_CODE_CLASS (code) == tcc_unary) in expand_complex_operations_1()
|
| HD | tree-ssa-propagate.c | 596 else if (TREE_CODE_CLASS (code) == tcc_unary) in set_rhs()
|
| HD | tree-dump.c | 309 case tcc_unary: in dequeue_and_dump()
|
| HD | print-tree.c | 657 case tcc_unary: in print_node()
|
| HD | ipa-reference.c | 518 case tcc_unary: in scan_for_static_refs()
|
| HD | fold-const.c | 2756 case tcc_unary: in operand_equal_p() 2982 class = tcc_unary; in twoval_comparison_p() 2996 class = tcc_unary; in twoval_comparison_p() 3002 case tcc_unary: in twoval_comparison_p() 3075 class = tcc_unary; in eval_subst() 3082 case tcc_unary: in eval_subst() 3963 || TREE_CODE_CLASS (code) == tcc_unary in make_range() 5600 if (TREE_CODE_CLASS (tcode) == tcc_unary) in extract_muldiv_1() 7460 if (TREE_CODE_CLASS (code) == tcc_unary) in fold_unary() 11984 case tcc_unary: in fold_checksum_tree() [all …]
|
| HD | ipa-type-escape.c | 1232 case tcc_unary: in scan_for_refs()
|
| HD | tree-eh.c | 1862 || TREE_CODE_CLASS (code) == tcc_unary in tree_could_trap_p()
|
| HD | alias.c | 404 case tcc_unary: in find_base_decl()
|
| HD | tree-ssa-ccp.c | 877 if (kind == tcc_unary) in ccp_fold()
|
| HD | tree-ssa-operands.c | 2079 if (class == tcc_unary) in get_expr_operands()
|
| HD | tree.h | 68 tcc_unary, /* A unary arithmetic expression. */ enumerator 143 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_unary)
|
| HD | tree-ssa-structalias.c | 2693 case tcc_unary: in get_constraint_for() 3512 case tcc_unary: in find_func_aliases()
|
| HD | gimplify.c | 5158 case tcc_unary: in goa_stabilize_expr() 5859 case tcc_unary: in gimplify_expr()
|
| HD | tree-vrp.c | 2443 else if (TREE_CODE_CLASS (code) == tcc_unary) in extract_range_from_expr()
|
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | cp-tree.def | 236 DEFTREECODE (CAST_EXPR, "cast_expr", tcc_unary, 1) 237 DEFTREECODE (REINTERPRET_CAST_EXPR, "reinterpret_cast_expr", tcc_unary, 1) 238 DEFTREECODE (CONST_CAST_EXPR, "const_cast_expr", tcc_unary, 1) 239 DEFTREECODE (STATIC_CAST_EXPR, "static_cast_expr", tcc_unary, 1) 240 DEFTREECODE (DYNAMIC_CAST_EXPR, "dynamic_cast_expr", tcc_unary, 1) 348 DEFTREECODE (UNARY_PLUS_EXPR, "unary_plus_expr", tcc_unary, 1)
|
| HD | cvt.c | 973 || class == tcc_unary in convert_to_void()
|
| HD | tree.c | 1604 case tcc_unary: in cp_tree_equal()
|