Home
last modified time | relevance | path

Searched refs:DRD (Results 1 – 25 of 27) sorted by relevance

12

/external/valgrind/drd/
DTesting.txt1 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/
Dunit_bitmap.stderr.exp1 Start of DRD BM unit test.
2 End of DRD BM unit test.
Dlinuxthreads_det.stderr.exp-linuxthreads2 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/
DModuleBuilder.cpp229 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(Member)) { in HandleTagDeclDefinition() local
230 if (Ctx->DeclMustBeEmitted(DRD)) in HandleTagDeclDefinition()
231 Builder->EmitGlobal(DRD); in HandleTagDeclDefinition()
DCGStmtOpenMP.cpp392 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 …]
DCodeGenModule.cpp1568 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(Global)) { in EmitGlobal() local
1570 EmitOMPDeclareReduction(DRD); in EmitGlobal()
DCGOpenMPRuntime.cpp4210 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(DRE->getDecl())) { in emitReductionCombiner() local
4212 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD); in emitReductionCombiner()
/external/valgrind/
Ddarwin10-drd.supp1 # DRD suppressions for Darwin 10.x / Mac OS X 10.6 Snow Leopard
DNEWS15 * 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 …]
DAUTHORS35 Bart Van Assche wrote and maintains DRD.
Ddarwin9-drd.supp2 # DRD suppressions for Darwin 9.x / Mac OS X 10.5 Leopard
DREADME.solaris125 - Implement support in DRD and Helgrind tools for thr_join() with thread == 0.
DNEWS.old75 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/
DSemaOpenMP.cpp8927 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 …]
DSemaTemplateInstantiateDecl.cpp2587 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()
DSemaExpr.cpp375 auto *DRD = dyn_cast<OMPDeclareReductionDecl>(CurContext); in DiagnoseUseOfDecl() local
376 if (LangOpts.OpenMP && DRD && !CurContext->containsDecl(D) && in DiagnoseUseOfDecl()
/external/valgrind/docs/internals/
DMERGE_3_10_1.txt20 //14549 DRD: Handle Imbe_CancelReservation properly (clrex on ARM)
D3_9_BUGSTATUS.txt93 === Tools/DRD ==========================================================
Dxml-output-protocol4.txt7 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
D3_10_BUGSTATUS.txt168 === Tools/DRD ==========================================================
D3_8_BUGSTATUS.txt304 No action so far (DRD specific)
/external/valgrind/none/tests/
Dcmdline1.stdout.exp88 DRD) [no]
Dcmdline2.stdout.exp88 DRD) [no]
/external/clang/lib/Parse/
DParseOpenMP.cpp282 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/
Dcurl.mcp.xml.sit.hqx130 !9bq*`lQDp-&$iV8-!)S2)(el3Gp5lfekXY%TkcB%-PkqfD`DRD,R`APCTf%SkYi

12