HomeSort by relevance Sort by last modified time
    Searched refs:is_object (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
is_object.pass.cpp 12 // is_object
21 static_assert( std::is_object<T>::value, "");
22 static_assert( std::is_object<const T>::value, "");
23 static_assert( std::is_object<volatile T>::value, "");
24 static_assert( std::is_object<const volatile T>::value, "");
36 static_assert(!std::is_object<T>::value, "");
37 static_assert(!std::is_object<const T>::value, "");
38 static_assert(!std::is_object<volatile T>::value, "");
39 static_assert(!std::is_object<const volatile T>::value, "");
lvalue_ref.pass.cpp 22 static_assert(!std::is_object<T>::value, "");
rvalue_ref.pass.cpp 24 static_assert(!std::is_object<T>::value, "");
class.pass.cpp 22 static_assert( std::is_object<T>::value, "");
enum.pass.cpp 22 static_assert( std::is_object<T>::value, "");
floating_point.pass.cpp 22 static_assert( std::is_object<T>::value, "");
function.pass.cpp 22 static_assert(!std::is_object<T>::value, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.comp/
is_object.pass.cpp 12 // is_object
21 static_assert( std::is_object<T>::value, "");
22 static_assert( std::is_object<const T>::value, "");
23 static_assert( std::is_object<volatile T>::value, "");
24 static_assert( std::is_object<const volatile T>::value, "");
36 static_assert(!std::is_object<T>::value, "");
37 static_assert(!std::is_object<const T>::value, "");
38 static_assert(!std::is_object<volatile T>::value, "");
39 static_assert(!std::is_object<const volatile T>::value, "");
lvalue_ref.pass.cpp 22 static_assert(!std::is_object<T>::value, "");
rvalue_ref.pass.cpp 24 static_assert(!std::is_object<T>::value, "");
  /art/runtime/interpreter/mterp/arm64/
op_move_16.S 1 %default { "is_object":"0" }
9 .if $is_object
op_move_from16.S 1 %default { "is_object":"0" }
9 .if $is_object
op_move.S 1 %default { "is_object":"0" }
9 .if $is_object
op_move_result.S 1 %default { "is_object":"0" }
9 .if $is_object
op_sget.S 1 %default { "is_object":"0", "helper":"MterpGet32Static", "extend":"" }
20 .if $is_object
  /art/runtime/interpreter/mterp/x86_64/
op_move_from16.S 1 %default { "is_object":"0" }
6 .if $is_object
op_move.S 1 %default { "is_object":"0" }
8 .if $is_object
op_move_16.S 1 %default { "is_object":"0" }
7 .if $is_object
op_move_result.S 1 %default { "is_object":"0" }
6 .if $is_object
  /art/runtime/interpreter/mterp/mips/
op_move_16.S 1 %default { "is_object":"0" }
9 .if $is_object
op_move_from16.S 1 %default { "is_object":"0" }
9 .if $is_object
  /art/runtime/interpreter/mterp/x86/
op_move.S 1 %default { "is_object":"0" }
8 .if $is_object
op_move_16.S 1 %default { "is_object":"0" }
7 .if $is_object
op_move_from16.S 1 %default { "is_object":"0" }
7 .if $is_object
op_move_result.S 1 %default { "is_object":"0" }
6 .if $is_object

Completed in 338 milliseconds

1 2 3 4