/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | UsedDeclVisitor.h | 110 if (auto *CD = dyn_cast<CapturedDecl>(D)) { in visitUsedDecl() local 114 } else if (auto *CD = dyn_cast<BlockDecl>(D)) { in visitUsedDecl() local
|
H A D | SemaAvailability.cpp | 286 if (auto *CD = dyn_cast<ObjCContainerDecl>(Ctx)) { in findEnclosingDeclToAnnotate() local 1018 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) in DiagnoseUnguardedAvailabilityViolations() local
|
H A D | SemaDeclObjC.cpp | 133 const ObjCCategoryDecl *CD, in diagnoseNoescape() 313 if (const auto *CD = dyn_cast<ObjCCategoryDecl>(ND)) { in DiagnoseObjCImplementedDeprecations() local 457 else if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContDeclOfMethodDecl)) { in ActOnStartOfObjCMethodDef() local 538 ObjCContainerDecl *CD, in diagnoseUseOfProtocols() 3323 if (ObjCCategoryDecl *CD = in addMethodToGlobalList() local 4672 static void mergeObjCDirectMembers(Sema &S, Decl *CD, ObjCMethodDecl *Method) { in mergeObjCDirectMembers()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Mangle.cpp | 275 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock() 308 if (const auto *CD = dyn_cast<CXXConstructorDecl>(DC)) in mangleBlock() local 374 } else if (const auto *CD = in mangleObjCMethodName() local 496 if (const auto *CD = dyn_cast_or_null<CXXConstructorDecl>(ND)) { in getAllManglings() local 568 if (const auto *CD = dyn_cast_or_null<CXXConstructorDecl>(ND)) in getMangledStructor() local
|
H A D | DeclObjC.cpp | 979 } else if (auto *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) { in getNextRedeclarationImpl() local 1214 if (auto *CD = dyn_cast<ObjCCategoryDecl>(getDeclContext())) in getClassInterface() local 1224 if (auto *CD = dyn_cast<ObjCCategoryDecl>(getDeclContext())) in getCategory() local 1886 auto *CD = cast<ObjCCategoryDecl>(DC); in getContainingInterface() local 2222 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier())) in setClassInterface() local
|
H A D | ItaniumCXXABI.cpp | 266 CXXConstructorDecl *CD) override {} in addCopyConstructorForExceptionObject()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | SafepointIRVerifier.cpp | 204 CFGDeadness CD; in run() local 221 CFGDeadness CD; in runOnFunction() local 455 const CFGDeadness &CD; member in __anond3efd71a0311::GCPtrTracker 545 const CFGDeadness &CD) : F(F), CD(CD) { in GCPtrTracker() 891 const CFGDeadness &CD) { in Verify()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageSummaryInfo.cpp | 62 CoverageData CD = CM.getCoverageForFunction(Function); get() local
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | USRGeneration.cpp | 409 if (auto *CD = dyn_cast<ObjCCategoryDecl>(D->getDeclContext())) in getCategoryContext() local 429 auto *CD = getCategoryContext(D); in VisitObjCMethodDecl() local 450 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(D); in VisitObjCContainerDecl() local 474 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl() local 1193 auto *CD = D->getCanonicalDecl(); in generateUSRForDecl() local
|
H A D | IndexSymbol.cpp | 259 auto *CD = cast<CXXConstructorDecl>(D); in getSymbolInfo() local
|
H A D | IndexTypeSourceInfo.cpp | 70 if (auto *CD = TL.getType()->getAsCXXRecordDecl()) { in VisitTypedefTypeLoc() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallDescription.cpp | 159 for (const CallDescription &CD : List) in CallDescriptionSet() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RecursiveSymbolVisitor.h | 47 bool VisitCXXConstructorDecl(const CXXConstructorDecl *CD) { in VisitCXXConstructorDecl()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | State.cpp | 146 if (const auto *CD = in addCallStack() local
|
H A D | Program.cpp | 290 if (const auto *CD = dyn_cast<CXXRecordDecl>(RD)) { in getOrCreateRecord() local
|
/freebsd/stand/i386/libi386/ |
H A D | textvidc.c | 279 CD(void) in CD() function
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 150 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContD)) in hasObjCImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 96 if (Comdat *CD = GO->getComdat()) { in rewriteComdat() local
|
/freebsd/libexec/getty/ |
H A D | gettytab.h | 99 #define CD gettynums[4].value macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 1068 LineCoverageIterator(const CoverageData &CD) in LineCoverageIterator() 1071 LineCoverageIterator(const CoverageData &CD, unsigned Line) in LineCoverageIterator() 1104 getLineCoverageStats(const coverage::CoverageData &CD) { in getLineCoverageStats()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.cpp | 125 const ChainOfDependences &CD = D.Chain; in operator <<() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 398 if (const auto *CD = dyn_cast<CXXConstructorDecl>(D)) in shouldSkipFunction() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 1097 else if (const CapturedDecl *CD = dyn_cast_or_null<CapturedDecl>(D)) in mapRegionCounters() local 1177 else if (const CapturedDecl *CD = dyn_cast_or_null<CapturedDecl>(D)) in computeRegionCounts() local
|
H A D | CGClass.cpp | 600 auto *CD = dyn_cast<CXXConstructorDecl>(D); in isMemcpyEquivalentSpecialMember() local 1051 const CXXConstructorDecl *CD, in getTrivialCopySource() 1083 ConstructorMemcpyizer(CodeGenFunction &CGF, const CXXConstructorDecl *CD, in ConstructorMemcpyizer() 1272 void CodeGenFunction::EmitCtorPrologue(const CXXConstructorDecl *CD, in EmitCtorPrologue()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1330 void ASTDeclWriter::VisitCapturedDecl(CapturedDecl *CD) { in VisitCapturedDecl() 2885 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) { in AddFunctionDefinition() local
|