/external/valgrind/main/none/tests/arm/ |
D | v6intThumb.c | 19 #define TESTINST1(instruction, RD, cvin) \ argument 47 #define TESTINST1x(instruction, RDval, RD, cvin) \ argument 74 #define TESTINST2(instruction, RMval, RD, RM, cvin) \ argument 106 #define TESTINST2x(instruction, RDval, RMval, RD, RM, cvin) \ argument 135 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, cvin) \ argument 162 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, cvin) \ argument 190 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, cvin) \ argument
|
D | v6intARM.c | 9 #define TESTINST2(instruction, RMval, RD, RM, carryin) \ argument 41 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument 70 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, carryin) \ argument 100 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, carryin) \ argument
|
D | v6media.c | 18 #define TESTINST2(instruction, RMval, RD, RM, carryin) \ argument 50 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument 79 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, carryin) \ argument 109 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, carryin) \ argument
|
/external/clang/lib/CodeGen/ |
D | CGVTT.cpp | 220 const CXXRecordDecl *RD = Base.getBase(); in LayoutSecondaryVTTs() local 248 const CXXRecordDecl *RD = Base.getBase(); in LayoutSecondaryVirtualPointers() local 319 void VTTBuilder::LayoutVirtualVTTs(const CXXRecordDecl *RD, in LayoutVirtualVTTs() 346 const CXXRecordDecl *RD = Base.getBase(); in LayoutVTT() local 385 const CXXRecordDecl *RD) { in EmitVTTDefinition() 404 llvm::GlobalVariable *CodeGenVTables::GetAddrOfVTT(const CXXRecordDecl *RD) { in GetAddrOfVTT() 447 uint64_t CodeGenVTables::getSubVTTIndex(const CXXRecordDecl *RD, in getSubVTTIndex() 473 CodeGenVTables::getSecondaryVirtualPointerIndex(const CXXRecordDecl *RD, in getSecondaryVirtualPointerIndex()
|
D | CodeGenTypes.cpp | 48 void CodeGenTypes::addRecordTypeName(const RecordDecl *RD, in addRecordTypeName() 114 isSafeToConvert(const RecordDecl *RD, CodeGenTypes &CGT, in isSafeToConvert() 178 static bool isSafeToConvert(const RecordDecl *RD, CodeGenTypes &CGT) { in isSafeToConvert() 255 const RecordDecl *RD = cast<RecordDecl>(TD); in UpdateCompletedType() local 553 llvm::StructType *CodeGenTypes::ConvertRecordDeclType(const RecordDecl *RD) { in ConvertRecordDeclType() 618 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) { in getCGRecordLayout() 644 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in isZeroInitializable() local 656 bool CodeGenTypes::isZeroInitializable(const CXXRecordDecl *RD) { in isZeroInitializable()
|
D | CGRTTI.cpp | 255 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RecordTy->getDecl()); in ShouldUseExternalRTTIDescriptor() local 336 const CXXRecordDecl *RD = cast<CXXRecordDecl>(Record->getDecl()); in getTypeInfoLinkage() local 350 static bool CanUseSingleInheritance(const CXXRecordDecl *RD) { in CanUseSingleInheritance() 432 const CXXRecordDecl *RD = in BuildVTablePointer() local 628 const CXXRecordDecl *RD = in BuildTypeInfo() local 681 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in BuildTypeInfo() local 746 void RTTIBuilder::BuildSIClassTypeInfo(const CXXRecordDecl *RD) { in BuildSIClassTypeInfo() 809 static unsigned ComputeVMIClassTypeInfoFlags(const CXXRecordDecl *RD) { in ComputeVMIClassTypeInfoFlags() 824 void RTTIBuilder::BuildVMIClassTypeInfo(const CXXRecordDecl *RD) { in BuildVMIClassTypeInfo()
|
D | CGVTables.cpp | 333 const CXXRecordDecl *RD = Base.getBase(); in ComputeBaseOffsets() local 385 const CXXRecordDecl *RD = Base.getBase(); in dump() local 479 static VTableComponent MakeRTTI(const CXXRecordDecl *RD) { in MakeRTTI() 849 const CXXRecordDecl *RD = Base.getBase(); in AddVCallOffsets() local 919 VCallAndVBaseOffsetBuilder::AddVBaseOffsets(const CXXRecordDecl *RD, in AddVBaseOffsets() 1524 const CXXRecordDecl *RD = FirstBaseInPrimaryBaseChain; in IsOverriderUsed() local 1596 const CXXRecordDecl *RD = Base.getBase(); in AddMethods() local 1793 const CXXRecordDecl *RD = Base.getBase(); in LayoutPrimaryAndSecondaryVTables() local 1833 const CXXRecordDecl *RD = Base.getBase(); in LayoutSecondaryVTables() local 1885 VTableBuilder::DeterminePrimaryVirtualBases(const CXXRecordDecl *RD, in DeterminePrimaryVirtualBases() [all …]
|
D | CGRecordLayoutBuilder.cpp | 355 const RecordDecl *RD = FD->getParent(); in MakeInfo() local 455 const RecordDecl *RD = cast<RecordDecl>(RT->getDecl()); in LayoutField() local 640 CGRecordLayoutBuilder::LayoutVirtualBases(const CXXRecordDecl *RD, in LayoutVirtualBases() 668 CGRecordLayoutBuilder::LayoutNonVirtualBases(const CXXRecordDecl *RD, in LayoutNonVirtualBases() 709 CGRecordLayoutBuilder::ComputeNonVirtualBaseType(const CXXRecordDecl *RD) { in ComputeNonVirtualBaseType() 755 const CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(D); in LayoutFields() local 919 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in CheckZeroInitializable() local 1053 const RecordDecl *RD = it->first->getParent(); in print() local
|
D | CGCXX.cpp | 332 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in BuildAppleKextVirtualCall() local 357 const CXXRecordDecl *RD) { in BuildAppleKextVirtualDestructorCall()
|
D | ModuleBuilder.cpp | 106 virtual void HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) { in HandleVTable()
|
D | CGDebugInfo.cpp | 135 CGDebugInfo::getClassName(RecordDecl *RD) { in getClassName() 443 RecordDecl *RD = RTy->getDecl(); in CreatePointeeType() local 708 static bool isFunctionLocalClass(const CXXRecordDecl *RD) { in isFunctionLocalClass() 793 CollectCXXMemberFunctions(const CXXRecordDecl *RD, llvm::DIFile Unit, in CollectCXXMemberFunctions() 811 CollectCXXFriends(const CXXRecordDecl *RD, llvm::DIFile Unit, in CollectCXXFriends() 828 CollectCXXBases(const CXXRecordDecl *RD, llvm::DIFile Unit, in CollectCXXBases() 939 llvm::StringRef CGDebugInfo::getVTableName(const CXXRecordDecl *RD) { in getVTableName() 953 CollectVTableInfo(const CXXRecordDecl *RD, llvm::DIFile Unit, in CollectVTableInfo() 983 RecordDecl *RD = Ty->getDecl(); in CreateType() local 2002 const RecordDecl *RD = cast<RecordDecl>(RT->getDecl()); in EmitDeclare() local
|
D | CGExprConstant.cpp | 342 RecordDecl *RD = ILE->getType()->getAs<RecordType>()->getDecl(); in Build() local 780 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in VisitCXXConstructExpr() local 1125 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in FillInNullDataMemberPointers() local 1321 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in EmitNullConstant() local
|
D | CGClass.cpp | 32 const CXXRecordDecl *RD = DerivedClass; in ComputeNonVirtualBaseClassOffset() local 285 const CXXRecordDecl *RD = cast<CXXMethodDecl>(CGF.CurFuncDecl)->getParent(); in GetVTTParameter() local 623 CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in EmitMemberInitializer() local 1419 const CXXRecordDecl *RD = Base.getBase(); in InitializeVTablePointer() local 1490 const CXXRecordDecl *RD = Base.getBase(); in InitializeVTablePointers() local 1534 void CodeGenFunction::InitializeVTablePointers(const CXXRecordDecl *RD) { in InitializeVTablePointers()
|
D | CGRecordLayout.h | 252 unsigned getNonVirtualBaseLLVMFieldNo(const CXXRecordDecl *RD) const { in getNonVirtualBaseLLVMFieldNo()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCJITInfo.cpp | 27 #define BUILD_ADDIS(RD,RS,IMM16) \ argument 29 #define BUILD_ORI(RD,RS,UIMM16) \ argument 31 #define BUILD_ORIS(RD,RS,UIMM16) \ argument 33 #define BUILD_RLDICR(RD,RS,SH,ME) \ argument 44 #define BUILD_LIS(RD,IMM16) BUILD_ADDIS(RD,0,IMM16) argument 45 #define BUILD_SLDI(RD,RS,IMM6) BUILD_RLDICR(RD,RS,IMM6,63-IMM6) argument
|
/external/clang/lib/AST/ |
D | RecordLayoutBuilder.cpp | 190 EmptySubobjectMap::CanPlaceSubobjectAtOffset(const CXXRecordDecl *RD, in CanPlaceSubobjectAtOffset() 208 void EmptySubobjectMap::AddSubobjectAtOffset(const CXXRecordDecl *RD, in AddSubobjectAtOffset() 339 EmptySubobjectMap::CanPlaceFieldSubobjectAtOffset(const CXXRecordDecl *RD, in CanPlaceFieldSubobjectAtOffset() 406 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in CanPlaceFieldSubobjectAtOffset() local 417 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in CanPlaceFieldSubobjectAtOffset() local 450 void EmptySubobjectMap::UpdateEmptyFieldSubobjects(const CXXRecordDecl *RD, in UpdateEmptyFieldSubobjects() 508 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in UpdateEmptyFieldSubobjects() local 520 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in UpdateEmptyFieldSubobjects() local 736 RecordLayoutBuilder::SelectPrimaryVBase(const CXXRecordDecl *RD) { in SelectPrimaryVBase() 772 void RecordLayoutBuilder::DeterminePrimaryBase(const CXXRecordDecl *RD) { in DeterminePrimaryBase() [all …]
|
D | MicrosoftCXXABI.cpp | 57 CXXRecordDecl *RD = MPT->getClass()->getAsCXXRecordDecl(); in getMemberPointerSize() local
|
D | MicrosoftMangle.cpp | 1149 void MicrosoftMangleContext::mangleCXXVTable(const CXXRecordDecl *RD, in mangleCXXVTable() 1153 void MicrosoftMangleContext::mangleCXXVTT(const CXXRecordDecl *RD, in mangleCXXVTT() 1157 void MicrosoftMangleContext::mangleCXXCtorVTable(const CXXRecordDecl *RD, in mangleCXXCtorVTable()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | LLVMConventionsChecker.cpp | 67 static bool IsClangType(const RecordDecl *RD) { in IsClangType() 71 static bool IsClangDecl(const RecordDecl *RD) { in IsClangDecl() 75 static bool IsClangStmt(const RecordDecl *RD) { in IsClangStmt() 79 static bool IsClangAttr(const RecordDecl *RD) { in IsClangAttr() 245 const RecordDecl *RD = RT->getDecl()->getDefinition(); in Visit() local
|
/external/clang/include/clang/AST/ |
D | ASTMutationListener.h | 40 virtual void AddedCXXImplicitMember(const CXXRecordDecl *RD, const Decl *D) {} in AddedCXXImplicitMember()
|
D | ASTConsumer.h | 88 virtual void HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) {} in HandleVTable()
|
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 114 void Sema::AddAlignmentAttributesForRecord(RecordDecl *RD) { in AddAlignmentAttributesForRecord() 132 void Sema::AddMsStructLayoutForRecord(RecordDecl *RD) { in AddMsStructLayoutForRecord()
|
D | SemaExprCXX.cpp | 390 CXXRecordDecl *RD = Ty->getAsCXXRecordDecl(); in GetUuidAttrOfType() local 608 CXXRecordDecl *RD = cast<CXXRecordDecl>(RecordTy->getDecl()); in CheckCXXThrowOperand() local 653 } else if (CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(DC)) { in getAndCaptureCurrentThisType() local 1314 CXXRecordDecl *RD in FindAllocationFunctions() local 1682 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, in FindDeallocationFunction() 1797 CXXRecordDecl *RD = cast<CXXRecordDecl>(Record->getDecl()); in ActOnCXXDelete() local 1882 CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in ActOnCXXDelete() local 1948 CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in ActOnCXXDelete() local 2728 if (const CXXRecordDecl *RD = T->getAsCXXRecordDecl()) in EvaluateUnaryTypeTrait() local 2732 if (const CXXRecordDecl *RD = T->getAsCXXRecordDecl()) in EvaluateUnaryTypeTrait() local [all …]
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 133 const RecordDecl* RD = cast<RecordDecl>(DC); in PrintDeclContext() local 142 const CXXRecordDecl* RD = cast<CXXRecordDecl>(DC); in PrintDeclContext() local
|
D | MultiplexConsumer.cpp | 123 const CXXRecordDecl *RD, const Decl *D) { in AddedCXXImplicitMember() 212 CXXRecordDecl *RD, bool DefinitionRequired) { in HandleVTable()
|