Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
sanitizer_type_traits.h | 27 // is_same<T, U> 33 // is_same<int,int>::value - True 34 // is_same<int,char>::value - False 37 struct is_same : public false_type {}; struct in namespace:__sanitizer 40 struct is_same<T, T> : public true_type {}; struct in namespace:__sanitizer |
sanitizer_type_traits.h | 27 // is_same<T, U> 33 // is_same<int,int>::value - True 34 // is_same<int,char>::value - False 37 struct is_same : public false_type {}; struct in namespace:__sanitizer 40 struct is_same<T, T> : public true_type {}; struct in namespace:__sanitizer |