Home
last modified time | relevance | path

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

1234

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp109 const CallDescription &CD) -> bool { in matchesImpl()
117 const Decl *D) -> bool { in matchesImpl()
159 for (const CallDescription &CD : List) in CallDescriptionSet() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DUsedDeclVisitor.h110 if (auto *CD = dyn_cast<CapturedDecl>(D)) { in visitUsedDecl() local
114 } else if (auto *CD = dyn_cast<BlockDecl>(D)) { in visitUsedDecl() local
H A DSemaAvailability.cpp212 if (auto *CD = dyn_cast<ObjCContainerDecl>(Ctx)) { in findEnclosingDeclToAnnotate() local
903 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) in DiagnoseUnguardedAvailabilityViolations() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DMangle.cpp271 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock()
305 if (const auto *CD = dyn_cast<CXXConstructorDecl>(DC)) in mangleBlock() local
371 } else if (const auto *CD = in mangleObjCMethodName() local
493 if (const auto *CD = dyn_cast_or_null<CXXConstructorDecl>(ND)) { in getAllManglings() local
555 if (const auto *CD = dyn_cast_or_null<CXXConstructorDecl>(ND)) in getMangledStructor() local
H A DMicrosoftCXXABI.cpp158 CXXConstructorDecl *CD) override { in addCopyConstructorForExceptionObject()
H A DDeclObjC.cpp979 } 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); in getContainingInterface() local
2236 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier())) in setClassInterface() local
H A DItaniumCXXABI.cpp266 CXXConstructorDecl *CD) override {} in addCopyConstructorForExceptionObject()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DSafepointIRVerifier.cpp204 CFGDeadness CD; in run() local
221 CFGDeadness CD; in runOnFunction() local
455 const CFGDeadness &CD; member in __anon2aa895e70311::GCPtrTracker
547 const CFGDeadness &CD) : F(F), CD(CD) { in GCPtrTracker()
893 const CFGDeadness &CD) { in Verify()
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp62 CoverageData CD = CM.getCoverageForFunction(Function); in get() local
/openbsd/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp391 if (auto *CD = dyn_cast<ObjCCategoryDecl>(D->getDeclContext())) in getCategoryContext() local
411 auto *CD = getCategoryContext(D); in VisitObjCMethodDecl() local
432 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(D); in VisitObjCContainerDecl() local
456 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl() local
H A DIndexSymbol.cpp258 auto *CD = cast<CXXConstructorDecl>(D); in getSymbolInfo() local
H A DIndexTypeSourceInfo.cpp70 if (auto *CD = TL.getType()->getAsCXXRecordDecl()) { in VisitTypedefTypeLoc() local
/openbsd/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h47 bool VisitCXXConstructorDecl(const CXXConstructorDecl *CD) { in VisitCXXConstructorDecl()
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DState.cpp145 if (auto *CD = dyn_cast_or_null<CXXConstructorDecl>(F->getCallee())) { in addCallStack() local
H A DProgram.cpp251 if (auto *CD = dyn_cast<CXXRecordDecl>(RD)) { in getOrCreateRecord() local
/openbsd/games/hack/
H A Dhack.termcap.c75 char *CD; /* tested in pri.c: docorner() */ variable
/openbsd/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp215 ClassData CD; in run() local
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h712 LineCoverageIterator(const CoverageData &CD) in LineCoverageIterator()
715 LineCoverageIterator(const CoverageData &CD, unsigned Line) in LineCoverageIterator()
748 getLineCoverageStats(const coverage::CoverageData &CD) { in getLineCoverageStats()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h259 else if (const auto *CD = dyn_cast<CXXConstructorDecl>(Parent)) in VisitParamVarRegion() local
/openbsd/libexec/getty/
H A Dgettytab.h93 #define CD gettynums[4].value macro
/openbsd/usr.sbin/nsd/
H A Dpacket.h89 #define CD(packet) (*buffer_at((packet), 3) & CD_MASK) macro
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp150 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContD)) in hasObjCImpl() local
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dparse.h519 #define CLASSD_FIRST(CD) ((CD)->first) argument
520 #define CLASSD_LAST(CD) ((CD)->last) argument
521 #define CLASSD_CHAIN(CD) ((CD)->next) argument

1234