Searched defs:RD (Results 1 - 25 of 109) sorted by relevance

12345

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp58 CodeGenABITypes::arrangeCXXMethodType(const CXXRecordDecl *RD, argument
H A DCGVTT.cpp104 llvm::GlobalVariable *CodeGenVTables::GetAddrOfVTT(const CXXRecordDecl *RD) { argument
42 EmitVTTDefinition(llvm::GlobalVariable *VTT, llvm::GlobalVariable::LinkageTypes Linkage, const CXXRecordDecl *RD) argument
128 getSubVTTIndex(const CXXRecordDecl *RD, BaseSubobject Base) argument
154 getSecondaryVirtualPointerIndex(const CXXRecordDecl *RD, BaseSubobject Base) argument
[all...]
H A DCGCXXABI.h277 initializeHiddenVirtualInheritanceMembers(CodeGenFunction &CGF, const CXXRecordDecl *RD) argument
[all...]
H A DCGCXX.cpp299 const auto *RD = cast<CXXRecordDecl>(RT->getDecl()); local
263 BuildAppleKextVirtualCall(CodeGenFunction &CGF, GlobalDecl GD, llvm::Type *Ty, const CXXRecordDecl *RD) argument
310 BuildAppleKextVirtualDestructorCall( const CXXDestructorDecl *DD, CXXDtorType Type, const CXXRecordDecl *RD) argument
H A DCodeGenTBAA.cpp178 const RecordDecl *RD = TTy->getDecl()->getDefinition(); local
229 const RecordDecl *RD = TTy->getDecl()->getDefinition(); local
249 const RecordDecl *RD = TTy->getDecl()->getDefinition(); local
[all...]
H A DCodeGenTypes.cpp47 void CodeGenTypes::addRecordTypeName(const RecordDecl *RD, argument
113 isSafeToConvert(const RecordDecl *RD, CodeGenTypes &CGT, argument
178 isSafeToConvert(const RecordDecl *RD, CodeGenTypes &CGT) argument
261 const RecordDecl *RD = cast<RecordDecl>(TD); local
652 ConvertRecordDeclType(const RecordDecl *RD) argument
717 getCGRecordLayout(const RecordDecl *RD) argument
750 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); local
762 isZeroInitializable(const RecordDecl *RD) argument
[all...]
H A DObjectFilePCHContainerOperations.cpp203 Builder->getModuleDebugInfo()->completeRequiredType(RD); variable
H A DCGCXXABI.cpp85 const CXXRecordDecl *RD = local
290 const CXXRecordDecl *RD local
306 EmitCtorCompleteObjectHandler(CodeGenFunction &CGF, const CXXRecordDecl *RD) argument
330 getVBPtrOffsets(const CXXRecordDecl *RD) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp190 ASTStructExtractor::HandleVTable(CXXRecordDecl *RD) argument
H A DASTResultSynthesizer.cpp485 ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DVTTBuilder.cpp57 const CXXRecordDecl *RD = Base.getBase(); local
82 const CXXRecordDecl *RD = Base.getBase(); local
151 void VTTBuilder::LayoutVirtualVTTs(const CXXRecordDecl *RD, argument
177 const CXXRecordDecl *RD local
[all...]
H A DMicrosoftCXXABI.cpp155 static bool usesMultipleInheritanceModel(const CXXRecordDecl *RD) { argument
223 const CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl(); local
[all...]
H A DAPValue.cpp495 const RecordDecl *RD = Ty->getAs<RecordType>()->getDecl(); local
H A DNestedNameSpecifier.cpp194 CXXRecordDecl *RD = static_cast<CXXRecordDecl *>(Specifier); local
122 SuperSpecifier(const ASTContext &Context, CXXRecordDecl *RD) argument
597 MakeSuper(ASTContext &Context, CXXRecordDecl *RD, SourceLocation SuperLoc, SourceLocation ColonColonLoc) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp209 const CXXRecordDecl *RD = T->getAsCXXRecordDecl(); local
H A DScopeInfo.cpp104 RecordDecl *RD = nullptr; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp55 const RecordDecl *RD = RT->getDecl(); local
H A DVirtualCallChecker.cpp221 void checkASTDecl(const CXXRecordDecl *RD, AnalysisManager& mgr, argument
H A DLLVMConventionsChecker.cpp67 static bool IsClangType(const RecordDecl *RD) { argument
71 static bool IsClangDecl(const RecordDecl *RD) { argument
75 static bool IsClangStmt(const RecordDecl *RD) { argument
79 static bool IsClangAttr(const RecordDecl *RD) { argument
252 const RecordDecl *RD = RT->getDecl()->getDefinition(); local
[all...]
H A DPaddingChecker.cpp55 bool VisitRecordDecl(const RecordDecl *RD) { argument
74 void visitRecord(const RecordDecl *RD, uint64_t PadMultiplier = 1) const { argument
166 calculateBaselinePad(const RecordDecl *RD, const ASTContext &ASTContext, const ASTRecordLayout &RL) argument
202 calculateOptimalPad(const RecordDecl *RD, const ASTContext &ASTContext, const ASTRecordLayout &RL) argument
274 reportRecord(const RecordDecl *RD, CharUnits BaselinePad, CharUnits TargetPad) const argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTConsumer.h132 virtual void HandleVTable(CXXRecordDecl *RD) {} argument
H A DASTMutationListener.h54 virtual void AddedCXXImplicitMember(const CXXRecordDecl *RD, const Decl *D) {} argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTConsumers.cpp220 const RecordDecl* RD = cast<RecordDecl>(DC); local
225 Out << *RD; local
229 const CXXRecordDecl* RD = cast<CXXRecordDecl>(DC); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp109 static bool classof(const RewriteDescriptor *RD) { argument
146 static bool classof(const RewriteDescriptor *RD) { argument
/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Dsparc.h208 #define RD(x) (((x) & 0x1f) << 25) /* Destination register field. */ macro

Completed in 282 milliseconds

12345