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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_type_traits.h36 struct is_same : public false_type {}; struct in namespace:__sanitizer
39 struct is_same<T, T> : public true_type {}; struct in namespace:__sanitizer
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2352 struct is_same : public false_type {}; struct in namespace:testing::internal
2355 struct is_same<T, T> : public true_type {}; struct in namespace:testing::internal

Completed in 109 milliseconds