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

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.unary/meta.unary.comp/
lvalue_ref.pass.cpp 22 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, "");
member_function_pointer.pass.cpp 22 static_assert( std::is_object<T>::value, "");
member_object_pointer.pass.cpp 22 static_assert( std::is_object<T>::value, "");
pointer.pass.cpp 22 static_assert( std::is_object<T>::value, "");
rvalue_ref.pass.cpp 22 static_assert(!std::is_object<T>::value, "");
union.pass.cpp 22 static_assert( std::is_object<T>::value, "");
void.pass.cpp 22 static_assert(!std::is_object<T>::value, "");
array.pass.cpp 22 static_assert( std::is_object<T>::value, "");
integral.pass.cpp 22 static_assert( std::is_object<T>::value, "");
  /external/v8/src/ia32/
lithium-codegen-ia32.h 288 Label* is_object);
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 276 Label* is_object);
lithium-codegen-x64.cc     [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 122 bool is_object = m_Config.codeGenType() == LinkerConfig::Object; local
124 assert(is_dynobj || is_exec || is_binary || is_object);
134 if (is_object || is_dynobj || is_exec) {
  /external/llvm/include/llvm/Support/
FileSystem.h 206 bool is_object() const { function in struct:llvm::sys::fs::file_magic
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 406 } else if (magic.is_object()) {
  /external/v8/src/arm/
lithium-codegen-arm.h 295 Label* is_object);
lithium-codegen-arm.cc     [all...]
  /external/v8/src/mips/
lithium-codegen-mips.h 310 Label* is_object);
lithium-codegen-mips.cc     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 590 void is_object() function
    [all...]

Completed in 827 milliseconds