Searched refs:fold_checksum_tree (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | fold-const.c | 11835 static void fold_checksum_tree (tree, struct md5_ctx *, htab_t); 11853 fold_checksum_tree (expr, &ctx, ht); in fold() 11860 fold_checksum_tree (expr, &ctx, ht); in fold() 11879 fold_checksum_tree (expr, &ctx, ht); in print_fold_checksum() 11894 fold_checksum_tree (tree expr, struct md5_ctx *ctx, htab_t ht) in fold_checksum_tree() function 11939 fold_checksum_tree (TREE_TYPE (expr), ctx, ht); in fold_checksum_tree() 11943 fold_checksum_tree (TREE_CHAIN (expr), ctx, ht); in fold_checksum_tree() 11954 fold_checksum_tree (TREE_REALPART (expr), ctx, ht); in fold_checksum_tree() 11955 fold_checksum_tree (TREE_IMAGPART (expr), ctx, ht); in fold_checksum_tree() 11958 fold_checksum_tree (TREE_VECTOR_CST_ELTS (expr), ctx, ht); in fold_checksum_tree() [all …]
|
| D | ChangeLog-2005 | 198 * fold-const.c (fold_checksum_tree): Guard 7964 * fold-const.c (fold_checksum_tree): Adjust for now-largest tree size. 12207 (fold_checksum_tree): Use tree_decl_extra as sizeof 16873 * fold-const.c (fold_checksum_tree): Copy types also if 16875 Don't call fold_checksum_tree for TREE_LIST's TREE_CHAIN 28578 * fold-const.c (fold_checksum_tree): Only clear the overloaded
|
| D | ChangeLog-2004 | 13019 * fold-const.c (fold_checksum_tree): Ignore TYPE_CACHED_VALUES. 14481 fold_div_compare, fold, fold_checksum_tree, fold_negate_const, 25016 * fold-const.c (fold_checksum_tree): Use first_rtl_op. 26474 (fold_checksum_tree): Don't special-case SAVE_EXPR. 26576 (fold_checksum_tree, tree_expr_nonnegative_p): Likewise. 30163 * fold-const.c (fold_checksum_tree <case 't'>): Only
|
| D | ChangeLog-2006 | 13038 * fold-const.c (fold_checksum_tree): Change type of buf.
|
| D | ChangeLog-2003 | 12608 [ENABLE_FOLD_CHECKING] (fold, fold_checksum_tree, fold_check_failed,
|