Searched defs:traits_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h223 template <typename T> struct traits_t {}; struct
225 template <> struct traits_t<signed int> { struct
235 template <> struct traits_t<unsigned int> { struct
245 template <> struct traits_t<signed long> { struct
253 template <> struct traits_t<signed long long> { struct
263 template <> struct traits_t<unsigned long long> { struct

Completed in 110 milliseconds