Home
last modified time | relevance | path

Searched defs:CD (Results 26 – 50 of 103) sorted by relevance

12345

/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.cpp349 auto *CD = dyn_cast<CXXConstructorDecl>(DiagDecl); in CheckCallable() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp128 const ObjCCategoryDecl *CD, in diagnoseNoescape()
306 if (const auto *CD = dyn_cast<ObjCCategoryDecl>(ND)) { in DiagnoseObjCImplementedDeprecations() local
449 else if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContDeclOfMethodDecl)) { in ActOnStartOfObjCMethodDef() local
526 ObjCContainerDecl *CD, in diagnoseUseOfProtocols()
3307 if (ObjCCategoryDecl *CD = in addMethodToGlobalList() local
4645 static void mergeObjCDirectMembers(Sema &S, Decl *CD, ObjCMethodDecl *Method) { in mergeObjCDirectMembers()
H A DSemaCUDA.cpp461 bool Sema::isEmptyCudaConstructor(SourceLocation Loc, CXXConstructorDecl *CD) { in isEmptyCudaConstructor()
H A DSemaLambda.cpp327 while (auto *CD = dyn_cast<CapturedDecl>(DC)) in getCurrentMangleNumberContext() local
454 while (auto *CD = dyn_cast<CapturedDecl>(DC)) in handleLambdaNumbering() local
H A DSemaObjCProperty.cpp1130 if (const ObjCCategoryDecl *CD = in ActOnPropertyImplDecl() local
2381 ObjCContainerDecl *CD = cast<ObjCContainerDecl>(property->getDeclContext()); in ProcessPropertyDecl() local
H A DSemaAvailability.cpp208 if (auto *CD = dyn_cast<ObjCContainerDecl>(Ctx)) { in findEnclosingDeclToAnnotate() local
H A DSemaStmt.cpp4620 Sema::CreateCapturedStmtRecordDecl(CapturedDecl *&CD, SourceLocation Loc, in CreateCapturedStmtRecordDecl()
4689 CapturedDecl *CD = nullptr; in ActOnCapturedRegionStart() local
4719 CapturedDecl *CD = nullptr; in ActOnCapturedRegionStart() local
4803 CapturedDecl *CD = RSI->TheCapturedDecl; in ActOnCapturedRegionEnd() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp125 const ChainOfDependences &CD = D.Chain; in operator <<() local
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp103 CXStoredDiagnostic &CD = *Owner; in beginDiagnostic() local
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp247 bool VisitCXXConstructorDecl(const CXXConstructorDecl *CD) { in VisitCXXConstructorDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp393 if (const auto *CD = dyn_cast<CXXConstructorDecl>(D)) in shouldSkipFunction() local
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1201 void ASTDeclWriter::VisitCapturedDecl(CapturedDecl *CD) { in VisitCapturedDecl()
2473 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) { in AddFunctionDefinition() local
H A DASTReaderDecl.cpp515 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) { in ReadFunctionDefinition() local
1089 void ASTDeclReader::VisitObjCContainerDecl(ObjCContainerDecl *CD) { in VisitObjCContainerDecl()
1252 void ASTDeclReader::VisitObjCCategoryDecl(ObjCCategoryDecl *CD) { in VisitObjCCategoryDecl()
1570 void ASTDeclReader::VisitCapturedDecl(CapturedDecl *CD) { in VisitCapturedDecl()
/netbsd/sys/dev/ic/
H A Dihareg.h161 #define CD 0x02 /* C/D signal */ macro
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp174 const auto *CD = dyn_cast_or_null<CXXConversionDecl>(Call.getDecl()); in isBoolConversionMethod() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp600 auto *CD = dyn_cast<CXXConstructorDecl>(D); in isMemcpyEquivalentSpecialMember() local
1058 const CXXConstructorDecl *CD, in getTrivialCopySource()
1090 ConstructorMemcpyizer(CodeGenFunction &CGF, const CXXConstructorDecl *CD, in ConstructorMemcpyizer()
1279 void CodeGenFunction::EmitCtorPrologue(const CXXConstructorDecl *CD, in EmitCtorPrologue()
H A DCGExprConstant.cpp778 if (const CXXRecordDecl *CD = dyn_cast<CXXRecordDecl>(RD)) { in Build() local
878 const CXXRecordDecl *CD = dyn_cast<CXXRecordDecl>(RD); in BuildStruct() local
1622 const CXXConstructorDecl *CD = E->getConstructor(); in tryEmitPrivateForVarInit() local
H A DCGDecl.cpp219 if (auto *CD = dyn_cast<CapturedDecl>(DC)) in getStaticDeclName() local
304 if (const auto *CD = dyn_cast<CXXConstructorDecl>(DC)) in getOrCreateStaticVarDecl() local
1104 if (const auto *CD = dyn_cast<CXXDestructorDecl>(FD)) in createUnnamedGlobalFrom() local
H A DCGException.cpp469 if (const CapturedDecl* CD = dyn_cast_or_null<CapturedDecl>(D)) { in EmitStartEHSpec() local
572 if (const CapturedDecl* CD = dyn_cast_or_null<CapturedDecl>(D)) { in EmitEndEHSpec() local
H A DCGExprCXX.cpp587 const CXXConstructorDecl *CD = E->getConstructor(); in EmitCXXConstructExpr() local
663 const CXXConstructorDecl *CD = E->getConstructor(); in EmitSynthesizedCXXCopyCtor() local
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp1515 if (const auto *CD = dyn_cast_or_null<CXXConstructorDecl>(D)) { in buildCFG() local
1888 const CXXRecordDecl *CD = VI.getType()->getAsCXXRecordDecl(); in addImplicitDtorsForDestructor() local
1898 const CXXRecordDecl *CD = BI.getType()->getAsCXXRecordDecl(); in addImplicitDtorsForDestructor() local
1916 if (const CXXRecordDecl *CD = QT->getAsCXXRecordDecl()) in addImplicitDtorsForDestructor() local
2008 if (const CXXRecordDecl *CD = QT->getAsCXXRecordDecl()) in hasTrivialDestructor() local
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2826 const CXXRecordDecl *CD = MD->getParent(); in finalizeVisitor() local
2836 const CXXRecordDecl *CD = MD->getParent(); in finalizeVisitor() local
2849 const CXXRecordDecl *CD = MD->getParent(); in finalizeVisitor() local
/netbsd/sys/external/bsd/gnu-efi/dist/inc/
H A Defidevp.h496 CDROM_DEVICE_PATH CD; member
535 CDROM_DEVICE_PATH *CD; member
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp201 COFFObjectDumpDelegate(COFFDumper &CD, const SectionRef &SR, in COFFObjectDumpDelegate()
238 COFFDumper &CD; member in __anon83ac61440111::COFFObjectDumpDelegate
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1310 CapturedDecl *CD, in CapturedStmt()
1341 CapturedDecl *CD, in Create()

12345