Home
last modified time | relevance | path

Searched refs:build_complex (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dc-lex.c627 value = build_complex (NULL_TREE, build_int_cst (type, 0), value); in interpret_integer()
700 value = build_complex (NULL_TREE, convert (type, integer_zero_node), value); in interpret_float()
H A Dfold-const.c1210 return build_complex (type, rpart, ipart); in fold_negate_expr()
1858 return build_complex (type, real, imag); in const_binop()
7317 return build_complex (type, rpart, ipart); in native_interpret_complex()
7807 return build_complex (type, rpart, negate_expr (ipart)); in fold_unary()
11386 return build_complex (type, arg0, arg1); in fold_binary()
H A Dgimplify.c3140 ctor = build_complex (type, r, i); in gimplify_init_constructor()
3494 new_rhs = build_complex (TREE_TYPE (lhs), realpart, imagpart); in gimplify_modify_expr_complex_part()
H A Dtree.c1154 build_complex (tree type, tree real, tree imag) in build_complex() function
1199 return build_complex (type, in build_one_cst()
H A Dtree.h3568 extern tree build_complex (tree, tree, tree);
H A Dvarasm.c2703 return build_complex (TREE_TYPE (exp), in copy_constant()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-lex.c880 value = build_complex (NULL_TREE, convert (type, integer_zero_node), value);
946 value = build_complex (NULL_TREE, convert (type, integer_zero_node), value);
H A Dfold-const.c1279 t = build_complex (type,
1285 t = build_complex (type,
1291 t = build_complex (type,
1314 t = build_complex (type,
5120 return build_complex (type, TREE_REALPART (arg0),
7069 return build_complex (type, arg0, arg1);
H A Dtree.h2250 extern tree build_complex PARAMS ((tree, tree, tree));
H A Dtree.c553 build_complex (type, real, imag) in build_complex() function
H A Dvarasm.c2592 return build_complex (TREE_TYPE (exp),
H A DFSFChangeLog.1110304 * tree.c (build_complex): Add new argument, TYPE.
10305 * tree.h (build_complex): Likewise.
10306 * c-lex.c (yylex): Add new arg, TYPE, to call to build_complex.
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.c3337 build_complex (int bit, char *name, struct type *target_type) in build_complex() function
3420 = build_complex (gdbarch_float_bit (gdbarch), "complex", in gdbtypes_post_init()
3423 = build_complex (gdbarch_double_bit (gdbarch), "double complex", in gdbtypes_post_init()
H A DChangeLog2544 * gdbtypes.c (build_flt, build_complex): New functions.
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A DChangeLog.01090 new build_complex() approach used in gcc-2.8.
2258 sequence for build_complex.
2588 instead of build_complex to build a complex constant.
H A Dcom.c1298 bothparts = build_complex (type, realpart, imagpart); in ffecom_build_complex_constant_()