HomeSort by: relevance | last modified time | path
    Searched defs:is_same (Results 1 - 2 of 2) sorted by relevancy

  /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

Completed in 21 milliseconds