Home
last modified time | relevance | path

Searched refs:fold_checksum_tree (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c12937 static void fold_checksum_tree (const_tree, struct md5_ctx *,
12955 fold_checksum_tree (expr, &ctx, &ht); in fold()
12962 fold_checksum_tree (expr, &ctx, &ht); in fold()
12979 fold_checksum_tree (expr, &ctx, &ht); in print_fold_checksum()
12993 fold_checksum_tree (const_tree expr, struct md5_ctx *ctx, in fold_checksum_tree() function
13058 fold_checksum_tree (TREE_TYPE (expr), ctx, ht); in fold_checksum_tree()
13064 fold_checksum_tree (TREE_CHAIN (expr), ctx, ht); in fold_checksum_tree()
13075 fold_checksum_tree (TREE_REALPART (expr), ctx, ht); in fold_checksum_tree()
13076 fold_checksum_tree (TREE_IMAGPART (expr), ctx, ht); in fold_checksum_tree()
13081 fold_checksum_tree (VECTOR_CST_ENCODED_ELT (expr, i), ctx, ht); in fold_checksum_tree()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc13535 static void fold_checksum_tree (const_tree, struct md5_ctx *,
13553 fold_checksum_tree (expr, &ctx, &ht); in fold()
13560 fold_checksum_tree (expr, &ctx, &ht); in fold()
13577 fold_checksum_tree (expr, &ctx, &ht); in print_fold_checksum()
13591 fold_checksum_tree (const_tree expr, struct md5_ctx *ctx, in fold_checksum_tree() function
13656 fold_checksum_tree (TREE_TYPE (expr), ctx, ht); in fold_checksum_tree()
13662 fold_checksum_tree (TREE_CHAIN (expr), ctx, ht); in fold_checksum_tree()
13673 fold_checksum_tree (TREE_REALPART (expr), ctx, ht); in fold_checksum_tree()
13674 fold_checksum_tree (TREE_IMAGPART (expr), ctx, ht); in fold_checksum_tree()
13679 fold_checksum_tree (VECTOR_CST_ENCODED_ELT (expr, i), ctx, ht); in fold_checksum_tree()
[all …]
H A DChangeLog-2005198 * fold-const.c (fold_checksum_tree): Guard
7963 * fold-const.c (fold_checksum_tree): Adjust for now-largest tree size.
12206 (fold_checksum_tree): Use tree_decl_extra as sizeof
16872 * fold-const.c (fold_checksum_tree): Copy types also if
16874 Don't call fold_checksum_tree for TREE_LIST's TREE_CHAIN
28577 * fold-const.c (fold_checksum_tree): Only clear the overloaded
H A DChangeLog-200413019 * 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
H A DChangeLog-201431790 * fold-const.c (fold_checksum_tree): Fix typo in previous patch.
31810 * fold-const.c (fold_checksum_tree): Move checking of DECL_RESULT.
32107 * fold-const.c (fold_checksum_tree): Look at DECL_VINDEX only for
33288 * fold-const.c (fold_checksum_tree): Use a hash_table of const
34347 * fold-const.c (fold_checksum_tree) <TS_DECL_WITH_VIS>: Remove
H A DChangeLog-20078531 fold_checksum_tree, fold_check_failed, print_fold_checksum,
17002 (fold_checksum_tree): Don't fold TREE_CHAIN of an SSA_NAME.
28612 (fold_checksum_tree): Make it know about tcc_vl_exp. Use
H A DChangeLog-20112996 * fold-const.c (fold_checksum_tree): Check for TS_TYPED structure
9366 * fold-const.c (fold_checksum_tree): Remove out-of-date assert.
24945 * fold-const.c (fold_checksum_tree): Guard TREE_CHAIN use with
H A DChangeLog-20081213 * fold-const.c (fold_checksum_tree): Change buf type to union
1264 * fold-const.c (fold_checksum_tree): Allow modification of
H A DChangeLog13715 (fold_checksum_tree): Likewise.
H A DChangeLog-20128586 * fold-const.c (fold_checksum_tree): Change to new
27625 * fold-const.c (fold_checksum_tree): Fix VECTOR_CST case.
H A DChangeLog-201932674 * fold-const.c (fold_checksum_tree): Don't use fixed size buffer,
32794 * fold-const.c (fold_checksum_tree): Ignore TREE_NO_WARNING bit
H A DChangeLog-201526747 (print_fold_checksum, fold_checksum_tree): Likewise.
41877 * fold-const.c (fold_checksum_tree): Don't include value of
H A DChangeLog-200620123 * fold-const.c (fold_checksum_tree): Change type of buf.
H A DChangeLog-202122024 (fold_checksum_tree): Same.
H A DChangeLog-201624443 * fold-const.c (fold_checksum_tree): Allow modification
H A DChangeLog-200312608 [ENABLE_FOLD_CHECKING] (fold, fold_checksum_tree, fold_check_failed,
H A DChangeLog-201014119 * fold-const.c (fold_checksum_tree): Change slot from const void **
H A DChangeLog-20173713 (operand_equal_p, fold_checksum_tree): Likewise.