Searched refs:TREE_REALPART (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtree.c1170 TREE_REALPART (t) = real;
1282 && integer_zerop (TREE_REALPART (expr))
1298 && integer_onep (TREE_REALPART (expr))
1314 && integer_all_onesp (TREE_REALPART (expr))
1366 && integer_pow2p (TREE_REALPART (expr))
1411 && (integer_nonzerop (TREE_REALPART (expr))
1427 return tree_log2 (TREE_REALPART (expr));
1465 return tree_log2 (TREE_REALPART (expr));
1502 && real_zerop (TREE_REALPART (expr))
1516 && real_onep (TREE_REALPART (exp
[all...]
H A Dtree-browser.c220 TB_SET_HEAD (TREE_REALPART (head));
H A Dvarasm.c2475 return (const_hash_1 (TREE_REALPART (exp)) * 5
2595 return (compare_constant (TREE_REALPART (t1), TREE_REALPART (t2))
2717 copy_constant (TREE_REALPART (exp)),
4116 output_constant (TREE_REALPART (exp), thissize / 2, align);
H A Dtree-complex.c123 real = TREE_REALPART (t);
555 return imagpart_p ? TREE_IMAGPART (t) : TREE_REALPART (t);
H A Dprint-tree.c744 print_node (file, "real", TREE_REALPART (node), indent + 4);
H A Dfold-const.c1094 return negate_expr_p (TREE_REALPART (t))
1212 tree rpart = negate_expr (TREE_REALPART (t));
1813 tree r1 = TREE_REALPART (arg1);
1815 tree r2 = TREE_REALPART (arg2);
2738 return (operand_equal_p (TREE_REALPART (arg0), TREE_REALPART (arg1),
7166 part = TREE_REALPART (expr);
7856 tree rpart = fold_convert (itype, TREE_REALPART (arg0));
7917 return fold_convert (type, TREE_REALPART (arg0));
8487 rpart = TREE_REALPART (exp
[all...]
H A Dc-pretty-print.c1213 pp_expression (pp, cst ? TREE_REALPART (e) : TREE_OPERAND (e, 0));
H A Dtree-sra.c1825 ? TREE_OPERAND (init, 0) : TREE_REALPART (init));
H A Dexpr.c2805 tree part = imag_p ? TREE_IMAGPART (decl) : TREE_REALPART (decl);
4619 if (!initializer_zerop (TREE_REALPART (value)))
7075 op0 = expand_expr (TREE_REALPART (exp), rtarg, mode, 0);
H A Dbuiltins.c6966 && TREE_CODE (TREE_REALPART (arg)) == REAL_CST
6968 && ! TREE_CONSTANT_OVERFLOW (TREE_REALPART (arg))
6973 r = TREE_REAL_CST (TREE_REALPART (arg));
7647 && real_dconstp (TREE_REALPART (expr), value)
H A Dtree-pretty-print.c777 dump_generic_node (buffer, TREE_REALPART (node), spc, flags, false);
H A Dc-common.c968 if (TREE_CODE (TREE_REALPART (value)) == INTEGER_CST)
970 else if (TREE_CODE (TREE_REALPART (value)) == REAL_CST)
H A Dtree.h1329 #define TREE_REALPART(NODE) (COMPLEX_CST_CHECK (NODE)->complex.real)
1324 #define TREE_REALPART macro
H A Dc-typeck.c3015 return TREE_REALPART (arg);
/freebsd-10.1-release/contrib/gcc/cp/
H A Dtree.c1474 return cp_tree_equal (TREE_REALPART (t1), TREE_REALPART (t2))
H A Dtypeck.c4216 return TREE_REALPART (arg);

Completed in 348 milliseconds