/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 5892 #define TESTINST1(instruction, RD, cvin) \ argument 5920 #define TESTINST1x(instruction, RDval, RD, cvin) \ argument 5947 #define TESTINST2(instruction, RMval, RD, RM, cvin) \ argument [all …]
|
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 859 #define TESTINST2(instruction, RMval, RD, RM, carryin) \ argument 891 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument 920 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, carryin) \ argument 950 #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 4109 #define TESTINST2(instruction, RMval, RD, RM, carryin) \ argument 4141 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument 4170 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, carryin) \ argument 4200 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, carryin) \ argument
|
/external/clang/lib/AST/ |
D | VTTBuilder.cpp | 56 const CXXRecordDecl *RD = Base.getBase(); in LayoutSecondaryVTTs() local 83 const CXXRecordDecl *RD = Base.getBase(); in LayoutSecondaryVirtualPointers() local 153 void VTTBuilder::LayoutVirtualVTTs(const CXXRecordDecl *RD, in LayoutVirtualVTTs() 180 const CXXRecordDecl *RD = Base.getBase(); in LayoutVTT() local
|
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 796 RecordLayoutBuilder::SelectPrimaryVBase(const CXXRecordDecl *RD) { in SelectPrimaryVBase() 827 void RecordLayoutBuilder::DeterminePrimaryBase(const CXXRecordDecl *RD) { in DeterminePrimaryBase() [all …]
|
D | VTableBuilder.cpp | 327 const CXXRecordDecl *RD = Base.getBase(); in ComputeBaseOffsets() local 379 const CXXRecordDecl *RD = Base.getBase(); in dump() local 675 const CXXRecordDecl *RD = Base.getBase(); in AddVCallOffsets() local 745 VCallAndVBaseOffsetBuilder::AddVBaseOffsets(const CXXRecordDecl *RD, in AddVBaseOffsets() 1360 const CXXRecordDecl *RD = FirstBaseInPrimaryBaseChain; in IsOverriderUsed() local 1432 const CXXRecordDecl *RD = Base.getBase(); in AddMethods() local 1634 const CXXRecordDecl *RD = Base.getBase(); in LayoutPrimaryAndSecondaryVTables() local 1674 const CXXRecordDecl *RD = Base.getBase(); in LayoutSecondaryVTables() local 1726 VTableBuilder::DeterminePrimaryVirtualBases(const CXXRecordDecl *RD, in DeterminePrimaryVirtualBases() 1785 VTableBuilder::LayoutVTablesForVirtualBases(const CXXRecordDecl *RD, in LayoutVTablesForVirtualBases() [all …]
|
D | MicrosoftCXXABI.cpp | 57 CXXRecordDecl *RD = MPT->getClass()->getAsCXXRecordDecl(); in getMemberPointerSize() local
|
/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/CodeGen/ |
D | CodeGenTypes.cpp | 50 void CodeGenTypes::addRecordTypeName(const RecordDecl *RD, in addRecordTypeName() 116 isSafeToConvert(const RecordDecl *RD, CodeGenTypes &CGT, in isSafeToConvert() 180 static bool isSafeToConvert(const RecordDecl *RD, CodeGenTypes &CGT) { in isSafeToConvert() 255 const RecordDecl *RD = cast<RecordDecl>(TD); in UpdateCompletedType() local 571 llvm::StructType *CodeGenTypes::ConvertRecordDeclType(const RecordDecl *RD) { in ConvertRecordDeclType() 636 CodeGenTypes::getCGRecordLayout(const RecordDecl *RD) { in getCGRecordLayout() 662 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in isZeroInitializable() local 674 bool CodeGenTypes::isZeroInitializable(const CXXRecordDecl *RD) { in isZeroInitializable()
|
D | CGVTT.cpp | 43 const CXXRecordDecl *RD) { in EmitVTTDefinition() 99 llvm::GlobalVariable *CodeGenVTables::GetAddrOfVTT(const CXXRecordDecl *RD) { in GetAddrOfVTT() 141 uint64_t CodeGenVTables::getSubVTTIndex(const CXXRecordDecl *RD, in getSubVTTIndex() 167 CodeGenVTables::getSecondaryVirtualPointerIndex(const CXXRecordDecl *RD, in getSecondaryVirtualPointerIndex()
|
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 352 static bool CanUseSingleInheritance(const CXXRecordDecl *RD) { in CanUseSingleInheritance() 435 const CXXRecordDecl *RD = in BuildVTablePointer() local 630 const CXXRecordDecl *RD = in BuildTypeInfo() local 687 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in BuildTypeInfo() local 752 void RTTIBuilder::BuildSIClassTypeInfo(const CXXRecordDecl *RD) { in BuildSIClassTypeInfo() 815 static unsigned ComputeVMIClassTypeInfoFlags(const CXXRecordDecl *RD) { in ComputeVMIClassTypeInfoFlags() 830 void RTTIBuilder::BuildVMIClassTypeInfo(const CXXRecordDecl *RD) { in BuildVMIClassTypeInfo()
|
D | CGRecordLayoutBuilder.cpp | 360 const RecordDecl *RD = FD->getParent(); in MakeInfo() local 459 const RecordDecl *RD = cast<RecordDecl>(RT->getDecl()); in LayoutField() local 649 CGRecordLayoutBuilder::MSLayoutVirtualBases(const CXXRecordDecl *RD, in MSLayoutVirtualBases() 671 CGRecordLayoutBuilder::LayoutVirtualBases(const CXXRecordDecl *RD, in LayoutVirtualBases() 702 CGRecordLayoutBuilder::LayoutNonVirtualBases(const CXXRecordDecl *RD, in LayoutNonVirtualBases() 759 CGRecordLayoutBuilder::ComputeNonVirtualBaseType(const CXXRecordDecl *RD) { in ComputeNonVirtualBaseType() 804 const CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(D); in LayoutFields() local 984 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in CheckZeroInitializable() local 1118 const RecordDecl *RD = it->first->getParent(); in print() local
|
D | CGVTables.cpp | 34 bool CodeGenVTables::ShouldEmitVTableInThisTU(const CXXRecordDecl *RD) { in ShouldEmitVTableInThisTU() 506 CodeGenVTables::CreateVTableInitializer(const CXXRecordDecl *RD, in CreateVTableInitializer() 614 llvm::GlobalVariable *CodeGenVTables::GetAddrOfVTable(const CXXRecordDecl *RD) { in GetAddrOfVTable() 643 const CXXRecordDecl *RD) { in EmitVTableDefinition() 663 CodeGenVTables::GenerateConstructionVTable(const CXXRecordDecl *RD, in GenerateConstructionVTable() 710 const CXXRecordDecl *RD) { in GenerateClassData()
|
D | CGDebugInfo.cpp | 179 CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName() 496 llvm::DIType CGDebugInfo::createRecordFwdDecl(const RecordDecl *RD, in createRecordFwdDecl() 536 if (const RecordDecl *RD = dyn_cast<RecordDecl>(Context)) { in createContextChain() local 565 RecordDecl *RD = RTy->getDecl(); in CreatePointeeType() local 699 CollectRecordStaticVars(const RecordDecl *RD, llvm::DIType FwdDecl) { in CollectRecordStaticVars() 861 const CXXRecordDecl *RD = Method->getParent(); in getOrCreateMethodType() local 896 static bool isFunctionLocalClass(const CXXRecordDecl *RD) { in isFunctionLocalClass() 982 CollectCXXMemberFunctions(const CXXRecordDecl *RD, llvm::DIFile Unit, in CollectCXXMemberFunctions() 1011 CollectCXXFriends(const CXXRecordDecl *RD, llvm::DIFile Unit, in CollectCXXFriends() 1029 CollectCXXBases(const CXXRecordDecl *RD, llvm::DIFile Unit, in CollectCXXBases() [all …]
|
D | CGCXX.cpp | 327 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in BuildAppleKextVirtualCall() local 353 const CXXRecordDecl *RD) { in BuildAppleKextVirtualDestructorCall()
|
D | CGExprConstant.cpp | 376 RecordDecl *RD = ILE->getType()->getAs<RecordType>()->getDecl(); in Build() local 445 void ConstStructBuilder::Build(const APValue &Val, const RecordDecl *RD, in Build() 525 RecordDecl *RD = Ty->getAs<RecordType>()->getDecl(); in Finalize() local 594 const RecordDecl *RD = ValTy->castAs<RecordType>()->getDecl(); in BuildStruct() local 848 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in VisitCXXConstructExpr() local 1281 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in FillInNullDataMemberPointers() local 1480 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); in EmitNullConstant() local
|
D | ModuleBuilder.cpp | 111 virtual void HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) { in HandleVTable()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | LLVMConventionsChecker.cpp | 66 static bool IsClangType(const RecordDecl *RD) { in IsClangType() 70 static bool IsClangDecl(const RecordDecl *RD) { in IsClangDecl() 74 static bool IsClangStmt(const RecordDecl *RD) { in IsClangStmt() 78 static bool IsClangAttr(const RecordDecl *RD) { in IsClangAttr() 247 const RecordDecl *RD = RT->getDecl()->getDefinition(); in Visit() local
|
/external/clang/lib/Sema/ |
D | SemaFixItUtils.cpp | 196 const CXXRecordDecl *RD = T->getAsCXXRecordDecl(); in getFixItZeroInitializerForType() local
|
D | SemaAttr.cpp | 114 void Sema::AddAlignmentAttributesForRecord(RecordDecl *RD) { in AddAlignmentAttributesForRecord() 132 void Sema::AddMsStructLayoutForRecord(RecordDecl *RD) { in AddMsStructLayoutForRecord()
|
D | SemaExprCXX.cpp | 412 CXXRecordDecl *RD = Ty->getAsCXXRecordDecl(); in GetUuidAttrOfType() local 630 CXXRecordDecl *RD = cast<CXXRecordDecl>(RecordTy->getDecl()); in CheckCXXThrowOperand() local 1526 CXXRecordDecl *RD in FindAllocationFunctions() local 1902 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, in FindDeallocationFunction() 2022 CXXRecordDecl *RD = cast<CXXRecordDecl>(Record->getDecl()); in ActOnCXXDelete() local 3013 if (const CXXRecordDecl *RD = T->getAsCXXRecordDecl()) in EvaluateUnaryTypeTrait() local 3017 if (const CXXRecordDecl *RD = T->getAsCXXRecordDecl()) in EvaluateUnaryTypeTrait() local 3021 if (const CXXRecordDecl *RD = T->getAsCXXRecordDecl()) in EvaluateUnaryTypeTrait() local 3025 if (const CXXRecordDecl *RD = T->getAsCXXRecordDecl()) in EvaluateUnaryTypeTrait() local 3118 CXXRecordDecl* RD = cast<CXXRecordDecl>(RT->getDecl()); in EvaluateUnaryTypeTrait() local [all …]
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 135 const RecordDecl* RD = cast<RecordDecl>(DC); in PrintDeclContext() local 144 const CXXRecordDecl* RD = cast<CXXRecordDecl>(DC); in PrintDeclContext() local
|
/external/clang/include/clang/AST/ |
D | VTableBuilder.h | 64 static VTableComponent MakeRTTI(const CXXRecordDecl *RD) { in MakeRTTI() 312 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) { in getVTableLayout()
|
D | ASTConsumer.h | 106 virtual void HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) {} in HandleVTable()
|
D | ASTMutationListener.h | 44 virtual void AddedCXXImplicitMember(const CXXRecordDecl *RD, const Decl *D) {} in AddedCXXImplicitMember()
|