| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | hash-traits.h | 86 typedef Type compare_type; typedef 147 typedef Type *compare_type; typedef 151 const compare_type &candidate); 170 const compare_type &candidate) in equal() 319 typedef std::pair <typename T1::compare_type, 320 typename T2::compare_type> compare_type; typedef 323 static inline bool equal (const value_type &, const compare_type &); 340 pair_hash <T1, T2>::equal (const value_type &x, const compare_type &y) in equal()
|
| HD | tree-hasher.h | 34 typedef int_tree_map compare_type; typedef 36 static inline bool equal (const value_type &, const compare_type &); 58 int_tree_hasher::equal (const value_type &a, const compare_type &b) in equal()
|
| HD | tree-vect-loop-manip.c | 417 tree compare_type = LOOP_VINFO_MASK_COMPARE_TYPE (loop_vinfo); in vect_set_loop_masks_directly() local 433 tree factor = build_int_cst (compare_type, nscalars_per_iter); in vect_set_loop_masks_directly() 434 nscalars_total = gimple_build (preheader_seq, MULT_EXPR, compare_type, in vect_set_loop_masks_directly() 436 nscalars_step = gimple_build (preheader_seq, MULT_EXPR, compare_type, in vect_set_loop_masks_directly() 439 nscalars_skip = gimple_build (preheader_seq, MULT_EXPR, compare_type, in vect_set_loop_masks_directly() 448 tree zero_index = build_int_cst (compare_type, 0); in vect_set_loop_masks_directly() 486 adjust = gimple_build (preheader_seq, MINUS_EXPR, compare_type, in vect_set_loop_masks_directly() 488 test_limit = gimple_build (preheader_seq, MAX_EXPR, compare_type, in vect_set_loop_masks_directly() 490 test_limit = gimple_build (preheader_seq, MINUS_EXPR, compare_type, in vect_set_loop_masks_directly() 500 tree const_limit = build_int_cst (compare_type, in vect_set_loop_masks_directly() [all …]
|
| HD | tree-hash-traits.h | 28 const compare_type &); 39 const compare_type &t2) in equal()
|
| HD | hash-table.h | 361 typedef typename Descriptor::compare_type compare_type; typedef 404 value_type &find_with_hash (const compare_type &, hashval_t); 424 value_type *find_slot_with_hash (const compare_type &comparable, 430 void remove_elt_with_hash (const compare_type &, hashval_t); 842 ::find_with_hash (const compare_type &comparable, hashval_t hash) in find_with_hash() 879 ::find_slot_with_hash (const compare_type &comparable, hashval_t hash, in find_slot_with_hash() 940 ::remove_elt_with_hash (const compare_type &comparable, hashval_t hash) in remove_elt_with_hash()
|
| HD | hsa-common.h | 1078 static inline bool equal (const value_type, const compare_type); 1092 hsa_noop_symbol_hasher::equal (const value_type a, const compare_type b) in equal() 1296 static inline bool equal (const value_type, const compare_type); 1310 hsa_internal_fn_hasher::equal (const value_type a, const compare_type b) in equal()
|
| HD | tree-ssa-scopedtables.h | 113 static bool equal (const value_type &, const compare_type &);
|
| HD | gentarget-def.c | 34 typedef const char *compare_type; typedef
|
| HD | hash-map.h | 35 typedef Key compare_type; in class() typedef
|
| HD | cgraph.h | 53 typedef const char *compare_type; typedef 884 typedef gimple *compare_type; typedef 2021 typedef const_tree compare_type; typedef
|
| HD | sanopt.c | 107 typedef sanopt_tree_triplet compare_type; typedef 164 typedef sanopt_tree_couple compare_type; typedef
|
| HD | cfgloop.h | 87 typedef edge compare_type; typedef
|
| HD | hard-reg-set.h | 621 typedef const subreg_shape *compare_type; typedef
|
| HD | attribs.c | 58 typedef substring *compare_type; typedef 1826 typedef value_type compare_type; typedef
|
| HD | emit-rtl.c | 136 typedef HOST_WIDE_INT compare_type; typedef 154 typedef std::pair<machine_mode, poly_wide_int_ref> compare_type; typedef 157 static bool equal (rtx x, const compare_type &y); 276 const_poly_int_hasher::equal (rtx x, const compare_type &y) in equal() 749 const_poly_int_hasher::compare_type typed_value (mode, newc); in immed_wide_int_const()
|
| HD | ggc-common.c | 241 typedef void *compare_type; typedef
|
| HD | tree-into-ssa.c | 186 static inline bool equal (const value_type &, const compare_type &); 196 var_info_hasher::equal (const value_type &p1, const compare_type &p2) in equal()
|
| HD | tree-if-conv.c | 142 const compare_type &); 158 const compare_type &e2) in equal()
|
| HD | hsa-brig.c | 351 static inline bool equal (const value_type, const compare_type); 373 brig_string_slot_hasher::equal (const value_type ds1, const compare_type ds2) in equal()
|
| HD | tree-ssa-scopedtables.c | 1030 expr_elt_hasher::equal (const value_type &p1, const compare_type &p2) in equal()
|
| HD | ipa-devirt.c | 147 GTY((skip)) typedef type_pair compare_type; 279 typedef union tree_node *compare_type;
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | mangle.c | 3625 compare_type (const void *val1, const void *val2) in compare_type() function 3644 conv_type_names = htab_create_ggc (31, &hash_type, &compare_type, NULL); in mangle_conv_op_name_for_type()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | cp-tree.h | 826 typedef tree compare_type; /* An identifier. */ typedef 829 inline static bool equal (const value_type existing, compare_type candidate); 1719 typedef tree compare_type; /* An identifier. */ typedef 1722 inline static bool equal (const value_type, compare_type); 7592 named_decl_hash::equal (const value_type existing, compare_type candidate) in equal()
|
| HD | decl2.c | 111 typedef tree compare_type; /* An identifier. */ typedef 117 static bool equal (const value_type existing, compare_type candidate) in equal()
|
| HD | typeck2.c | 156 typedef tree compare_type; typedef
|