Searched defs:WithNowait (Results 1 – 3 of 3) sorted by relevance
| /llvm-project/clang/lib/CodeGen/ | ||
| H A D | CGOpenMPRuntime.h | 1220 bool WithNowait; global() member |
| H A D | CGStmtOpenMP.cpp | 1455 bool WithNowait = D.getSingleClause<OMPNowaitClause>() || EmitOMPReductionClauseFinal() local |
| H A D | CGOpenMPRuntime.cpp | 4934 bool WithNowait = Options.WithNowait; emitReduction() local |