Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp2161 struct info_t { struct in cpuid_cache_info_t
2162 unsigned level = 0;
2163 unsigned mask = 0;
2164 bool operator==(const info_t &rhs) const { in operator ==()
2167 bool operator!=(const info_t &rhs) const { return !operator==(rhs); } in operator !=()