HomeSort by relevance Sort by last modified time
    Searched refs:__is_arithmetic (Results 1 - 18 of 18) sorted by null

  /external/clang/test/PCH/
cxx-traits.h 21 struct __is_arithmetic {}; // expected-warning {{made available}} struct in namespace:n
cxx-traits.cpp 19 bool _is_arithmetic_result = __is_arithmetic(int);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_arithmetic.hpp 42 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_arithmetic,T,__is_arithmetic(T))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
cpp_type_traits.h 325 struct __is_arithmetic struct in inherits:__traitor
334 : public __traitor<__is_void<_Tp>, __is_arithmetic<_Tp> >
342 : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
cpp_type_traits.h 325 struct __is_arithmetic struct in inherits:__traitor
334 : public __traitor<__is_void<_Tp>, __is_arithmetic<_Tp> >
342 : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
cpp_type_traits.h 325 struct __is_arithmetic struct in inherits:__traitor
334 : public __traitor<__is_void<_Tp>, __is_arithmetic<_Tp> >
342 : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
cpp_type_traits.h 321 struct __is_arithmetic struct in inherits:__traitor
330 : public __traitor<__is_void<_Tp>, __is_arithmetic<_Tp> >
338 : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
cpp_type_traits.h 321 struct __is_arithmetic struct in inherits:__traitor
330 : public __traitor<__is_void<_Tp>, __is_arithmetic<_Tp> >
338 : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
cpp_type_traits.h 321 struct __is_arithmetic struct in inherits:__traitor
330 : public __traitor<__is_void<_Tp>, __is_arithmetic<_Tp> >
338 : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
cpp_type_traits.h 321 struct __is_arithmetic struct in inherits:__traitor
330 : public __traitor<__is_void<_Tp>, __is_arithmetic<_Tp> >
338 : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
cpp_type_traits.h 326 struct __is_arithmetic struct in inherits:__traitor
335 : public __traitor<__is_void<_Tp>, __is_arithmetic<_Tp> >
343 : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
cpp_type_traits.h 326 struct __is_arithmetic struct in inherits:__traitor
335 : public __traitor<__is_void<_Tp>, __is_arithmetic<_Tp> >
343 : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
cpp_type_traits.h 326 struct __is_arithmetic struct in inherits:__traitor
335 : public __traitor<__is_void<_Tp>, __is_arithmetic<_Tp> >
343 : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
cpp_type_traits.h 326 struct __is_arithmetic struct in inherits:__traitor
335 : public __traitor<__is_void<_Tp>, __is_arithmetic<_Tp> >
343 : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
cpp_type_traits.h 325 struct __is_arithmetic struct in inherits:__traitor
334 : public __traitor<__is_void<_Tp>, __is_arithmetic<_Tp> >
342 : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
cpp_type_traits.h 325 struct __is_arithmetic struct in inherits:__traitor
334 : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
  /external/clang/test/SemaCXX/
type-traits.cpp 434 int t01[T(__is_arithmetic(float))];
435 int t02[T(__is_arithmetic(double))];
436 int t03[T(__is_arithmetic(long double))];
437 int t11[T(__is_arithmetic(bool))];
438 int t12[T(__is_arithmetic(char))];
439 int t13[T(__is_arithmetic(signed char))];
440 int t14[T(__is_arithmetic(unsigned char))];
441 //int t15[T(__is_arithmetic(char16_t))];
442 //int t16[T(__is_arithmetic(char32_t))];
443 int t17[T(__is_arithmetic(wchar_t))]
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 588 /// '__is_arithmetic'
760 REVERTIBLE_TYPE_TRAIT(__is_arithmetic);
    [all...]

Completed in 379 milliseconds