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

/freebsd-11-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

Completed in 177 milliseconds