| /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
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_type_traits.h | 26 // is_same<T, U> 32 // is_same<int,int>::value - True 33 // is_same<int,char>::value - False 36 struct is_same : public false_type {}; struct in namespace:__sanitizer 39 struct is_same<T, T> : public true_type {}; struct in namespace:__sanitizer 47 // is_same<int, conditional<true, int, double>::type>::value 48 // is_same<double, conditional<false, int, double>::type>::value
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_type_traits.h | 28 // is_same<T, U> 34 // is_same<int,int>::value - True 35 // is_same<int,char>::value - False 38 struct is_same : public false_type {}; struct in namespace:__sanitizer 41 struct is_same<T, T> : public true_type {}; struct in namespace:__sanitizer 49 // is_same<int, conditional<true, int, double>::type>::value 50 // is_same<double, conditional<false, int, double>::type>::value
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_hip_cmath.h | 318 template <typename __T, typename __U> struct is_same : public false_type {}; struct in namespace:__hip 319 template <typename __T> struct is_same<__T, __T> : public true_type {}; struct in namespace:__hip 344 static const bool value = !is_same<type, void>::value;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| symbol-summary.h | 342 struct is_same struct 348 struct is_same<T,T> //specialization struct 517 return is_same<V, va_gc>::value; 968 return is_same<V, va_gc>::value;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| symbol-summary.h | 342 struct is_same struct 348 struct is_same<T,T> //specialization struct 517 return is_same<V, va_gc>::value; 968 return is_same<V, va_gc>::value;
|
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| hwctable.c | 1462 is_same (const char * regname, const char * int_name, char termchar) function 3801 if (!is_same (name, pname, '~'))
|
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| hwctable.c | 1462 is_same (const char * regname, const char * int_name, char termchar) function 3801 if (!is_same (name, pname, '~'))
|