HomeSort by: relevance | last modified time | path
    Searched defs:compare_type (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/gcc/
tree-hasher.h 34 typedef int_tree_map compare_type; typedef in struct:int_tree_hasher
36 static inline bool equal (const value_type &, const compare_type &);
59 int_tree_hasher::equal (const value_type &a, const compare_type &b)
gentarget-def.cc 34 typedef const char *compare_type; typedef in struct:insn_hasher
hash-set-tests.cc 185 typedef value_type compare_type; typedef in struct:selftest::value_hash_traits
192 static bool equal (const value_type &a, const compare_type &b)
hash-traits.h 95 typedef Type compare_type; typedef in struct:int_hash_base
124 typedef Type compare_type; typedef in struct:int_hash
170 typedef Type *compare_type; typedef in struct:pointer_hash
174 const compare_type &candidate);
194 const compare_type &candidate)
348 typedef std::pair <typename T1::compare_type,
349 typename T2::compare_type> compare_type; typedef in struct:pair_hash
352 static inline bool equal (const value_type &, const compare_type &);
370 pair_hash <T1, T2>::equal (const value_type &x, const compare_type &y
419 typedef vec<typename Type::compare_type> compare_type; typedef in struct:vec_hash_base
    [all...]
hash-map.h 48 typedef Key compare_type; typedef in struct:hash_entry
graphite.cc 225 typedef seir_cache_key compare_type; typedef in struct:sese_scev_hash
hard-reg-set.h 369 typedef const subreg_shape *compare_type; typedef in struct:simplifiable_subregs_hasher
hash-table.h 44 - A typedef named 'compare_type' that is used to test when a value
51 and a compare_type, and returns a bool. Both arguments can be
128 of type value_type or something more restricted. Define compare_type
132 and a compare_type.
148 static inline bool equal (const value_type *, const compare_type *);
156 some_type_hasher::equal (const value_type *p1, const compare_type *p2)
377 typedef typename Descriptor::compare_type compare_type; typedef in class:hash_table
425 value_type &find_with_hash (const compare_type &, hashval_t);
445 value_type *find_slot_with_hash (const compare_type &comparable
    [all...]
cfgloop.h 91 typedef edge compare_type; typedef in struct:loop_exit_hasher
ctfc.h 225 typedef ctf_dtdef_ref compare_type; typedef in struct:ctfc_dtd_hasher
245 typedef ctf_dvdef_ref compare_type; typedef in struct:ctfc_dvd_hasher
ggc-common.cc 244 typedef void *compare_type;
243 typedef void *compare_type; typedef in struct:saving_hasher
profile.cc 1012 typedef location_triplet compare_type;
1011 typedef location_triplet compare_type; typedef in struct:location_triplet_hash
sanopt.cc 106 typedef sanopt_tree_triplet compare_type; typedef in struct:sanopt_tree_triplet_hash
165 typedef sanopt_tree_couple compare_type; typedef in struct:sanopt_tree_couple_hash
tree-vect-loop-manip.cc 508 tree compare_type = LOOP_VINFO_RGROUP_COMPARE_TYPE (loop_vinfo); local
519 length_limit = build_int_cst (compare_type, nitems_per_ctrl);
532 tree compare_factor = build_int_cst (compare_type, nitems_per_iter);
534 nitems_total = gimple_build (preheader_seq, MULT_EXPR, compare_type,
539 nitems_skip = gimple_build (preheader_seq, MULT_EXPR, compare_type,
602 tree zero_index = build_int_cst (compare_type, 0);
632 COMPARE_TYPE. */
634 tree adjust = gimple_convert (preheader_seq, compare_type,
637 adjust = gimple_build (preheader_seq, MINUS_EXPR, compare_type,
639 test_limit = gimple_build (preheader_seq, MAX_EXPR, compare_type,
833 tree compare_type = LOOP_VINFO_RGROUP_COMPARE_TYPE (loop_vinfo); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-hasher.h 34 typedef int_tree_map compare_type; typedef in struct:int_tree_hasher
36 static inline bool equal (const value_type &, const compare_type &);
59 int_tree_hasher::equal (const value_type &a, const compare_type &b)
gentarget-def.cc 34 typedef const char *compare_type; typedef in struct:insn_hasher
hash-set-tests.cc 185 typedef value_type compare_type; typedef in struct:selftest::value_hash_traits
192 static bool equal (const value_type &a, const compare_type &b)
hash-traits.h 98 typedef Type compare_type; typedef in struct:int_hash
160 typedef Type *compare_type; typedef in struct:pointer_hash
164 const compare_type &candidate);
184 const compare_type &candidate)
338 typedef std::pair <typename T1::compare_type,
339 typename T2::compare_type> compare_type; typedef in struct:pair_hash
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)
hash-map.h 48 typedef Key compare_type; typedef in struct:hash_entry
graphite.cc 224 typedef seir_cache_key compare_type; typedef in struct:sese_scev_hash
hard-reg-set.h 369 typedef const subreg_shape *compare_type; typedef in struct:simplifiable_subregs_hasher
hash-table.h 44 - A typedef named 'compare_type' that is used to test when a value
51 and a compare_type, and returns a bool. Both arguments can be
128 of type value_type or something more restricted. Define compare_type
132 and a compare_type.
148 static inline bool equal (const value_type *, const compare_type *);
156 some_type_hasher::equal (const value_type *p1, const compare_type *p2)
377 typedef typename Descriptor::compare_type compare_type; typedef in class:hash_table
425 value_type &find_with_hash (const compare_type &, hashval_t);
445 value_type *find_slot_with_hash (const compare_type &comparable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer.h 319 typedef Type compare_type; typedef in struct:pod_hash_traits
336 typedef Type compare_type; typedef in struct:member_function_hash_traits
  /src/external/gpl3/gcc/dist/gcc/analyzer/
analyzer.h 493 typedef Type compare_type; typedef in struct:pod_hash_traits
510 typedef Type compare_type; typedef in struct:member_function_hash_traits
exploded-graph.h 532 typedef exploded_node *compare_type; typedef in struct:ana::eg_hash_map_traits
602 typedef per_program_point_data *compare_type; typedef in struct:ana::eg_point_hash_map_traits

Completed in 116 milliseconds

1 2 3 4 5