HomeSort by relevance Sort by last modified time
    Searched full:__is_arithmetic (Results 1 - 25 of 34) sorted by null

1 2

  /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...]
  /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.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.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...]
  /external/clang/include/clang/Basic/
TokenKinds.def 453 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TokenKinds.def 462 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TokenKinds.def 463 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TokenKinds.def 463 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TokenKinds.def 470 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TokenKinds.def 470 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TokenKinds.def 470 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TokenKinds.def 470 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TokenKinds.def 462 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TokenKinds.def 463 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TokenKinds.def 463 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TokenKinds.def 470 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TokenKinds.def 470 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TokenKinds.def 470 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TokenKinds.def 470 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
  /external/clang/lib/Parse/
ParseExpr.cpp 629 /// '__is_arithmetic'
801 REVERTIBLE_TYPE_TRAIT(__is_arithmetic);
    [all...]

Completed in 699 milliseconds

1 2