Home
last modified time | relevance | path

Searched defs:CD (Results 1 – 25 of 103) sorted by relevance

12345

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DUsedDeclVisitor.h92 if (auto *CD = dyn_cast<CapturedDecl>(D)) { in visitUsedDecl() local
96 } else if (auto *CD = dyn_cast<BlockDecl>(D)) { in visitUsedDecl() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp267 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock()
301 if (const auto *CD = dyn_cast<CXXConstructorDecl>(DC)) in mangleBlock() local
367 } else if (const auto *CD = in mangleObjCMethodName() local
489 if (const auto *CD = dyn_cast_or_null<CXXConstructorDecl>(ND)) { in getAllManglings() local
551 if (const auto *CD = dyn_cast_or_null<CXXConstructorDecl>(ND)) in getMangledStructor() local
H A DMicrosoftCXXABI.cpp126 CXXConstructorDecl *CD) override { in addCopyConstructorForExceptionObject()
H A DItaniumCXXABI.cpp234 CXXConstructorDecl *CD) override {} in addCopyConstructorForExceptionObject()
H A DDeclObjC.cpp928 } else if (auto *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) { in getNextRedeclarationImpl() local
1163 if (auto *CD = dyn_cast<ObjCCategoryDecl>(getDeclContext())) in getClassInterface() local
1173 if (auto *CD = dyn_cast<ObjCCategoryDecl>(getDeclContext())) in getCategory() local
1836 const auto *CD = cast<ObjCCategoryDecl>(DC); in getContainingInterface() local
2143 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier())) in setClassInterface() local
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DSafepointIRVerifier.cpp206 CFGDeadness CD; in run() local
223 CFGDeadness CD; in runOnFunction() local
446 const CFGDeadness &CD; member in __anon82969bbb0311::GCPtrTracker
538 const CFGDeadness &CD) : F(F), CD(CD) { in GCPtrTracker()
884 const CFGDeadness &CD) { in Verify()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp92 if (const auto *CD = in checkBind() local
H A DGCDAntipatternChecker.cpp80 if (const auto *CD = dyn_cast<ObjCContainerDecl>(OD->getParent())) { in isTest() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp62 CoverageData CD = CM.getCoverageForFunction(Function); in get() local
/netbsd/games/hack/
H A Dhack.terminfo.c78 char *CD; /* tested in pri.c: docorner() */ variable
/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp387 if (auto *CD = dyn_cast<ObjCCategoryDecl>(D->getDeclContext())) in getCategoryContext() local
407 auto *CD = getCategoryContext(D); in VisitObjCMethodDecl() local
428 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(D); in VisitObjCContainerDecl() local
452 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl() local
H A DIndexSymbol.cpp258 auto *CD = cast<CXXConstructorDecl>(D); in getSymbolInfo() local
H A DIndexTypeSourceInfo.cpp67 if (auto *CD = TL.getType()->getAsCXXRecordDecl()) { in VisitTypedefTypeLoc() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h47 bool VisitCXXConstructorDecl(const CXXConstructorDecl *CD) { in VisitCXXConstructorDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DState.cpp145 if (auto *CD = dyn_cast_or_null<CXXConstructorDecl>(F->getCallee())) { in addCallStack() local
H A DProgram.cpp236 if (auto *CD = dyn_cast<CXXRecordDecl>(RD)) { in getOrCreateRecord() local
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp215 ClassData CD; in run() local
/netbsd/games/backgammon/common_source/
H A Dfancy.c59 char *CD; /* clear to end of screen sequence */ variable
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h236 else if (const auto *CD = dyn_cast<CXXConstructorDecl>(Parent)) in VisitParamVarRegion() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h699 LineCoverageIterator(const CoverageData &CD) in LineCoverageIterator()
702 LineCoverageIterator(const CoverageData &CD, unsigned Line) in LineCoverageIterator()
737 getLineCoverageStats(const coverage::CoverageData &CD) { in getLineCoverageStats()
/netbsd/external/bsd/nsd/dist/
H A Dpacket.h89 #define CD(packet) (*buffer_at((packet), 3) & CD_MASK) macro
/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp150 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContD)) in hasObjCImpl() local
/netbsd/libexec/getty/
H A Dgettytab.h102 #define CD gettynums[4].value macro
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp99 if (Comdat *CD = GO->getComdat()) { in rewriteComdat() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp849 else if (const CapturedDecl *CD = dyn_cast_or_null<CapturedDecl>(D)) in mapRegionCounters() local
928 else if (const CapturedDecl *CD = dyn_cast_or_null<CapturedDecl>(D)) in computeRegionCounts() local

12345