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

  /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.h 21 struct __is_arithmetic {}; // expected-warning {{made available}} struct in namespace:n

Completed in 185 milliseconds