Searched refs:build_complex (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-lex.c | 627 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 D | fold-const.c | 1210 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 D | gimplify.c | 3138 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 D | tree.c | 1162 build_complex (tree type, tree real, tree imag) in build_complex() function 1207 return build_complex (type, in build_one_cst()
|
| H A D | tree.h | 3648 extern tree build_complex (tree, tree, tree);
|
| H A D | varasm.c | 2702 return build_complex (TREE_TYPE (exp), in copy_constant()
|
| H A D | FSFChangeLog.11 | 10304 * 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.
|