| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | Mangle.cpp | 193 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock() 243 const ObjCContainerDecl *CD = in mangleObjCMethodName() local
|
| D | DeclObjC.cpp | 647 } else if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) { in getNextRedeclaration() local 854 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(getDeclContext())) in getClassInterface() local 1377 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(DC); in getContainingInterface() local 1639 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier())) in setClassInterface() local
|
| D | APValue.cpp | 491 const CXXRecordDecl *CD = cast<CXXRecordDecl>(RD); in printPretty() local
|
| D | Stmt.cpp | 1029 CapturedDecl *CD, in CapturedStmt() 1060 CapturedDecl *CD, in Create()
|
| /freebsd-10-stable/sys/boot/efi/libefi/ |
| D | efi_console.c | 205 CD(void) { in CD() function
|
| /freebsd-10-stable/sys/boot/pc98/libpc98/ |
| D | vidconsole.c | 360 CD(void) in CD() function
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Index/ |
| D | USRGeneration.cpp | 318 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(D); in VisitObjCContainerDecl() local 340 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl() local
|
| /freebsd-10-stable/sys/boot/i386/libi386/ |
| D | vidconsole.c | 277 CD(void) in CD() function
|
| /freebsd-10-stable/contrib/llvm/tools/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 985 const CXXConstructorDecl *CD = E->getConstructor(); in EmitConstantInit() local
|
| D | CGStmt.cpp | 1798 const CapturedDecl *CD = S.getCapturedDecl(); in EmitCapturedStmt() local 1818 CodeGenFunction::GenerateCapturedStmtFunction(const CapturedDecl *CD, in GenerateCapturedStmtFunction()
|
| D | CGClass.cpp | 911 static const VarDecl* getTrivialCopySource(const CXXConstructorDecl *CD, in getTrivialCopySource() 943 ConstructorMemcpyizer(CodeGenFunction &CGF, const CXXConstructorDecl *CD, in ConstructorMemcpyizer() 1124 void CodeGenFunction::EmitCtorPrologue(const CXXConstructorDecl *CD, in EmitCtorPrologue()
|
| D | CGExprCXX.cpp | 356 const CXXConstructorDecl *CD = E->getConstructor(); in EmitCXXConstructExpr() local 434 const CXXConstructorDecl *CD = E->getConstructor(); in EmitSynthesizedCXXCopyCtor() local
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 860 CXXConstructorDecl *CD = LookupDefaultConstructor(RD); in ActOnOpenMPPrivateClause() local 990 CXXConstructorDecl *CD = LookupCopyingConstructor(RD, 0); in ActOnOpenMPFirstprivateClause() local
|
| D | SemaObjCProperty.cpp | 863 if (const ObjCCategoryDecl *CD = in ActOnPropertyImplDecl() local 1854 ObjCContainerDecl *CD, in ProcessPropertyDecl()
|
| D | AnalysisBasedWarnings.cpp | 326 const CheckFallThroughDiagnostics& CD, in CheckFallThroughForBody() 1707 const CheckFallThroughDiagnostics &CD = in IssueWarnings() local
|
| D | SemaStmt.cpp | 3189 Sema::CreateCapturedStmtRecordDecl(CapturedDecl *&CD, SourceLocation Loc, in CreateCapturedStmtRecordDecl() 3250 CapturedDecl *CD = 0; in ActOnCapturedRegionStart() local 3290 CapturedDecl *CD = RSI->TheCapturedDecl; in ActOnCapturedRegionEnd() local
|
| D | Sema.cpp | 1385 void Sema::PushCapturedRegionScope(Scope *S, CapturedDecl *CD, RecordDecl *RD, in PushCapturedRegionScope()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| D | TransGCAttrs.cpp | 154 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContD)) in hasObjCImpl() local
|
| /freebsd-10-stable/libexec/getty/ |
| D | gettytab.h | 99 #define CD gettynums[4].value macro
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/ |
| D | CFG.cpp | 666 if (const CXXConstructorDecl *CD = dyn_cast_or_null<CXXConstructorDecl>(D)) { in buildCFG() local 873 const CXXRecordDecl *CD = VI->getType()->getAsCXXRecordDecl(); in addImplicitDtorsForDestructor() local 884 const CXXRecordDecl *CD = BI->getType()->getAsCXXRecordDecl(); in addImplicitDtorsForDestructor() local 903 if (const CXXRecordDecl *CD = QT->getAsCXXRecordDecl()) in addImplicitDtorsForDestructor() local 1010 if (const CXXRecordDecl *CD = QT->getAsCXXRecordDecl()) in addLocalScopeForVarDecl() local
|
| /freebsd-10-stable/sys/boot/efi/include/ |
| D | efidevp.h | 383 CDROM_DEVICE_PATH CD; member 422 CDROM_DEVICE_PATH *CD; member
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | BugReporterVisitors.cpp | 1546 const CXXRecordDecl *CD = MD->getParent(); in getEndPath() local 1565 const CXXRecordDecl *CD = MD->getParent(); in getEndPath() local
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | ScopeInfo.h | 540 CapturedRegionScopeInfo(DiagnosticsEngine &Diag, Scope *S, CapturedDecl *CD, in CapturedRegionScopeInfo()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTReaderDecl.cpp | 731 void ASTDeclReader::VisitObjCContainerDecl(ObjCContainerDecl *CD) { in VisitObjCContainerDecl() 841 void ASTDeclReader::VisitObjCCategoryDecl(ObjCCategoryDecl *CD) { in VisitObjCCategoryDecl() 1076 void ASTDeclReader::VisitCapturedDecl(CapturedDecl *CD) { in VisitCapturedDecl()
|
| D | ASTWriterDecl.cpp | 853 void ASTDeclWriter::VisitCapturedDecl(CapturedDecl *CD) { in VisitCapturedDecl()
|