Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_detail.h16 template <typename T, typename U> struct is_same { struct
20 template <typename T> struct is_same<T, T> { argument
/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_same.h20 template <typename T, typename U> struct is_same : cpp::false_type {}; struct
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dis_same.h22 struct _LIBCPP_TEMPLATE_VIS is_same : _BoolConstant<__is_same(_Tp, _Up)> {}; struct
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_same.h22 struct _LIBCPP_NO_SPECIALIZATIONS is_same : _BoolConstant<__is_same(_Tp, _Up)> {}; struct
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_type_traits.h38 struct is_same : public false_type {}; struct