Searched refs:from_array (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddata-streamer-in.c210 return wide_int::from_array (a, len, prec);
225 return widest_int::from_array (a, len);
H A Dcfgloop.h880 return widest_int::from_array (a, 2);
H A Dwide-int.h1054 unsigned int from_array (HOST_WIDE_INT *, const HOST_WIDE_INT *,
1082 static wide_int from_array (const HOST_WIDE_INT *, unsigned int,
1181 wide_int_storage::from_array (const HOST_WIDE_INT *val, unsigned int len, function in class:wide_int_storage
1185 result.set_len (wi::from_array (result.write_val (), val, len, precision,
1233 static FIXED_WIDE_INT (N) from_array (const HOST_WIDE_INT *, unsigned int,
1318 fixed_wide_int_storage <N>::from_array (const HOST_WIDE_INT *val, function in class:fixed_wide_int_storage
1323 result.set_len (wi::from_array (result.write_val (), val, len,
3407 unsigned int from_array (HOST_WIDE_INT *, const HOST_WIDE_INT *,
H A Dvalue-prof.c829 tree_val = wide_int_to_tree (get_gcov_type (), wide_int::from_array (a, 2,
1685 tree_val = wide_int_to_tree (get_gcov_type (), wide_int::from_array (a, 2,
H A Dgraphite-isl-ast-to-gimple.c291 widest_int wi = widest_int::from_array (chunks, n, true);
H A Dlto-streamer-in.c1840 result = wide_int_to_tree (type, wide_int::from_array
H A Dtree-vect-generic.c96 (type, wide_int::from_array (a, n, TYPE_PRECISION (type)));
H A Dwide-int.cc144 wi::from_array (HOST_WIDE_INT *val, const HOST_WIDE_INT *xval, function in class:wi
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddata-streamer-in.cc221 return wide_int::from_array (a, len, prec);
236 return widest_int::from_array (a, len);
H A Dwide-int.h1054 unsigned int from_array (HOST_WIDE_INT *, const HOST_WIDE_INT *,
1082 static wide_int from_array (const HOST_WIDE_INT *, unsigned int,
1181 wide_int_storage::from_array (const HOST_WIDE_INT *val, unsigned int len, function in class:wide_int_storage
1185 result.set_len (wi::from_array (result.write_val (), val, len, precision,
1233 static FIXED_WIDE_INT (N) from_array (const HOST_WIDE_INT *, unsigned int,
1318 fixed_wide_int_storage <N>::from_array (const HOST_WIDE_INT *val, function in class:fixed_wide_int_storage
1323 result.set_len (wi::from_array (result.write_val (), val, len,
3411 unsigned int from_array (HOST_WIDE_INT *, const HOST_WIDE_INT *,
H A Dcfgloop.h934 return widest_int::from_array (a, 2);
H A Dvalue-prof.cc866 tree_val = wide_int_to_tree (get_gcov_type (), wide_int::from_array (a, 2,
1722 tree_val = wide_int_to_tree (get_gcov_type (), wide_int::from_array (a, 2,
H A Dgraphite-isl-ast-to-gimple.cc284 widest_int wi = widest_int::from_array (chunks, n, true);
H A Dlto-streamer-in.cc1876 result = wide_int_to_tree (type, wide_int::from_array
H A Domp-general.cc2594 *w = widest_int::from_array (arr, len2, true);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-dw2-fde.h54 unsigned long from_array : 1; member in struct:object::__anon1281::__anon1282
H A Dunwind-dw2-fde.c153 ob->s.b.from_array = 1;
772 if (ob->s.b.from_array)
810 if (ob->s.b.from_array)
1018 if (ob->s.b.from_array)
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dunwind-dw2-fde.h54 unsigned long from_array : 1; member in struct:object::__anon1545::__anon1546
H A Dunwind-dw2-fde.c153 ob->s.b.from_array = 1;
772 if (ob->s.b.from_array)
810 if (ob->s.b.from_array)
1018 if (ob->s.b.from_array)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c1757 int from_array = 0; local
1761 from_array = 1;
1782 from_array = (itype && same_type_p (TREE_TYPE (init),
1786 && (!from_array
1801 from_array,
3594 /*from_array=*/0,
4237 int from_array, tsubst_flags_t complain)
4279 && from_array != 2)
4283 if (from_array && init && BRACE_ENCLOSED_INITIALIZER_P (init)
4305 && (from_array
4232 build_vec_init(tree base, tree maxindex, tree init, bool explicit_value_init_p, int from_array, tsubst_flags_t complain) argument
[all...]
H A Dcp-gimplify.c754 int from_array = (init && TREE_CODE (TREE_TYPE (init)) == ARRAY_TYPE); local
759 from_array,
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc1983 int from_array = 0; local
1987 from_array = 1;
2008 from_array = (itype && same_type_p (TREE_TYPE (init),
2012 && (!from_array
2027 from_array,
3677 /*from_array=*/0,
4357 int from_array,
4400 && from_array != 2)
4407 if (from_array && init && BRACE_ENCLOSED_INITIALIZER_P (init)
4431 && (from_array
4352 build_vec_init(tree base, tree maxindex, tree init, bool explicit_value_init_p, int from_array, tsubst_flags_t complain, vec<tree, va_gc>** flags ) argument
[all...]
H A Dtree.cc848 int from_array = (init && TREE_CODE (TREE_TYPE (init)) == ARRAY_TYPE); local
851 from_array, complain, flags);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c773 widest_int wval = widest_int::from_array (ival, 3);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc833 widest_int wval = widest_int::from_array (ival, 3);

Completed in 480 milliseconds

12