/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/ |
cmath | 685 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 686 && __is_arithmetic<_Up>::__value), bool>::__type 707 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 708 && __is_arithmetic<_Up>::__value), bool>::__type 729 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 730 && __is_arithmetic<_Up>::__value), bool>::__type 751 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 752 && __is_arithmetic<_Up>::__value), bool>::__type 773 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 774 && __is_arithmetic<_Up>::__value), bool>::__typ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
cmath | 685 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 686 && __is_arithmetic<_Up>::__value), bool>::__type 707 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 708 && __is_arithmetic<_Up>::__value), bool>::__type 729 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 730 && __is_arithmetic<_Up>::__value), bool>::__type 751 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 752 && __is_arithmetic<_Up>::__value), bool>::__type 773 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 774 && __is_arithmetic<_Up>::__value), bool>::__typ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
cmath | 685 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 686 && __is_arithmetic<_Up>::__value), bool>::__type 707 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 708 && __is_arithmetic<_Up>::__value), bool>::__type 729 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 730 && __is_arithmetic<_Up>::__value), bool>::__type 751 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 752 && __is_arithmetic<_Up>::__value), bool>::__type 773 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 774 && __is_arithmetic<_Up>::__value), bool>::__typ [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cmath | 686 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 687 && __is_arithmetic<_Up>::__value), bool>::__type 708 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 709 && __is_arithmetic<_Up>::__value), bool>::__type 730 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 731 && __is_arithmetic<_Up>::__value), bool>::__type 752 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 753 && __is_arithmetic<_Up>::__value), bool>::__type 774 __gnu_cxx::__enable_if<(__is_arithmetic<_Tp>::__value 775 && __is_arithmetic<_Up>::__value), bool>::__typ [all...] |
/external/clang/test/SemaCXX/ |
type-traits.cpp | 457 int t01[T(__is_arithmetic(float))]; 458 int t02[T(__is_arithmetic(double))]; 459 int t03[T(__is_arithmetic(long double))]; 460 int t11[T(__is_arithmetic(bool))]; 461 int t12[T(__is_arithmetic(char))]; 462 int t13[T(__is_arithmetic(signed char))]; 463 int t14[T(__is_arithmetic(unsigned char))]; 464 //int t15[T(__is_arithmetic(char16_t))]; 465 //int t16[T(__is_arithmetic(char32_t))]; 466 int t17[T(__is_arithmetic(wchar_t))] [all...] |
/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> >
|
/external/clang/test/PCH/ |
cxx-traits.cpp | 19 bool _is_arithmetic_result = __is_arithmetic(int);
|
cxx-traits.h | 21 struct __is_arithmetic {}; // expected-warning {{made available}} struct in namespace:n
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
cmath | 306 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 316 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 325 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 334 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 343 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 352 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 361 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 370 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 379 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 388 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
cmath | 306 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 316 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 325 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 334 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 343 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 352 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 361 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 370 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 379 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 388 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
cmath | 306 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 316 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 325 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 334 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 343 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 352 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 361 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 370 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 379 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 388 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
cmath | 306 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 316 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 325 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 334 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 343 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 352 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 361 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 370 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 379 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value, 388 inline typename __gnu_cxx::__enable_if<__is_arithmetic<_Tp>::__value [all...] |
/prebuilts/ndk/current/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/include/clang/Basic/ |
TokenKinds.def | 446 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
|
/external/clang/lib/Parse/ |
ParseExpr.cpp | 616 /// '__is_arithmetic' 788 REVERTIBLE_TYPE_TRAIT(__is_arithmetic); [all...] |
/prebuilts/misc/windows/protobuf2.5/lib/ |
libprotoc.a | [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/lib/ |
libprotobuf-lite.a | [all...] |
libprotobuf.a | [all...] |
libprotoc.a | [all...] |
/prebuilts/tools/linux-x86_64/protoc/lib/ |
libprotobuf-lite.a | [all...] |
libprotobuf.a | [all...] |
libprotoc.a | [all...] |