Home
last modified time | relevance | path

Searched defs:location_triplet_hash (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprofile.c911 struct location_triplet_hash : typed_noop_remove <location_triplet> struct
913 typedef location_triplet value_type;
914 typedef location_triplet compare_type;
917 hash (const location_triplet &ref) in hash()
928 equal (const location_triplet &ref1, const location_triplet &ref2) in equal()
938 mark_deleted (location_triplet &ref) in mark_deleted()
943 static const bool empty_zero_p = false;
946 mark_empty (location_triplet &ref) in mark_empty()
971 output_location (hash_set<location_triplet_hash> *streamed_locations, in output_location() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprofile.cc996 struct location_triplet_hash : typed_noop_remove <location_triplet> struct
998 typedef location_triplet value_type;
999 typedef location_triplet compare_type;
1002 hash (const location_triplet &ref) in hash()
1013 equal (const location_triplet &ref1, const location_triplet &ref2) in equal()
1023 mark_deleted (location_triplet &ref) in mark_deleted()
1028 static const bool empty_zero_p = false;
1031 mark_empty (location_triplet &ref) in mark_empty()
1056 output_location (hash_set<location_triplet_hash> *streamed_locations, in output_location() argument