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