Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
7333 return build_complex (type, rpart, ipart); in native_interpret_complex()
7823 return build_complex (type, rpart, negate_expr (ipart)); in fold_unary()
11407 return build_complex (type, arg0, arg1); in fold_binary()
H A Dgimplify.c3138 ctor = build_complex (type, r, i); in gimplify_init_constructor()
3492 new_rhs = build_complex (TREE_TYPE (lhs), realpart, imagpart); in gimplify_modify_expr_complex_part()
H A Dtree.c1162 build_complex (tree type, tree real, tree imag) in build_complex() function
1207 return build_complex (type, in build_one_cst()
H A Dtree.h3648 extern tree build_complex (tree, tree, tree);
H A Dvarasm.c2702 return build_complex (TREE_TYPE (exp), in copy_constant()
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.