Home
last modified time | relevance | path

Searched refs:double_int_to_tree (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.h4385 extern tree double_int_to_tree (tree, double_int);
H A Dtree.c1390 double_int_to_tree (tree type, double_int cst) in double_int_to_tree() function
H A Dfold-const.c7695 i_value = double_int_to_tree (i_type, value.data); in native_encode_fixed()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.h4553 extern tree double_int_to_tree (tree, double_int);
H A DChangeLog-201022715 (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
22717 * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
24348 double_int_to_tree instead of fit_double_type and build_int_cst_wide.
30606 * fold-const.c (native_interpret_int): Use double_int_to_tree instead
30744 (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
32760 (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
32761 * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
32763 * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
32765 * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
H A Dtree.cc1553 double_int_to_tree (tree type, double_int cst) in double_int_to_tree() function
H A Dfold-const.cc7792 i_value = double_int_to_tree (i_type, value.data); in native_encode_fixed()
H A DChangeLog-201226394 * tree.c (double_int_to_tree): Likewise.
32699 optimization use double_int_to_tree instead of build_int_cst_wide,
H A DChangeLog-20065574 * double-int.c (double_int_to_tree): Improve comment.
H A DChangeLog-201440140 (double_int_to_tree): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c4466 = double_int_to_tree (str_char_type_node, in make_string_pack()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc4683 = double_int_to_tree (str_char_type_node, in make_string_pack()