Home
last modified time | relevance | path

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

123

/external/opencv/cv/src/
Dcvcondens.cpp60 CvConDensation *CD = 0; in cvCreateConDensation() local
121 CvConDensation *CD = *ConDensation; in cvReleaseConDensation() local
/external/smack/src/org/xbill/DNS/
DFlags.java35 public static final byte CD = 11; field in Flags
51 flags.add(CD, "cd"); in flags.add() argument
/external/clang/lib/AST/
DMangle.cpp189 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock()
239 const ObjCContainerDecl *CD = in mangleObjCMethodName() local
DDeclObjC.cpp740 } else if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) { in getNextRedeclarationImpl() local
946 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(getDeclContext())) in getClassInterface() local
1451 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(DC); in getContainingInterface() local
1705 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier())) in setClassInterface() local
DAPValue.cpp498 const CXXRecordDecl *CD = cast<CXXRecordDecl>(RD); in printPretty() local
/external/eigen/test/
Dmixingtypes.cpp29 typedef std::complex<double> CD; in mixingtypes() typedef
/external/clang/tools/libclang/
DCIndexDiagnostic.cpp109 CXStoredDiagnostic *CD = new CXStoredDiagnostic(*SD, LangOpts); in beginDiagnostic() local
130 CXDiagnosticImpl *CD = new CXDiagnosticCustomNoteImpl(Message, L); in emitDiagnosticMessage() local
/external/clang/lib/Index/
DUSRGeneration.cpp341 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(D); in VisitObjCContainerDecl() local
363 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl() local
/external/clang/lib/CodeGen/
DCGExprConstant.cpp411 if (const CXXRecordDecl *CD = dyn_cast<CXXRecordDecl>(RD)) { in Build() local
545 const CXXRecordDecl *CD = dyn_cast<CXXRecordDecl>(RD); in BuildStruct() local
991 const CXXConstructorDecl *CD = E->getConstructor(); in EmitConstantInit() local
DCodeGenPGO.cpp856 else if (const CapturedDecl *CD = dyn_cast_or_null<CapturedDecl>(D)) in mapRegionCounters() local
872 else if (const CapturedDecl *CD = dyn_cast_or_null<CapturedDecl>(D)) in computeRegionCounts() local
DCGCXXABI.cpp47 for (const CXXConstructorDecl *CD : RD->ctors()) { in canCopyArgument() local
DCGException.cpp482 if (const CapturedDecl* CD = dyn_cast_or_null<CapturedDecl>(D)) { in EmitStartEHSpec() local
556 if (const CapturedDecl* CD = dyn_cast_or_null<CapturedDecl>(D)) { in EmitEndEHSpec() local
DCGClass.cpp916 static const VarDecl* getTrivialCopySource(const CXXConstructorDecl *CD, in getTrivialCopySource()
948 ConstructorMemcpyizer(CodeGenFunction &CGF, const CXXConstructorDecl *CD, in ConstructorMemcpyizer()
1129 void CodeGenFunction::EmitCtorPrologue(const CXXConstructorDecl *CD, in EmitCtorPrologue()
DCGExprCXX.cpp358 const CXXConstructorDecl *CD = E->getConstructor(); in EmitCXXConstructExpr() local
436 const CXXConstructorDecl *CD = E->getConstructor(); in EmitSynthesizedCXXCopyCtor() local
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp153 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContD)) in hasObjCImpl() local
/external/clang/lib/Serialization/
DASTWriterDecl.cpp136 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) in AddFunctionDefinition() local
863 void ASTDeclWriter::VisitCapturedDecl(CapturedDecl *CD) { in VisitCapturedDecl()
DASTReaderDecl.cpp759 void ASTDeclReader::VisitObjCContainerDecl(ObjCContainerDecl *CD) { in VisitObjCContainerDecl()
868 void ASTDeclReader::VisitObjCCategoryDecl(ObjCCategoryDecl *CD) { in VisitObjCCategoryDecl()
1104 void ASTDeclReader::VisitCapturedDecl(CapturedDecl *CD) { in VisitCapturedDecl()
1505 if (auto *CD = ReadDeclAs<CXXConstructorDecl>(Record, Idx)) in VisitCXXConstructorDecl() local
3210 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) in UpdateDecl() local
/external/clang/lib/Analysis/
DCFG.cpp927 if (const CXXConstructorDecl *CD = dyn_cast_or_null<CXXConstructorDecl>(D)) { in buildCFG() local
1133 const CXXRecordDecl *CD = VI.getType()->getAsCXXRecordDecl(); in addImplicitDtorsForDestructor() local
1143 const CXXRecordDecl *CD = BI.getType()->getAsCXXRecordDecl(); in addImplicitDtorsForDestructor() local
1161 if (const CXXRecordDecl *CD = QT->getAsCXXRecordDecl()) in addImplicitDtorsForDestructor() local
1265 if (const CXXRecordDecl *CD = QT->getAsCXXRecordDecl()) in addLocalScopeForVarDecl() local
/external/clang/lib/Sema/
DSemaOpenMP.cpp507 CXXConstructorDecl *CD = LookupDefaultConstructor(RD); in EndOpenMPDSABlock() local
2450 CXXConstructorDecl *CD = LookupDefaultConstructor(RD); in ActOnOpenMPPrivateClause() local
2578 CXXConstructorDecl *CD = LookupCopyingConstructor(RD, 0); in ActOnOpenMPFirstprivateClause() local
3186 CXXConstructorDecl *CD = LookupDefaultConstructor(RD); in ActOnOpenMPReductionClause() local
DSemaObjCProperty.cpp844 if (const ObjCCategoryDecl *CD = in ActOnPropertyImplDecl() local
1904 ObjCContainerDecl *CD, in ProcessPropertyDecl()
DSemaStmt.cpp3315 Sema::CreateCapturedStmtRecordDecl(CapturedDecl *&CD, SourceLocation Loc, in CreateCapturedStmtRecordDecl()
3366 CapturedDecl *CD = nullptr; in ActOnCapturedRegionStart() local
3393 CapturedDecl *CD = nullptr; in ActOnCapturedRegionStart() local
3465 CapturedDecl *CD = RSI->TheCapturedDecl; in ActOnCapturedRegionEnd() local
DAnalysisBasedWarnings.cpp502 const CheckFallThroughDiagnostics& CD, in CheckFallThroughForBody()
1872 const CheckFallThroughDiagnostics &CD = in IssueWarnings() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp1548 const CXXRecordDecl *CD = MD->getParent(); in getEndPath() local
1567 const CXXRecordDecl *CD = MD->getParent(); in getEndPath() local
/external/clang/include/clang/Sema/
DScopeInfo.h559 CapturedRegionScopeInfo(DiagnosticsEngine &Diag, Scope *S, CapturedDecl *CD, in CapturedRegionScopeInfo()
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
DRegionDataConstants.java224 CD(new String[]{ enumConstant

123