Home
last modified time | relevance | path

Searched refs:NumThreadsClause (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1198 if (const auto *NumThreadsClause = S.getSingleClause<OMPNumThreadsClause>()) { in emitCommonOMPParallelDirective() local
1200 auto NumThreads = CGF.EmitScalarExpr(NumThreadsClause->getNumThreads(), in emitCommonOMPParallelDirective()
1203 CGF, NumThreads, NumThreadsClause->getLocStart()); in emitCommonOMPParallelDirective()