Home
last modified time | relevance | path

Searched refs:omp_declare_variant_base_entry (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-general.cc2045 struct GTY((for_user)) omp_declare_variant_base_entry { struct
2056 : ggc_ptr_hash<omp_declare_variant_base_entry> { argument
2057 static hashval_t hash (omp_declare_variant_base_entry *);
2058 static bool equal (omp_declare_variant_base_entry *,
2059 omp_declare_variant_base_entry *);
2063 omp_declare_variant_hasher::hash (omp_declare_variant_base_entry *x) in hash()
2082 omp_declare_variant_hasher::equal (omp_declare_variant_base_entry *x, in equal()
2083 omp_declare_variant_base_entry *y) in equal()
2104 : ggc_ptr_hash<omp_declare_variant_base_entry> {
2105 static hashval_t hash (omp_declare_variant_base_entry *);
[all …]
H A DChangeLog-202022271 (struct omp_declare_variant_base_entry): New type.