Home
last modified time | relevance | path

Searched defs:WithNowait (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1395 bool WithNowait; member
DCGStmtOpenMP.cpp1420 bool WithNowait = D.getSingleClause<OMPNowaitClause>() || in EmitOMPReductionClauseFinal() local
DCGOpenMPRuntime.cpp5489 bool WithNowait = Options.WithNowait; in emitReduction() local
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4333 bool WithNowait, bool SimpleReduction) { in emitReduction()