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

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_same.h22 struct _LIBCPP_TEMPLATE_VIS is_same : _BoolConstant<__is_same(_Tp, _Up)> {}; struct in inherits:_BoolConstant
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_type_traits.h38 struct is_same : public false_type {}; struct in namespace:__sanitizer
41 struct is_same<T, T> : public true_type {}; struct in namespace:__sanitizer
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h373 template <typename __T, typename __U> struct is_same : public false_type {}; struct in namespace:__hip
374 template <typename __T> struct is_same<__T, __T> : public true_type {}; struct in namespace:__hip

Completed in 139 milliseconds