Searched refs:is_object (Results 1 - 25 of 26) sorted by relevance

12

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dis_object.pass.cpp12 // 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, "");
H A Dlvalue_ref.pass.cpp22 static_assert(!std::is_object<T>::value, "");
H A Drvalue_ref.pass.cpp24 static_assert(!std::is_object<T>::value, "");
H A Dclass.pass.cpp22 static_assert( std::is_object<T>::value, "");
H A Denum.pass.cpp22 static_assert( std::is_object<T>::value, "");
H A Dfloating_point.pass.cpp22 static_assert( std::is_object<T>::value, "");
H A Dfunction.pass.cpp22 static_assert(!std::is_object<T>::value, "");
H A Dmember_function_pointer.pass.cpp22 static_assert( std::is_object<T>::value, "");
H A Dmember_object_pointer.pass.cpp22 static_assert( std::is_object<T>::value, "");
H A Dpointer.pass.cpp22 static_assert( std::is_object<T>::value, "");
H A Dunion.pass.cpp22 static_assert( std::is_object<T>::value, "");
H A Dvoid.pass.cpp22 static_assert(!std::is_object<T>::value, "");
H A Darray.pass.cpp22 static_assert( std::is_object<T>::value, "");
H A Dintegral.pass.cpp22 static_assert( std::is_object<T>::value, "");
/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.cc1398 bool is_object; local
1399 TF_RETURN_IF_ERROR(ObjectExists(fname, bucket, object, &is_object));
1400 if (is_object) {
/external/llvm/include/llvm/Support/
H A DFileSystem.h267 bool is_object() const { function in struct:llvm::sys::fs::file_magic
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h270 bool is_object() const { function in struct:llvm::sys::fs::file_magic
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc2572 Label is_object; local
2573 JumpIfNotSmi(string, &is_object, Label::kNear);
2575 bind(&is_object);
/external/v8/src/x87/
H A Dmacro-assembler-x87.cc2418 Label is_object; local
2419 JumpIfNotSmi(string, &is_object, Label::kNear);
2421 bind(&is_object);
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc4985 Label is_object; local
4986 JumpIfNotSmi(string, &is_object);
4988 bind(&is_object);
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp682 void is_object() function
/external/v8/src/arm/
H A Dmacro-assembler-arm.cc3327 Label is_object; local
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.cc2932 Label is_object; local
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc5983 Label is_object; local
/external/v8/src/s390/
H A Dmacro-assembler-s390.cc2708 Label is_object; local

Completed in 506 milliseconds

12