/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | hash-traits.h | 86 typedef Type compare_type; typedef 148 typedef Type *compare_type; typedef 152 const compare_type &candidate); 172 const compare_type &candidate) in equal() 321 typedef std::pair <typename T1::compare_type, 322 typename T2::compare_type> compare_type; typedef 325 static inline bool equal (const value_type &, const compare_type &); 343 pair_hash <T1, T2>::equal (const value_type &x, const compare_type &y) in equal()
|
H A D | tree-hasher.h | 34 typedef int_tree_map compare_type; typedef 36 static inline bool equal (const value_type &, const compare_type &); 59 int_tree_hasher::equal (const value_type &a, const compare_type &b) in equal()
|
H A D | tree-hash-traits.h | 28 const compare_type &); 39 const compare_type &t2) in equal()
|
H A D | tree-vect-loop-manip.c | 423 tree compare_type = LOOP_VINFO_MASK_COMPARE_TYPE (loop_vinfo); in vect_set_loop_masks_directly() local 441 tree compare_factor = build_int_cst (compare_type, nscalars_per_iter); in vect_set_loop_masks_directly() 443 nscalars_total = gimple_build (preheader_seq, MULT_EXPR, compare_type, in vect_set_loop_masks_directly() 448 nscalars_skip = gimple_build (preheader_seq, MULT_EXPR, compare_type, in vect_set_loop_masks_directly() 461 tree zero_index = build_int_cst (compare_type, 0); in vect_set_loop_masks_directly() 493 tree adjust = gimple_convert (preheader_seq, compare_type, in vect_set_loop_masks_directly() 496 adjust = gimple_build (preheader_seq, MINUS_EXPR, compare_type, in vect_set_loop_masks_directly() 498 test_limit = gimple_build (preheader_seq, MAX_EXPR, compare_type, in vect_set_loop_masks_directly() 500 test_limit = gimple_build (preheader_seq, MINUS_EXPR, compare_type, in vect_set_loop_masks_directly() 510 tree const_limit = build_int_cst (compare_type, in vect_set_loop_masks_directly() [all …]
|
H A D | hash-table.h | 377 typedef typename Descriptor::compare_type compare_type; typedef 425 value_type &find_with_hash (const compare_type &, hashval_t); 445 value_type *find_slot_with_hash (const compare_type &comparable, 451 void remove_elt_with_hash (const compare_type &, hashval_t); 531 void verify (const compare_type &comparable, hashval_t hash); 907 ::find_with_hash (const compare_type &comparable, hashval_t hash) in find_with_hash() 953 ::find_slot_with_hash (const compare_type &comparable, hashval_t hash, in find_slot_with_hash() 1025 ::verify (const compare_type &comparable, hashval_t hash) in verify() 1045 ::remove_elt_with_hash (const compare_type &comparable, hashval_t hash) in remove_elt_with_hash()
|
H A D | hash-set-tests.c | 185 typedef value_type compare_type; typedef 192 static bool equal (const value_type &a, const compare_type &b) in equal()
|
H A D | hsa-common.h | 1079 static inline bool equal (const value_type, const compare_type); 1093 hsa_noop_symbol_hasher::equal (const value_type a, const compare_type b) in equal() 1301 static inline bool equal (const value_type, const compare_type); 1315 hsa_internal_fn_hasher::equal (const value_type a, const compare_type b) in equal()
|
H A D | tree-ssa-scopedtables.h | 113 static bool equal (const value_type &, const compare_type &);
|
H A D | gentarget-def.c | 34 typedef const char *compare_type; typedef
|
H A D | hard-reg-set.h | 367 typedef const subreg_shape *compare_type;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | hash-traits.h | 98 typedef Type compare_type; typedef 160 typedef Type *compare_type; typedef 164 const compare_type &candidate); 184 const compare_type &candidate) in equal() 338 typedef std::pair <typename T1::compare_type, 339 typename T2::compare_type> compare_type; typedef 342 static inline bool equal (const value_type &, const compare_type &); 360 pair_hash <T1, T2>::equal (const value_type &x, const compare_type &y) in equal()
|
H A D | tree-hasher.h | 34 typedef int_tree_map compare_type; typedef 36 static inline bool equal (const value_type &, const compare_type &); 59 int_tree_hasher::equal (const value_type &a, const compare_type &b) in equal()
|
H A D | tree-hash-traits.h | 28 const compare_type &); 39 const compare_type &t2) in equal()
|
H A D | tree-vect-loop-manip.cc | 429 tree compare_type = LOOP_VINFO_RGROUP_COMPARE_TYPE (loop_vinfo); in vect_set_loop_controls_directly() local 440 length_limit = build_int_cst (compare_type, nitems_per_ctrl); in vect_set_loop_controls_directly() 453 tree compare_factor = build_int_cst (compare_type, nitems_per_iter); in vect_set_loop_controls_directly() 455 nitems_total = gimple_build (preheader_seq, MULT_EXPR, compare_type, in vect_set_loop_controls_directly() 460 nitems_skip = gimple_build (preheader_seq, MULT_EXPR, compare_type, in vect_set_loop_controls_directly() 473 tree zero_index = build_int_cst (compare_type, 0); in vect_set_loop_controls_directly() 505 tree adjust = gimple_convert (preheader_seq, compare_type, in vect_set_loop_controls_directly() 508 adjust = gimple_build (preheader_seq, MINUS_EXPR, compare_type, in vect_set_loop_controls_directly() 510 test_limit = gimple_build (preheader_seq, MAX_EXPR, compare_type, in vect_set_loop_controls_directly() 512 test_limit = gimple_build (preheader_seq, MINUS_EXPR, compare_type, in vect_set_loop_controls_directly() [all …]
|
H A D | hash-table.h | 377 typedef typename Descriptor::compare_type compare_type; typedef 425 value_type &find_with_hash (const compare_type &, hashval_t); 445 value_type *find_slot_with_hash (const compare_type &comparable, 451 void remove_elt_with_hash (const compare_type &, hashval_t); 531 void verify (const compare_type &comparable, hashval_t hash); 910 ::find_with_hash (const compare_type &comparable, hashval_t hash) in find_with_hash() 956 ::find_slot_with_hash (const compare_type &comparable, hashval_t hash, in find_slot_with_hash() 1028 ::verify (const compare_type &comparable, hashval_t hash) in verify() 1048 ::remove_elt_with_hash (const compare_type &comparable, hashval_t hash) in remove_elt_with_hash()
|
H A D | hash-set-tests.cc | 185 typedef value_type compare_type; typedef 192 static bool equal (const value_type &a, const compare_type &b) in equal()
|
H A D | ctfc.h | 223 typedef ctf_dtdef_ref compare_type; typedef 243 typedef ctf_dvdef_ref compare_type; typedef
|
H A D | tree-ssa-scopedtables.h | 113 static bool equal (const value_type &, const compare_type &);
|
H A D | gentarget-def.cc | 34 typedef const char *compare_type; typedef
|
H A D | hard-reg-set.h | 369 typedef const subreg_shape *compare_type;
|
H A D | hash-map.h | 48 typedef Key compare_type; in class() typedef
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | analyzer.h | 319 typedef Type compare_type; typedef 336 typedef Type compare_type; typedef
|
H A D | exploded-graph.h | 476 typedef exploded_node *compare_type; typedef 546 typedef per_program_point_data *compare_type; typedef 613 typedef per_call_string_data *compare_type; typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | analyzer.h | 117 typedef Type compare_type; typedef
|
H A D | exploded-graph.h | 412 typedef exploded_node *compare_type; typedef 482 typedef per_program_point_data *compare_type; typedef 549 typedef per_call_string_data *compare_type; typedef
|