/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallDescription.cpp | 159 for (const CallDescription &CD : List) in CallDescriptionSet() local 109 __anon5589fc210302(size_t ArgCount, size_t ParamCount, const CallDescription &CD) matchesImpl() argument 117 __anon5589fc210402(const CallDescription &CD, const Decl *D) matchesImpl() argument
|
/freebsd-src/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 | 224 if (auto *CD = dyn_cast<ObjCContainerDecl>(Ctx)) { findEnclosingDeclToAnnotate() local 938 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) DiagnoseUnguardedAvailabilityViolations() local
|
H A D | SemaDeclObjC.cpp | 128 diagnoseNoescape(const ParmVarDecl * NewD,const ParmVarDecl * OldD,const ObjCCategoryDecl * CD,const ObjCProtocolDecl * PD,Sema & S) diagnoseNoescape() argument 306 if (const auto *CD = dyn_cast<ObjCCategoryDecl>(ND)) { DiagnoseObjCImplementedDeprecations() local 449 else if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContDeclOfMethodDecl)) { ActOnStartOfObjCMethodDef() local 526 diagnoseUseOfProtocols(Sema & TheSema,ObjCContainerDecl * CD,ObjCProtocolDecl * const * ProtoRefs,unsigned NumProtoRefs,const SourceLocation * ProtoLocs) diagnoseUseOfProtocols() argument 3320 if (ObjCCategoryDecl *CD = addMethodToGlobalList() local 4664 mergeObjCDirectMembers(Sema & S,Decl * CD,ObjCMethodDecl * Method) mergeObjCDirectMembers() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Mangle.cpp | 275 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock() argument 309 mangleCtorBlock(CD, /*CT*/ Ctor_Complete, BD, Out); in mangleBlock() local 497 Manglings.emplace_back(getMangledStructor(CD, Ctor_Base)); in getAllManglings() local 375 } else if (const auto *CD = mangleObjCMethodName() local 559 if (const auto *CD = dyn_cast_or_null<CXXConstructorDecl>(ND)) getMangledStructor() local [all...] |
H A D | MicrosoftCXXABI.cpp | 156 CXXConstructorDecl *CD) override { in addCopyConstructorForExceptionObject()
|
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 1892 auto *CD = cast<ObjCCategoryDecl>(DC); getContainingInterface() local 2236 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier())) setClassInterface() local [all...] |
H A D | ItaniumCXXABI.cpp | 266 CXXConstructorDecl *CD) override {} in addCopyConstructorForExceptionObject()
|
/freebsd-src/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 __anon8bb76e6c0311::GCPtrTracker 545 const CFGDeadness &CD) : F(F), CD(CD) { in GCPtrTracker() 891 const CFGDeadness &CD) { in Verify()
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UndefinedAssignmentChecker.cpp | 86 if (const auto *CD = in checkBind() local
|
H A D | GCDAntipatternChecker.cpp | 80 if (const auto *CD = dyn_cast<ObjCContainerDecl>(OD->getParent())) { in isTest() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | USRGeneration.cpp | 398 if (auto *CD = dyn_cast<ObjCCategoryDecl>(D->getDeclContext())) getCategoryContext() local 418 auto *CD = getCategoryContext(D); VisitObjCMethodDecl() local 439 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(D); VisitObjCContainerDecl() local 463 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); VisitObjCContainerDecl() local 1177 auto *CD = D->getCanonicalDecl(); generateUSRForDecl() local [all...] |
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-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageSummaryInfo.cpp | 77 CoverageData CD = CM.getCoverageForFunction(Function); in get() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RecursiveSymbolVisitor.h | 47 bool VisitCXXConstructorDecl(const CXXConstructorDecl *CD) { in VisitCXXConstructorDecl()
|
/freebsd-src/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 | 253 if (auto *CD = dyn_cast<CXXRecordDecl>(RD)) { getOrCreateRecord() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
H A D | ASTSrcLocProcessor.cpp |
|
/freebsd-src/stand/i386/libi386/ |
H A D | textvidc.c | 279 CD(void) in CD() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | SValExplainer.h | 259 else if (const auto *CD = dyn_cast<CXXConstructorDecl>(Parent)) in VisitParamVarRegion() local
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 150 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContD)) in hasObjCImpl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 96 if (Comdat *CD = GO->getComdat()) { in rewriteComdat() local
|
/freebsd-src/libexec/getty/ |
H A D | gettytab.h | 99 #define CD gettynums[4].value macro
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 975 LineCoverageIterator(const CoverageData & CD) LineCoverageIterator() argument 978 LineCoverageIterator(const CoverageData & CD,unsigned Line) LineCoverageIterator() argument 1011 getLineCoverageStats(const coverage::CoverageData & CD) getLineCoverageStats() argument [all...] |