/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | data-streamer-in.c | 199 return wide_int::from_array (a, len, prec); in streamer_read_wide_int() 214 return widest_int::from_array (a, len); in streamer_read_widest_int()
|
H A D | wide-int.h | 1003 unsigned int from_array (HOST_WIDE_INT *, const HOST_WIDE_INT *, 1031 static wide_int from_array (const HOST_WIDE_INT *, unsigned int, 1130 wide_int_storage::from_array (const HOST_WIDE_INT *val, unsigned int len, 1134 result.set_len (wi::from_array (result.write_val (), val, len, precision, 1182 static FIXED_WIDE_INT (N) from_array (const HOST_WIDE_INT *, unsigned int, 1267 fixed_wide_int_storage <N>::from_array (const HOST_WIDE_INT *val, 1272 result.set_len (wi::from_array (result.write_val (), val, len, 3326 unsigned int from_array (HOST_WIDE_INT *, const HOST_WIDE_INT *,
|
H A D | cfgloop.h | 871 return widest_int::from_array (a, 2); in gcov_type_to_wide_int()
|
H A D | value-prof.c | 817 tree_val = wide_int_to_tree (get_gcov_type (), wide_int::from_array (a, 2, in gimple_divmod_fixed_value_transform() 1798 tree_val = wide_int_to_tree (get_gcov_type (), wide_int::from_array (a, 2, in gimple_stringops_transform()
|
H A D | lto-streamer-in.c | 1509 result = wide_int_to_tree (type, wide_int::from_array in lto_input_tree_1()
|
H A D | tree-vect-generic.c | 94 (type, wide_int::from_array (a, n, TYPE_PRECISION (type))); in build_replicated_const()
|
H A D | wide-int.cc | 144 wi::from_array (HOST_WIDE_INT *val, const HOST_WIDE_INT *xval, in from_array() function in wi
|
H A D | real.c | 1506 result = wide_int::from_array (val, words, w); in real_to_integer()
|
H A D | final.c | 4141 wide_int w = wide_int::from_array (&CONST_WIDE_INT_ELT (x, 0), in output_addr_const()
|
H A D | expmed.c | 5285 wide_int::from_array (&CONST_DOUBLE_LOW (x), 2, in make_tree()
|
H A D | simplify-rtx.c | 6196 r = wide_int::from_array (tmp, units, in simplify_immed_subreg()
|
H A D | builtins.c | 712 wide_int c = wide_int::from_array (tmp, len, GET_MODE_PRECISION (mode)); in c_readstr()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | init.c | 1692 int from_array = 0; in build_aggr_init() local 1696 from_array = 1; in build_aggr_init() 1716 from_array = (itype && same_type_p (TREE_TYPE (init), in build_aggr_init() 1720 && (!from_array in build_aggr_init() 1735 from_array, in build_aggr_init() 4006 int from_array, tsubst_flags_t complain) in build_vec_init() argument 4048 && from_array != 2) in build_vec_init() 4052 if (from_array && init && BRACE_ENCLOSED_INITIALIZER_P (init) in build_vec_init() 4074 && (from_array == 2 in build_vec_init() 4085 || from_array)) in build_vec_init() [all …]
|
H A D | cp-gimplify.c | 604 int from_array = (init && TREE_CODE (TREE_TYPE (init)) == ARRAY_TYPE); in cp_gimplify_expr() local 609 from_array, in cp_gimplify_expr()
|
H A D | typeck.c | 8179 int from_array; in cp_build_modify_expr() local 8233 from_array = TREE_CODE (TREE_TYPE (newrhs)) == ARRAY_TYPE in cp_build_modify_expr() 8237 from_array, complain); in cp_build_modify_expr()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | init.c | 3130 int from_array, tsubst_flags_t complain) in build_vec_init() argument 3170 && from_array != 2) in build_vec_init() 3175 && (from_array == 2 in build_vec_init() 3184 || from_array)) in build_vec_init() 3243 if (from_array && init && TREE_CODE (init) != CONSTRUCTOR) in build_vec_init() 3257 && from_array != 2) in build_vec_init() 3298 from_array = 0; in build_vec_init() 3384 else if (from_array) in build_vec_init() 3403 if (from_array in build_vec_init() 3428 if (from_array) in build_vec_init() [all …]
|
H A D | cp-gimplify.c | 524 int from_array = (init && TREE_CODE (TREE_TYPE (init)) == ARRAY_TYPE); in cp_gimplify_expr() local 529 from_array, in cp_gimplify_expr()
|
H A D | typeck.c | 6891 int from_array; in cp_build_modify_expr() local 6933 from_array = TREE_CODE (TREE_TYPE (newrhs)) == ARRAY_TYPE in cp_build_modify_expr() 6937 from_array, complain); in cp_build_modify_expr()
|
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | unwind-dw2-fde.c | 132 ob->s.b.from_array = 1; in __register_frame_info_table_bases() 733 if (ob->s.b.from_array) in init_object() 771 if (ob->s.b.from_array) in init_object() 979 if (ob->s.b.from_array) in search_object()
|
H A D | unwind-dw2-fde.h | 55 unsigned long from_array : 1; member
|
/dflybsd-src/contrib/gcc-8.0/libgcc/ |
H A D | unwind-dw2-fde.c | 153 ob->s.b.from_array = 1; in __register_frame_info_table_bases() 764 if (ob->s.b.from_array) in init_object() 802 if (ob->s.b.from_array) in init_object() 1010 if (ob->s.b.from_array) in search_object()
|
H A D | unwind-dw2-fde.h | 54 unsigned long from_array : 1; member
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-lex.c | 718 widest_int wval = widest_int::from_array (ival, 3); in interpret_integer()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 9022 wide_int::from_array (val, 2, in set_nonincremental_init_from_string()
|