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

1234

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTMutationListener.h50 virtual void AddedCXXImplicitMember(const CXXRecordDecl *RD, const Decl *D) {} argument
H A DASTConsumer.h134 virtual void HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) {} argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DVTTBuilder.cpp57 const CXXRecordDecl *RD = Base.getBase(); local
84 const CXXRecordDecl *RD = Base.getBase(); local
154 void VTTBuilder::LayoutVirtualVTTs(const CXXRecordDecl *RD, argument
181 const CXXRecordDecl *RD = Base.getBase(); local
[all...]
H A DMicrosoftCXXABI.cpp81 static bool usesMultipleInheritanceModel(const CXXRecordDecl *RD) { argument
147 const CXXRecordDecl *RD = MPT->getClass()->getAsCXXRecordDecl(); local
[all...]
H A DCXXInheritance.cpp495 void FinalOverriderCollector::Collect(const CXXRecordDecl *RD, argument
698 AddIndirectPrimaryBases(const CXXRecordDecl *RD, ASTContext &Context, argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp57 CodeGenABITypes::arrangeCXXMethodType(const CXXRecordDecl *RD, argument
H A DCGCXXABI.h240 initializeHiddenVirtualInheritanceMembers(CodeGenFunction &CGF, const CXXRecordDecl *RD) argument
H A DCGVTT.cpp100 llvm::GlobalVariable *CodeGenVTables::GetAddrOfVTT(const CXXRecordDecl *RD) { argument
42 EmitVTTDefinition(llvm::GlobalVariable *VTT, llvm::GlobalVariable::LinkageTypes Linkage, const CXXRecordDecl *RD) argument
125 getSubVTTIndex(const CXXRecordDecl *RD, BaseSubobject Base) argument
151 getSecondaryVirtualPointerIndex(const CXXRecordDecl *RD, BaseSubobject Base) argument
[all...]
H A DModuleBuilder.cpp135 virtual void HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) { argument
H A DCGCXX.cpp334 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); local
298 BuildAppleKextVirtualCall(CodeGenFunction &CGF, GlobalDecl GD, llvm::Type *Ty, const CXXRecordDecl *RD) argument
345 BuildAppleKextVirtualDestructorCall( const CXXDestructorDecl *DD, CXXDtorType Type, const CXXRecordDecl *RD) argument
H A DCodeGenTBAA.cpp179 const RecordDecl *RD = TTy->getDecl()->getDefinition(); local
230 const RecordDecl *RD = TTy->getDecl()->getDefinition(); local
250 const RecordDecl *RD = TTy->getDecl()->getDefinition(); local
[all...]
H A DCodeGenTypes.cpp51 void CodeGenTypes::addRecordTypeName(const RecordDecl *RD, argument
117 isSafeToConvert(const RecordDecl *RD, CodeGenTypes &CGT, argument
181 isSafeToConvert(const RecordDecl *RD, CodeGenTypes &CGT) argument
256 const RecordDecl *RD = cast<RecordDecl>(TD); local
626 ConvertRecordDeclType(const RecordDecl *RD) argument
691 getCGRecordLayout(const RecordDecl *RD) argument
717 const CXXRecordDecl *RD = cast<CXXRecordDecl>(RT->getDecl()); local
729 isZeroInitializable(const CXXRecordDecl *RD) argument
[all...]
H A DMicrosoftVBTables.cpp187 EmitVBTableDefinition( CodeGenModule &CGM, const CXXRecordDecl *RD, llvm::GlobalVariable::LinkageTypes Linkage) const argument
H A DCGCXXABI.cpp48 const CXXRecordDecl *RD = local
254 const CXXRecordDecl *RD = cast<CXXRecordDecl>(MPD->getDeclContext()); local
270 EmitCtorCompleteObjectHandler(CodeGenFunction &CGF, const CXXRecordDecl *RD) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp212 const CXXRecordDecl *RD = T->getAsCXXRecordDecl(); local
H A DSemaAttr.cpp115 void Sema::AddAlignmentAttributesForRecord(RecordDecl *RD) { argument
133 void Sema::AddMsStructLayoutForRecord(RecordDecl *RD) { argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp216 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
248 const RecordDecl *RD = RT->getDecl()->getDefinition(); local
[all...]
H A DCallAndMessageChecker.cpp160 const RecordDecl *RD = RT->getDecl()->getDefinition(); local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DASTStructExtractor.cpp189 ASTStructExtractor::HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) argument
H A DASTResultSynthesizer.cpp483 ASTResultSynthesizer::HandleVTable(CXXRecordDecl *RD, bool DefinitionRequired) argument
/freebsd-10.1-release/sys/dev/ieee488/
H A Dtnt4882.c68 enum {RD, WT, xDELAY, END} enumerator in enum:tst::__anon8727
[all...]
/freebsd-10.1-release/contrib/binutils/include/opcode/
H A Dsparc.h208 #define RD(x) (((x) & 0x1f) << 25) /* Destination register field. */ macro
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTConsumers.cpp211 const RecordDecl* RD = cast<RecordDecl>(DC); local
216 Out << *RD; local
220 const CXXRecordDecl* RD = cast<CXXRecordDecl>(DC); local
H A DMultiplexConsumer.cpp132 AddedCXXImplicitMember( const CXXRecordDecl *RD, const Decl *D) argument
266 HandleVTable( CXXRecordDecl *RD, bool DefinitionRequired) argument

Completed in 286 milliseconds

1234