HomeSort by: relevance | last modified time | path
    Searched defs:true_type (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_type_traits.h 19 struct true_type { struct in namespace:__sanitizer
40 struct is_same<T, T> : public true_type {};
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_type_traits.h 18 struct true_type { struct in namespace:__sanitizer
39 struct is_same<T, T> : public true_type {};
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
type_utils.hpp 70 typedef std::tr1::integral_constant<int, 1> true_type; typedef in namespace:__gnu_pbds::detail
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_hip_cmath.h 311 struct true_type { struct in namespace:__hip
319 template <typename __T> struct is_same<__T, __T> : public true_type {};
  /src/external/bsd/ntp/dist/ntpd/
refclock_true.c 163 enum true_type {t_unknown, t_goes, t_tm, t_tcu, t_omega, t_tl3, t_Max}; enum
175 enum true_type type; /* what kind of clock is it? */

Completed in 33 milliseconds