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

  /external/clang/test/PCH/
cxx-traits.h 35 struct __is_function {}; // expected-warning {{made available}} struct in namespace:n
cxx-traits.cpp 34 bool _is_function_result = __is_function(int);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_function.hpp 95 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_function,T,__is_function(T))
  /external/clang/test/SemaCXX/
type-traits.cpp 556 int t01[T(__is_function(type_wrapper<void(void)>::type))];
557 int t02[T(__is_function(typeof(tmpl_func<int>)))];
561 int t10[F(__is_function(void))];
562 int t11[F(__is_function(cvoid))];
563 int t12[F(__is_function(float))];
564 int t13[F(__is_function(double))];
565 int t14[F(__is_function(long double))];
566 int t15[F(__is_function(bool))];
567 int t16[F(__is_function(char))];
568 int t17[F(__is_function(signed char))]
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 596 /// '__is_function'
775 REVERTIBLE_TYPE_TRAIT(__is_function);
    [all...]

Completed in 1196 milliseconds