Searched refs:double_int_to_tree (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree.h | 4385 extern tree double_int_to_tree (tree, double_int);
|
H A D | tree.c | 1390 double_int_to_tree (tree type, double_int cst) in double_int_to_tree() function
|
H A D | fold-const.c | 7695 i_value = double_int_to_tree (i_type, value.data); in native_encode_fixed()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree.h | 4553 extern tree double_int_to_tree (tree, double_int);
|
H A D | ChangeLog-2010 | 22715 (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 D | tree.cc | 1553 double_int_to_tree (tree type, double_int cst) in double_int_to_tree() function
|
H A D | fold-const.cc | 7792 i_value = double_int_to_tree (i_type, value.data); in native_encode_fixed()
|
H A D | ChangeLog-2012 | 26394 * tree.c (double_int_to_tree): Likewise. 32699 optimization use double_int_to_tree instead of build_int_cst_wide,
|
H A D | ChangeLog-2006 | 5574 * double-int.c (double_int_to_tree): Improve comment.
|
H A D | ChangeLog-2014 | 40140 (double_int_to_tree): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 4466 = double_int_to_tree (str_char_type_node, in make_string_pack()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 4683 = double_int_to_tree (str_char_type_node, in make_string_pack()
|