Lines Matching refs:ht

11884   htab_t ht;
11886 ht = htab_create (32, htab_hash_pointer, htab_eq_pointer, NULL);
11888 fold_checksum_tree (expr, &ctx, ht);
11890 htab_empty (ht);
11895 fold_checksum_tree (expr, &ctx, ht);
11897 htab_delete (ht);
11910 htab_t ht;
11912 ht = htab_create (32, htab_hash_pointer, htab_eq_pointer, NULL);
11914 fold_checksum_tree (expr, &ctx, ht);
11916 htab_delete (ht);
11929 fold_checksum_tree (tree expr, struct md5_ctx *ctx, htab_t ht)
11943 slot = htab_find_slot (ht, expr, INSERT);
11974 fold_checksum_tree (TREE_TYPE (expr), ctx, ht);
11978 fold_checksum_tree (TREE_CHAIN (expr), ctx, ht);
11989 fold_checksum_tree (TREE_REALPART (expr), ctx, ht);
11990 fold_checksum_tree (TREE_IMAGPART (expr), ctx, ht);
11993 fold_checksum_tree (TREE_VECTOR_CST_ELTS (expr), ctx, ht);
12003 fold_checksum_tree (TREE_PURPOSE (expr), ctx, ht);
12004 fold_checksum_tree (TREE_VALUE (expr), ctx, ht);
12010 fold_checksum_tree (TREE_VEC_ELT (expr, i), ctx, ht);
12024 fold_checksum_tree (TREE_OPERAND (expr, i), ctx, ht);
12027 fold_checksum_tree (DECL_NAME (expr), ctx, ht);
12028 fold_checksum_tree (DECL_CONTEXT (expr), ctx, ht);
12031 fold_checksum_tree (DECL_SIZE (expr), ctx, ht);
12032 fold_checksum_tree (DECL_SIZE_UNIT (expr), ctx, ht);
12033 fold_checksum_tree (DECL_INITIAL (expr), ctx, ht);
12034 fold_checksum_tree (DECL_ABSTRACT_ORIGIN (expr), ctx, ht);
12035 fold_checksum_tree (DECL_ATTRIBUTES (expr), ctx, ht);
12038 fold_checksum_tree (DECL_SECTION_NAME (expr), ctx, ht);
12042 fold_checksum_tree (DECL_VINDEX (expr), ctx, ht);
12043 fold_checksum_tree (DECL_RESULT_FLD (expr), ctx, ht);
12044 fold_checksum_tree (DECL_ARGUMENT_FLD (expr), ctx, ht);
12049 fold_checksum_tree (TYPE_VALUES (expr), ctx, ht);
12050 fold_checksum_tree (TYPE_SIZE (expr), ctx, ht);
12051 fold_checksum_tree (TYPE_SIZE_UNIT (expr), ctx, ht);
12052 fold_checksum_tree (TYPE_ATTRIBUTES (expr), ctx, ht);
12053 fold_checksum_tree (TYPE_NAME (expr), ctx, ht);
12057 fold_checksum_tree (TYPE_MIN_VALUE (expr), ctx, ht);
12058 fold_checksum_tree (TYPE_MAX_VALUE (expr), ctx, ht);
12060 fold_checksum_tree (TYPE_MAIN_VARIANT (expr), ctx, ht);
12064 fold_checksum_tree (TYPE_BINFO (expr), ctx, ht);
12065 fold_checksum_tree (TYPE_CONTEXT (expr), ctx, ht);
12086 htab_t ht;
12088 ht = htab_create (32, htab_hash_pointer, htab_eq_pointer, NULL);
12090 fold_checksum_tree (op0, &ctx, ht);
12092 htab_empty (ht);
12101 fold_checksum_tree (op0, &ctx, ht);
12103 htab_delete (ht);
12127 htab_t ht;
12129 ht = htab_create (32, htab_hash_pointer, htab_eq_pointer, NULL);
12131 fold_checksum_tree (op0, &ctx, ht);
12133 htab_empty (ht);
12136 fold_checksum_tree (op1, &ctx, ht);
12138 htab_empty (ht);
12147 fold_checksum_tree (op0, &ctx, ht);
12149 htab_empty (ht);
12155 fold_checksum_tree (op1, &ctx, ht);
12157 htab_delete (ht);
12183 htab_t ht;
12185 ht = htab_create (32, htab_hash_pointer, htab_eq_pointer, NULL);
12187 fold_checksum_tree (op0, &ctx, ht);
12189 htab_empty (ht);
12192 fold_checksum_tree (op1, &ctx, ht);
12194 htab_empty (ht);
12197 fold_checksum_tree (op2, &ctx, ht);
12199 htab_empty (ht);
12208 fold_checksum_tree (op0, &ctx, ht);
12210 htab_empty (ht);
12216 fold_checksum_tree (op1, &ctx, ht);
12218 htab_empty (ht);
12224 fold_checksum_tree (op2, &ctx, ht);
12226 htab_delete (ht);