Home
last modified time | relevance | path

Searched refs:build_complex_type (Results 1 – 25 of 32) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/include/
Dgcc-c-fe.def174 GCC_METHOD1 (gcc_type, build_complex_type,
Dgcc-cp-fe.def959 GCC_METHOD1 (gcc_type, build_complex_type,
/netbsd/src/external/gpl3/gdb/dist/include/
Dgcc-c-fe.def177 GCC_METHOD1 (gcc_type, build_complex_type,
Dgcc-cp-fe.def959 GCC_METHOD1 (gcc_type, build_complex_type,
/netbsd/src/external/gpl3/binutils/dist/include/
Dgcc-c-fe.def174 GCC_METHOD1 (gcc_type, build_complex_type,
Dgcc-cp-fe.def959 GCC_METHOD1 (gcc_type, build_complex_type,
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc2519 TREE_TYPE (t) = type ? type : build_complex_type (TREE_TYPE (real)); in build_complex()
7653 build_complex_type (tree component_type, bool named) in build_complex_type() function
7681 = build_complex_type (TYPE_CANONICAL (TREE_TYPE (t)), named); in build_complex_type()
9518 complex_integer_type_node = build_complex_type (integer_type_node, true); in build_common_tree_nodes()
9519 complex_float_type_node = build_complex_type (float_type_node, true); in build_common_tree_nodes()
9520 complex_double_type_node = build_complex_type (double_type_node, true); in build_common_tree_nodes()
9521 complex_long_double_type_node = build_complex_type (long_double_type_node, in build_common_tree_nodes()
9528 = build_complex_type (FLOATN_NX_TYPE_NODE (i)); in build_common_tree_nodes()
10921 return build_complex_type (inner2); in signed_or_unsigned_type_for()
Dtree-ssa-dce.cc1255 tree ctype = build_complex_type (type); in maybe_optimize_arith_overflow()
Dtree-ssa-math-opts.cc4214 tree ctype = build_complex_type (type); in match_arith_overflow()
4522 tree res = make_temp_ssa_name (build_complex_type (TREE_TYPE (op1)), in convert_to_divmod()
Dbuiltins.cc2685 tree ctype = build_complex_type (type); in expand_builtin_cexpi()
2725 return expand_expr (build2 (COMPLEX_EXPR, build_complex_type (type), in expand_builtin_cexpi()
8437 tree complex_type = build_complex_type (type); in fold_builtin_sincos()
9180 tree ctype = build_complex_type (type); in fold_builtin_arith_overflow()
Dstor-layout.cc473 return build_complex_type (inner_type); in bitwise_type_for_mode()
Dgimple-fold.cc5278 tree ctype = build_complex_type (itype); in fold_builtin_atomic_compare_exchange()
5726 tree ctype = build_complex_type (TREE_TYPE (result)); in gimple_fold_call()
Dtree.h4657 extern tree build_complex_type (tree, bool named = false);
Domp-expand.cc9092 tree ctype = build_complex_type (itype); in expand_omp_atomic_cas()
9318 tree ctype = build_complex_type (itype); in expand_omp_atomic_pipeline()
Doptabs.cc998 tree ctype = build_complex_type (wtype); in expand_doubleword_mod()
Dmatch.pd5889 (with { tree t = TREE_TYPE (@0), cpx = build_complex_type (t); }
5910 (with { tree t = TREE_TYPE (@0), cpx = build_complex_type (t); }
DChangeLog-201610629 * tree.h (build_complex_type): Add second parameter with default.
10630 * tree.c (build_complex_type): Add NAMED second parameter and adjust
10632 (build_common_tree_nodes): Pass true in calls to build_complex_type.
20106 * tree.c (build_complex_type): Likewise.
26375 stored by build_complex_type and gfc_build_complex_type instead of
26386 * tree.c (build_complex_type): Set the complex type to use before
Domp-low.cc11468 tree cplx = create_tmp_var (build_complex_type (unsigned_type_node, false)); in lower_omp_for_scan()
DChangeLog-20079076 * tree.c (build_complex_type): Always set TYPE_NAME for
24563 * tree.c (build_complex_type): When creating type names for DWARF2
24566 (build_common_tree_nodes_2): Use build_complex_type when building
34059 (build_complex_type): Build the canonical vector type.
DChangeLog-19994322 * tree.c (build_complex_type): Likewise.
6766 * tree.c (build_complex_type): If we are writing dwarf2 output,
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-lang.cc1039 return build_complex_type (inner_type); in lto_type_for_mode()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck.cc325 return build_type_attribute_variant (build_complex_type (subtype), in cp_common_type()
Ddecl.cc12399 type = build_complex_type (type); in grokdeclarator()
Dmodule.cc9257 res = build_complex_type (res); in tree_node()
Dparser.cc4831 value = fold_build2 (COMPLEX_EXPR, build_complex_type (type), in cp_parser_userdef_numeric_literal()

12