HomeSort by relevance Sort by last modified time
    Searched refs:DRD (Results 1 - 11 of 11) sorted by null

  /external/valgrind/drd/tests/
unit_bitmap.stderr.exp 1 Start of DRD BM unit test.
2 End of DRD BM unit test.
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 229 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(Member)) {
230 if (Ctx->DeclMustBeEmitted(DRD))
231 Builder->EmitGlobal(DRD);
CGStmtOpenMP.cpp 392 if (auto *DRD = dyn_cast<OMPDeclareReductionDecl>(DRE->getDecl()))
393 return DRD;
398 const OMPDeclareReductionDecl *DRD,
402 if (DRD->getInitializer()) {
404 CGF.CGM.getOpenMPRuntime().getUserDefinedReduction(DRD);
454 auto *DRD = getReductionInit(Init);
463 if (DRD)
468 if (DRD)
488 if (DRD) {
506 if (DRD && (DRD->getInitializer() || !Init))
    [all...]
CodeGenModule.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/valgrind/none/tests/
cmdline1.stdout.exp 89 on Linux/Android/Solaris for Memcheck/Helgrind/DRD
94 DRD) [no]
cmdline2.stdout.exp 89 on Linux/Android/Solaris for Memcheck/Helgrind/DRD
94 DRD) [no]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExpr.cpp 375 auto *DRD = dyn_cast<OMPDeclareReductionDecl>(CurContext);
376 if (LangOpts.OpenMP && DRD && !CurContext->containsDecl(D) &&
    [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 282 DeclGroupPtrTy DRD = Actions.ActOnOpenMPDeclareReductionDirectiveStart(
288 for (auto *D : DRD.get()) {
353 return Actions.ActOnOpenMPDeclareReductionDirectiveEnd(getCurScope(), DRD,
    [all...]

Completed in 295 milliseconds