Home
last modified time | relevance | path

Searched refs:compare_type (Results 1 – 25 of 45) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
HDhash-traits.h86 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()
HDtree-hasher.h34 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()
HDtree-vect-loop-manip.c417 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 …]
HDtree-hash-traits.h28 const compare_type &);
39 const compare_type &t2) in equal()
HDhash-table.h361 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()
HDhsa-common.h1078 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()
HDtree-ssa-scopedtables.h113 static bool equal (const value_type &, const compare_type &);
HDgentarget-def.c34 typedef const char *compare_type; typedef
HDhash-map.h35 typedef Key compare_type; in class() typedef
HDcgraph.h53 typedef const char *compare_type; typedef
884 typedef gimple *compare_type; typedef
2021 typedef const_tree compare_type; typedef
HDsanopt.c107 typedef sanopt_tree_triplet compare_type; typedef
164 typedef sanopt_tree_couple compare_type; typedef
HDcfgloop.h87 typedef edge compare_type; typedef
HDhard-reg-set.h621 typedef const subreg_shape *compare_type; typedef
HDattribs.c58 typedef substring *compare_type; typedef
1826 typedef value_type compare_type; typedef
HDemit-rtl.c136 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()
HDggc-common.c241 typedef void *compare_type; typedef
HDtree-into-ssa.c186 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()
HDtree-if-conv.c142 const compare_type &);
158 const compare_type &e2) in equal()
HDhsa-brig.c351 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()
HDtree-ssa-scopedtables.c1030 expr_elt_hasher::equal (const value_type &p1, const compare_type &p2) in equal()
HDipa-devirt.c147 GTY((skip)) typedef type_pair compare_type;
279 typedef union tree_node *compare_type;
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDmangle.c3625 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/
HDcp-tree.h826 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()
HDdecl2.c111 typedef tree compare_type; /* An identifier. */ typedef
117 static bool equal (const value_type existing, compare_type candidate) in equal()
HDtypeck2.c156 typedef tree compare_type; typedef

12