/external/valgrind/drd/ |
D | Testing.txt | 1 How to test DRD 4 1. Start with compiling DRD. 6 2. Check as follows that all global symbols in DRD have been wrapped by the 46 9. Test whether DRD works with standard KDE applications and whether it does 58 10. Test whether DRD works with standard GNOME applications. Expect 83 12. Test DRD with Firefox. First build and install Firefox 3: 88 13. Verify that the XML output matches the DRD XML output XSD.
|
/external/valgrind/drd/tests/ |
D | unit_bitmap.stderr.exp | 1 Start of DRD BM unit test. 2 End of DRD BM unit test.
|
D | linuxthreads_det.stderr.exp-linuxthreads | 2 Detected the LinuxThreads threading library. Sorry, but DRD only supports 3 the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
|
/external/clang/lib/CodeGen/ |
D | ModuleBuilder.cpp | 229 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(Member)) { in HandleTagDeclDefinition() local 230 if (Ctx->DeclMustBeEmitted(DRD)) in HandleTagDeclDefinition() 231 Builder->EmitGlobal(DRD); in HandleTagDeclDefinition()
|
D | CGStmtOpenMP.cpp | 392 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(DRE->getDecl())) in getReductionInit() local 393 return DRD; in getReductionInit() 398 const OMPDeclareReductionDecl *DRD, in emitInitWithReductionInitializer() argument 402 if (DRD->getInitializer()) { in emitInitWithReductionInitializer() 404 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD); in emitInitWithReductionInitializer() 454 auto *DRD = getReductionInit(Init); in EmitOMPAggregateInit() local 463 if (DRD) in EmitOMPAggregateInit() 468 if (DRD) in EmitOMPAggregateInit() 488 if (DRD) { in EmitOMPAggregateInit() 506 if (DRD && (DRD->getInitializer() || !Init)) { in EmitOMPAggregateInit() [all …]
|
D | CodeGenModule.cpp | 1568 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(Global)) { in EmitGlobal() local 1570 EmitOMPDeclareReduction(DRD); in EmitGlobal()
|
D | CGOpenMPRuntime.cpp | 4210 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(DRE->getDecl())) { in emitReductionCombiner() local 4212 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD); in emitReductionCombiner()
|
/external/valgrind/ |
D | darwin10-drd.supp | 1 # DRD suppressions for Darwin 10.x / Mac OS X 10.6 Snow Leopard
|
D | NEWS | 15 * DRD: 508 n-i-bz DRD and Helgrind: Handle Imbe_CancelReservation (clrex on ARM) 624 Helgrind and DRD. 726 326436 DRD: False positive in libstdc++ std::list::push_back 730 326623 DRD: false positive conflict report in a field assignment 838 338115 DRD: computed conflict set differs from actual after fork 1278 305690 DRD reporting invalid semaphore when sem_trywait fails 1338 for tools that replace malloc (Memcheck, Massif, DRD, Helgrind). 1385 * DRD: 1409 and DRD. [all …]
|
D | AUTHORS | 35 Bart Van Assche wrote and maintains DRD.
|
D | darwin9-drd.supp | 2 # DRD suppressions for Darwin 9.x / Mac OS X 10.5 Leopard
|
D | README.solaris | 125 - Implement support in DRD and Helgrind tools for thr_join() with thread == 0.
|
D | NEWS.old | 75 Omega and DRD. There are many other smaller improvements. In detail: 113 * exp-DRD: a data race detector based on the happens-before
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8927 else if (auto *DRD = cast<OMPDeclareReductionDecl>(D)) in buildDeclareReductionRef() local 8928 Lookups.back().addDecl(DRD); in buildDeclareReductionRef() 9321 auto *DRD = cast<OMPDeclareReductionDecl>(DRDRef->getDecl()); in ActOnOpenMPReductionClause() local 9322 if (DRD->getInitializer()) { in ActOnOpenMPReductionClause() 11157 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart() local 11159 DC->addDecl(DRD); in ActOnOpenMPDeclareReductionDirectiveStart() 11160 DRD->setAccess(AS); in ActOnOpenMPDeclareReductionDirectiveStart() 11161 Decls.push_back(DRD); in ActOnOpenMPDeclareReductionDirectiveStart() 11163 DRD->setInvalidDecl(); in ActOnOpenMPDeclareReductionDirectiveStart() 11165 PrevDRD = DRD; in ActOnOpenMPDeclareReductionDirectiveStart() [all …]
|
D | SemaTemplateInstantiateDecl.cpp | 2587 auto DRD = SemaRef.ActOnOpenMPDeclareReductionDirectiveStart( in VisitOMPDeclareReductionDecl() local 2590 auto *NewDRD = cast<OMPDeclareReductionDecl>(DRD.get().getSingleDecl()); in VisitOMPDeclareReductionDecl() 2637 (void)SemaRef.ActOnOpenMPDeclareReductionDirectiveEnd(/*S=*/nullptr, DRD, in VisitOMPDeclareReductionDecl()
|
D | SemaExpr.cpp | 375 auto *DRD = dyn_cast<OMPDeclareReductionDecl>(CurContext); in DiagnoseUseOfDecl() local 376 if (LangOpts.OpenMP && DRD && !CurContext->containsDecl(D) && in DiagnoseUseOfDecl()
|
/external/valgrind/docs/internals/ |
D | MERGE_3_10_1.txt | 20 //14549 DRD: Handle Imbe_CancelReservation properly (clrex on ARM)
|
D | 3_9_BUGSTATUS.txt | 93 === Tools/DRD ==========================================================
|
D | xml-output-protocol4.txt | 7 XML output for Memcheck, Helgrind, DRD and SGcheck. Technically there 42 tool-specific. For Helgrind and DRD, a TOOLSPECIFIC may also contain a 85 Helgrind, DRD and SGcheck. The XWHAT and XAUXWHAT nonterminals also
|
D | 3_10_BUGSTATUS.txt | 168 === Tools/DRD ==========================================================
|
D | 3_8_BUGSTATUS.txt | 304 No action so far (DRD specific)
|
/external/valgrind/none/tests/ |
D | cmdline1.stdout.exp | 88 DRD) [no]
|
D | cmdline2.stdout.exp | 88 DRD) [no]
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 282 DeclGroupPtrTy DRD = Actions.ActOnOpenMPDeclareReductionDirectiveStart( in ParseOpenMPDeclareReductionDirective() local 288 for (auto *D : DRD.get()) { in ParseOpenMPDeclareReductionDirective() 353 return Actions.ActOnOpenMPDeclareReductionDirectiveEnd(getCurScope(), DRD, in ParseOpenMPDeclareReductionDirective()
|
/external/curl/src/macos/ |
D | curl.mcp.xml.sit.hqx | 130 !9bq*`lQDp-&$iV8-!)S2)(el3Gp5lfekXY%TkcB%-PkqfD`DRD,R`APCTf%SkYi
|