HomeSort by: relevance | last modified time | path
    Searched defs:WithNowait (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 1403 bool WithNowait;
1444 /// WithNowait true if parent directive has also nowait clause, false
2286 /// WithNowait true if parent directive has also nowait clause, false
CGStmtOpenMP.cpp 1443 bool WithNowait = D.getSingleClause<OMPNowaitClause>() ||
1451 {WithNowait, SimpleReduction, ReductionKind});
3491 {/*WithNowait=*/true, /*SimpleReduction=*/true, OMPD_unknown});
4931 {/*WithNowait=*/true, /*SimpleReduction=*/true, OMPD_simd});

Completed in 32 milliseconds