Searched refs:build_complex_type (Results 1 – 25 of 32) sorted by relevance
12
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | gcc-c-fe.def | 174 GCC_METHOD1 (gcc_type, build_complex_type,
|
| D | gcc-cp-fe.def | 959 GCC_METHOD1 (gcc_type, build_complex_type,
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | gcc-c-fe.def | 177 GCC_METHOD1 (gcc_type, build_complex_type,
|
| D | gcc-cp-fe.def | 959 GCC_METHOD1 (gcc_type, build_complex_type,
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | gcc-c-fe.def | 174 GCC_METHOD1 (gcc_type, build_complex_type,
|
| D | gcc-cp-fe.def | 959 GCC_METHOD1 (gcc_type, build_complex_type,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree.cc | 2519 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()
|
| D | tree-ssa-dce.cc | 1255 tree ctype = build_complex_type (type); in maybe_optimize_arith_overflow()
|
| D | tree-ssa-math-opts.cc | 4214 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()
|
| D | builtins.cc | 2685 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()
|
| D | stor-layout.cc | 473 return build_complex_type (inner_type); in bitwise_type_for_mode()
|
| D | gimple-fold.cc | 5278 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()
|
| D | tree.h | 4657 extern tree build_complex_type (tree, bool named = false);
|
| D | omp-expand.cc | 9092 tree ctype = build_complex_type (itype); in expand_omp_atomic_cas() 9318 tree ctype = build_complex_type (itype); in expand_omp_atomic_pipeline()
|
| D | optabs.cc | 998 tree ctype = build_complex_type (wtype); in expand_doubleword_mod()
|
| D | match.pd | 5889 (with { tree t = TREE_TYPE (@0), cpx = build_complex_type (t); } 5910 (with { tree t = TREE_TYPE (@0), cpx = build_complex_type (t); }
|
| D | ChangeLog-2016 | 10629 * 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
|
| D | omp-low.cc | 11468 tree cplx = create_tmp_var (build_complex_type (unsigned_type_node, false)); in lower_omp_for_scan()
|
| D | ChangeLog-2007 | 9076 * 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.
|
| D | ChangeLog-1999 | 4322 * 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/ |
| D | lto-lang.cc | 1039 return build_complex_type (inner_type); in lto_type_for_mode()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | typeck.cc | 325 return build_type_attribute_variant (build_complex_type (subtype), in cp_common_type()
|
| D | decl.cc | 12399 type = build_complex_type (type); in grokdeclarator()
|
| D | module.cc | 9257 res = build_complex_type (res); in tree_node()
|
| D | parser.cc | 4831 value = fold_build2 (COMPLEX_EXPR, build_complex_type (type), in cp_parser_userdef_numeric_literal()
|
12