Searched defs:NumThreadsClause (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGStmtOpenMP.cpp | 1546 if (const auto *NumThreadsClause = S.getSingleClause<OMPNumThreadsClause>()) { emitCommonOMPParallelDirective() local |
H A D | CGOpenMPRuntime.cpp | 6238 const auto *NumThreadsClause = getNumThreads() local |