/external/opencv/cv/src/ |
D | cvcondens.cpp | 60 CvConDensation *CD = 0; in cvCreateConDensation() local 121 CvConDensation *CD = *ConDensation; in cvReleaseConDensation() local
|
/external/smack/src/org/xbill/DNS/ |
D | Flags.java | 35 public static final byte CD = 11; field in Flags 51 flags.add(CD, "cd"); in flags.add() argument
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 189 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock() 239 const ObjCContainerDecl *CD = in mangleObjCMethodName() local
|
D | DeclObjC.cpp | 740 } 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
|
D | APValue.cpp | 498 const CXXRecordDecl *CD = cast<CXXRecordDecl>(RD); in printPretty() local
|
/external/eigen/test/ |
D | mixingtypes.cpp | 29 typedef std::complex<double> CD; in mixingtypes() typedef
|
/external/clang/tools/libclang/ |
D | CIndexDiagnostic.cpp | 109 CXStoredDiagnostic *CD = new CXStoredDiagnostic(*SD, LangOpts); in beginDiagnostic() local 130 CXDiagnosticImpl *CD = new CXDiagnosticCustomNoteImpl(Message, L); in emitDiagnosticMessage() local
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 341 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(D); in VisitObjCContainerDecl() local 363 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl() local
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 411 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
|
D | CodeGenPGO.cpp | 856 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
|
D | CGCXXABI.cpp | 47 for (const CXXConstructorDecl *CD : RD->ctors()) { in canCopyArgument() local
|
D | CGException.cpp | 482 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
|
D | CGClass.cpp | 916 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()
|
D | CGExprCXX.cpp | 358 const CXXConstructorDecl *CD = E->getConstructor(); in EmitCXXConstructExpr() local 436 const CXXConstructorDecl *CD = E->getConstructor(); in EmitSynthesizedCXXCopyCtor() local
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 153 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContD)) in hasObjCImpl() local
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 136 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) in AddFunctionDefinition() local 863 void ASTDeclWriter::VisitCapturedDecl(CapturedDecl *CD) { in VisitCapturedDecl()
|
D | ASTReaderDecl.cpp | 759 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/ |
D | CFG.cpp | 927 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/ |
D | SemaOpenMP.cpp | 507 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
|
D | SemaObjCProperty.cpp | 844 if (const ObjCCategoryDecl *CD = in ActOnPropertyImplDecl() local 1904 ObjCContainerDecl *CD, in ProcessPropertyDecl()
|
D | SemaStmt.cpp | 3315 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
|
D | AnalysisBasedWarnings.cpp | 502 const CheckFallThroughDiagnostics& CD, in CheckFallThroughForBody() 1872 const CheckFallThroughDiagnostics &CD = in IssueWarnings() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 1548 const CXXRecordDecl *CD = MD->getParent(); in getEndPath() local 1567 const CXXRecordDecl *CD = MD->getParent(); in getEndPath() local
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 559 CapturedRegionScopeInfo(DiagnosticsEngine &Diag, Scope *S, CapturedDecl *CD, in CapturedRegionScopeInfo()
|
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/ |
D | RegionDataConstants.java | 224 CD(new String[]{ enumConstant
|