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