HomeSort by relevance Sort by last modified time
    Searched refs:RecordType (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /external/clang/lib/AST/
ExprClassification.cpp 627 if (const RecordType *R = CT->getAs<RecordType>())
RecordLayoutBuilder.cpp 207 const RecordType *RT =
208 Context.getBaseElementType(FD->getType())->getAs<RecordType>();
443 const RecordType *RT = ElemTy->getAs<RecordType>();
540 const RecordType *RT = ElemTy->getAs<RecordType>();
    [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]
Expr.cpp 49 const RecordType *Ty = DerivedType->castAs<RecordType>();
67 = cast<CXXRecordDecl>(E->getType()->getAs<RecordType>()->getDecl());
    [all...]
  /external/clang/utils/ABITest/
TypeGen.py 84 class RecordType(Type):
374 return RecordType(N, isUnion, fields)
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 86 cast<CXXRecordDecl>(MPT->getClass()->getAs<RecordType>()->getDecl());
CGExprCXX.cpp 100 const RecordType *Ty = T->castAs<RecordType>();
297 cast<CXXRecordDecl>(MPT->getClass()->getAs<RecordType>()->getDecl());
    [all...]
CGDebugInfo.cpp 691 CGDebugInfo::getOrCreateRecordFwdDecl(const RecordType *Ty,
    [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp 263 if (const RecordType *RT =
264 E->getType()->getBaseElementTypeUnsafe()->getAs<RecordType>()) {
    [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 469 if (m->rec.r.resrec.RecordType != kDNSRecordTypePacketNegative && ResourceRecordAnswersQuestion(&pkt->r.resrec, q)) return(p2);
514 if (pktrr->RecordType == kDNSRecordTypePacketNegative) { mprintf("**** ERROR: FAILED TO READ RDATA ****\n"); return; }
719 DisplayResourceRecord(srcaddr, (pkt.r.resrec.RecordType & kDNSRecordTypePacketUniqueMask) ? "(AN)" : "(AN+)", &pkt.r.resrec);
747 pkt.r.resrec.rrtype == kDNSType_OPT ? "(OP)" : (pkt.r.resrec.RecordType & kDNSRecordTypePacketUniqueMask) ? "(AD)" : "(AD+)",
    [all...]
  /system/extras/simpleperf/
cmd_record.cpp 653 template<class RecordType>
654 void UpdateMmapRecordForEmbeddedElfPath(RecordType* record) {
655 RecordType& r = *record;
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaTemplateDeduction.cpp 468 const RecordType *RecordArg = dyn_cast<RecordType>(Arg);
    [all...]
SemaDeclAttr.cpp 160 const RecordType *RT = PT->getPointeeType()->getAs<RecordType>();
360 static bool threadSafetyCheckIsSmartPointer(Sema &S, const RecordType* RT) {
384 if (const RecordType *RT = QT->getAs<RecordType>()) {
400 /// \brief Checks that the passed in QualType either is of RecordType or points
401 /// to RecordType. Returns the relevant RecordType, null if it does not exit.
402 static const RecordType *getRecordType(QualType QT) {
403 if (const RecordType *RT = QT->getAs<RecordType>()
    [all...]
SemaLookup.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 496 if (const RecordType *RecordTy = D->getType()->getAs<RecordType>())
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 928 ULONGLONG RecordType:1;
945 UCHAR RecordType;
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 238 if (const RecordType *RT = T->getAsStructureType()) {
  /external/clang/tools/libclang/
IndexingContext.cpp 137 } else if (const RecordType *RT = T->getAs<RecordType>()) {
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 683 milliseconds

1 23 4 5