reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

projects/openmp/runtime/src/kmp_os.h
  210 template <typename T> struct traits_t {};
  212 template <> struct traits_t<signed int> {
  222 template <> struct traits_t<unsigned int> {
  240 template <> struct traits_t<signed long long> {
  250 template <> struct traits_t<unsigned long long> {