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

  /external/clang/test/PCH/
cxx-traits.h 36 struct __is_fundamental {}; // expected-warning {{made available}} struct in namespace:n
cxx-traits.cpp 35 bool _is_fundamental_result = __is_fundamental(int);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
cpp_type_traits.h 333 struct __is_fundamental struct in inherits:__traitor
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
cpp_type_traits.h 333 struct __is_fundamental struct in inherits:__traitor
  /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 333 struct __is_fundamental struct in inherits:__traitor
  /external/clang/test/SemaCXX/
type-traits.cpp 655 int t01[T(__is_fundamental(float))];
656 int t02[T(__is_fundamental(double))];
657 int t03[T(__is_fundamental(long double))];
658 int t11[T(__is_fundamental(bool))];
659 int t12[T(__is_fundamental(char))];
660 int t13[T(__is_fundamental(signed char))];
661 int t14[T(__is_fundamental(unsigned char))];
662 //int t15[T(__is_fundamental(char16_t))];
663 //int t16[T(__is_fundamental(char32_t))];
664 int t17[T(__is_fundamental(wchar_t))]
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 628 /// '__is_fundamental'
804 REVERTIBLE_TYPE_TRAIT(__is_fundamental)
    [all...]

Completed in 128 milliseconds