/external/clang/lib/AST/ |
D | ItaniumCXXABI.cpp | 142 CXXConstructorDecl *CD) override {} in addCopyConstructorForExceptionObject() 144 void addDefaultArgExprForConstructor(const CXXConstructorDecl *CD, in addDefaultArgExprForConstructor() 147 Expr *getDefaultArgExprForConstructor(const CXXConstructorDecl *CD, in getDefaultArgExprForConstructor()
|
D | MicrosoftCXXABI.cpp | 95 void addDefaultArgExprForConstructor(const CXXConstructorDecl *CD, in addDefaultArgExprForConstructor() 100 Expr *getDefaultArgExprForConstructor(const CXXConstructorDecl *CD, in getDefaultArgExprForConstructor() 112 CXXConstructorDecl *CD) override { in addCopyConstructorForExceptionObject()
|
D | Mangle.cpp | 203 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock() 237 if (const auto *CD = dyn_cast<CXXConstructorDecl>(DC)) in mangleBlock() local 259 const ObjCContainerDecl *CD = in mangleObjCMethodNameWithoutSize() local
|
/external/pytorch/test/cpp/jit/ |
D | test_argument_spec.cpp | 53 auto const CD = at::CPU(at::kDouble); in TEST() local 138 auto& CD = at::CPU(at::kDouble); in TEST() local
|
/external/clang/lib/CodeGen/ |
D | CGCXX.cpp | 229 const auto *CD = cast<CXXConstructorDecl>(MD); in codegenCXXStructor() local 246 if (auto *CD = dyn_cast<CXXConstructorDecl>(MD)) { in getAddrOfCXXStructor() local
|
D | CGExprConstant.cpp | 439 if (const CXXRecordDecl *CD = dyn_cast<CXXRecordDecl>(RD)) { in Build() local 590 const CXXRecordDecl *CD = dyn_cast<CXXRecordDecl>(RD); in BuildStruct() local 1208 const CXXConstructorDecl *CD = E->getConstructor(); in EmitConstantInit() local
|
D | CodeGenPGO.cpp | 655 else if (const CapturedDecl *CD = dyn_cast_or_null<CapturedDecl>(D)) in mapRegionCounters() local 722 else if (const CapturedDecl *CD = dyn_cast_or_null<CapturedDecl>(D)) in computeRegionCounts() local
|
D | CGCXXABI.cpp | 48 for (const CXXConstructorDecl *CD : RD->ctors()) { in canCopyArgument() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | SafepointIRVerifier.cpp | 205 CFGDeadness CD; in run() local 222 CFGDeadness CD; in runOnFunction() local 446 const CFGDeadness &CD; member in __anoncdd2a2540311::GCPtrTracker 538 const CFGDeadness &CD) : F(F), CD(CD) { in GCPtrTracker() 885 const CFGDeadness &CD) { in Verify()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | SafepointIRVerifier.cpp | 204 CFGDeadness CD; in run() local 221 CFGDeadness CD; in runOnFunction() local 455 const CFGDeadness &CD; member in __anon5990a6da0311::GCPtrTracker 547 const CFGDeadness &CD) : F(F), CD(CD) { in GCPtrTracker() 893 const CFGDeadness &CD) { in Verify()
|
/external/cronet/stable/third_party/llvm-libc/src/src/math/generic/ |
D | common_constants.cpp | 161 alignas(64) const double CD[128] = { variable
|
/external/cronet/tot/third_party/llvm-libc/src/src/math/generic/ |
D | common_constants.cpp | 161 alignas(64) const double CD[128] = { variable
|
/external/llvm-libc/src/math/generic/ |
D | common_constants.cpp | 161 const double CD[128] = { variable
|
/external/clang/lib/Index/ |
D | CodegenNameGenerator.cpp | 89 if (const auto *CD = dyn_cast_or_null<CXXConstructorDecl>(ND)) { in getAllManglings() local 150 if (const auto *CD = dyn_cast_or_null<CXXConstructorDecl>(ND)) in getMangledStructor() local
|
D | USRGeneration.cpp | 366 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(D); in VisitObjCContainerDecl() local 388 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl() local
|
/external/sdv/vsomeip/third_party/boost/ratio/example/ |
D | duration.hpp | 637 duration<Rep2, Period2> >::type CD; in operator /() typedef 671 duration<Rep2, Period2> >::type CD; in operator %() typedef 689 typedef typename boost::common_type<LhsDuration, RhsDuration>::type CD; in operator ()() typedef 706 typedef typename boost::common_type<LhsDuration, RhsDuration>::type CD; in operator ()() typedef
|
/external/eigen/test/ |
D | mixingtypes.cpp | 77 typedef std::complex<double> CD; in mixingtypes() typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 637 LineCoverageIterator(const CoverageData &CD) in LineCoverageIterator() 640 LineCoverageIterator(const CoverageData &CD, unsigned Line) in LineCoverageIterator() 675 getLineCoverageStats(const coverage::CoverageData &CD) { in getLineCoverageStats()
|
/external/tensorflow/tensorflow/core/kernels/special_math/ |
D | special_math_op_misc_impl.h | 105 const Scalar CD[] = { in generic_dawsn_interval_3() local 420 const Scalar CD[] = { in generic_fresnel_cos_interval_1() local
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | stress1.c | 585 #define CD (td->cd[i+(j*NSCENAR)]) in main() macro
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
D | stress1.c | 579 #define CD (td->cd[i+(j*NSCENAR)]) in main() macro
|
/external/clang/lib/Sema/ |
D | SemaCUDA.cpp | 355 bool Sema::isEmptyCudaConstructor(SourceLocation Loc, CXXConstructorDecl *CD) { in isEmptyCudaConstructor()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 712 LineCoverageIterator(const CoverageData &CD) in LineCoverageIterator() 715 LineCoverageIterator(const CoverageData &CD, unsigned Line) in LineCoverageIterator() 748 getLineCoverageStats(const coverage::CoverageData &CD) { in getLineCoverageStats()
|
/external/guice/core/test/com/googlecode/guice/bundle/ |
D | OSGiTestActivator.java | 330 private static class CD implements C { class in OSGiTestActivator 332 CD() {} in CD() method in OSGiTestActivator.CD
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 153 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContD)) in hasObjCImpl() local
|