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

  /external/chromium_org/sandbox/win/tools/finder/
main.cc 68 bool is_object = true; local
78 is_object = false;
80 } while(is_object);
  /external/chromium_org/ppapi/cpp/
var.h 126 bool is_object() const { return var_.type == PP_VARTYPE_OBJECT; } function in class:pp::Var
  /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);
137 if (is_object || is_dynobj || is_exec) {
  /external/llvm/include/llvm/Support/
FileSystem.h 244 bool is_object() const { function in struct:llvm::sys::fs::file_magic
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 616 void is_object() function
    [all...]

Completed in 616 milliseconds