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

  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 91 Bool isStruct;
117 Bool isStruct;
tytypes.c 157 te->Te.TyStOrUn.isStruct ? 'S' : 'U',
273 ent->Te.TyStOrUn.isStruct ? "struct" : "union",
499 r = Bool__cmp(te1->Te.Field.isStruct, te2->Te.Field.isStruct);
543 r = Bool__cmp(te1->Te.TyStOrUn.isStruct, te2->Te.TyStOrUn.isStruct);
786 if (!ty->Te.TyStOrUn.isStruct) goto done;
readdwarf3.c     [all...]
  /external/clang/include/clang/AST/
APValue.h 190 bool isStruct() const { return Kind == Struct; }
301 assert(isStruct() && "Invalid accessor");
305 assert(isStruct() && "Invalid accessor");
309 assert(isStruct() && "Invalid accessor");
313 assert(isStruct() && "Invalid accessor");
Decl.h     [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
PropertyOptions.java 176 public boolean isStruct()
420 throw new XMPException("IsStruct and IsArray options are mutually exclusive",
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 1061 if (isTopLevel || !xmpParent.getOptions().isStruct())
    [all...]
XMPNodeUtils.java 150 if (!parent.getOptions().isSchemaNode() && !parent.getOptions().isStruct())
613 if (!currItem.getOptions().isStruct())
XMPUtilsImpl.java 642 if (sourceForm.isStruct())
772 else if (leftForm.isStruct())
    [all...]
XMPSerializerRDF.java 839 else if (node.getOptions().isStruct())
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 243 if (RD->isStruct() || RD->isClass())
CGDebugInfo.cpp 612 if (RD->isStruct() || RD->isInterface())
    [all...]
TargetInfo.cpp 328 if (!RD->isStruct() || isa<CXXRecordDecl>(RD))
    [all...]
  /external/clang/lib/AST/
Type.cpp 368 return RT->getDecl()->isStruct();
378 return RT->getDecl()->isStruct() || RT->getDecl()->isClass() ||
427 if (RT->getDecl()->isStruct())
433 if (!RT->getDecl()->isStruct())
    [all...]
ExprConstant.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 917 milliseconds