Searched refs:TREE_IMAGPART (Results 1 – 18 of 18) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | tree.c | 1167 TREE_IMAGPART (t) = imag; in build_complex() 1278 && integer_zerop (TREE_IMAGPART (expr)))); in integer_zerop() 1294 && integer_zerop (TREE_IMAGPART (expr)))); in integer_onep() 1310 && integer_zerop (TREE_IMAGPART (expr))) in integer_all_onesp() 1362 && integer_zerop (TREE_IMAGPART (expr))) in integer_pow2p() 1407 || integer_nonzerop (TREE_IMAGPART (expr))))); in integer_nonzerop() 1498 && real_zerop (TREE_IMAGPART (expr)))); in real_zerop() 1512 && real_zerop (TREE_IMAGPART (expr)))); in real_onep() 1526 && real_zerop (TREE_IMAGPART (expr)))); in real_twop() 1540 && real_zerop (TREE_IMAGPART (expr)))); in real_minus_onep() [all …]
|
| HD | tree-browser.c | 213 TB_SET_HEAD (TREE_IMAGPART (head)); in browse_tree()
|
| HD | tree-complex.c | 124 imag = TREE_IMAGPART (t); in find_lattice_value() 555 return imagpart_p ? TREE_IMAGPART (t) : TREE_REALPART (t); in extract_component()
|
| HD | varasm.c | 2463 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1() 2583 && compare_constant (TREE_IMAGPART (t1), TREE_IMAGPART (t2))); in compare_constant() 2704 copy_constant (TREE_IMAGPART (exp))); in copy_constant() 4092 output_constant (TREE_IMAGPART (exp), thissize / 2, in output_constant()
|
| HD | fold-const.c | 1086 && negate_expr_p (TREE_IMAGPART (t)); in negate_expr_p() 1204 tree ipart = negate_expr (TREE_IMAGPART (t)); in fold_negate_expr() 1803 tree i1 = TREE_IMAGPART (arg1); in const_binop() 1805 tree i2 = TREE_IMAGPART (arg2); in const_binop() 2724 && operand_equal_p (TREE_IMAGPART (arg0), TREE_IMAGPART (arg1), in operand_equal_p() 7135 part = TREE_IMAGPART (expr); in native_encode_complex() 7822 tree ipart = fold_convert (itype, TREE_IMAGPART (arg0)); in fold_unary() 7908 return fold_convert (type, TREE_IMAGPART (arg0)); in fold_unary() 8453 ipart = TREE_IMAGPART (expr); in fold_mult_zconjz() 11955 fold_checksum_tree (TREE_IMAGPART (expr), ctx, ht); in fold_checksum_tree() [all …]
|
| HD | print-tree.c | 744 print_node (file, "imag", TREE_IMAGPART (node), indent + 4); in print_node()
|
| HD | c-pretty-print.c | 1212 pp_expression (pp, cst ? TREE_IMAGPART (e) : TREE_OPERAND (e, 1)); in pp_c_initializer_list()
|
| HD | tree-sra.c | 1821 ? TREE_OPERAND (init, 1) : TREE_IMAGPART (init)); in generate_element_init_1()
|
| HD | builtins.c | 6964 && TREE_CODE (TREE_IMAGPART (arg)) == REAL_CST in fold_builtin_cabs() 6966 && ! TREE_CONSTANT_OVERFLOW (TREE_IMAGPART (arg))) in fold_builtin_cabs() 6971 i = TREE_REAL_CST (TREE_IMAGPART (arg)); in fold_builtin_cabs() 7645 && real_zerop (TREE_IMAGPART (expr)))); in real_dconstp()
|
| HD | tree-pretty-print.c | 779 dump_generic_node (buffer, TREE_IMAGPART (node), spc, flags, false); in dump_generic_node()
|
| HD | expr.c | 2796 tree part = imag_p ? TREE_IMAGPART (decl) : TREE_REALPART (decl); in read_complex_part() 4608 if (!initializer_zerop (TREE_IMAGPART (value))) in categorize_ctor_elements_1() 7056 op1 = expand_expr (TREE_IMAGPART (exp), itarg, mode, 0); in expand_expr_real_1()
|
| HD | tree.def | 281 /* Contents are in TREE_REALPART and TREE_IMAGPART fields,
|
| HD | tree.h | 1325 #define TREE_IMAGPART(NODE) (COMPLEX_CST_CHECK (NODE)->complex.imag) macro
|
| HD | c-typeck.c | 3008 return TREE_IMAGPART (arg); in build_unary_op()
|
| HD | ChangeLog-2001 | 33174 use TREE_REALPART and TREE_IMAGPART instead of TREE_OPERAND.
|
| /freebsd-11-stable/contrib/gcc/cp/ |
| HD | tree.c | 1468 && cp_tree_equal (TREE_IMAGPART (t1), TREE_IMAGPART (t2)); in cp_tree_equal()
|
| HD | typeck.c | 4218 return TREE_IMAGPART (arg); in build_unary_op()
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | c-tree.texi | 2020 @code{TREE_REALPART} and @code{TREE_IMAGPART} return the real and the
|