Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1205 if (const auto *ProcBindClause = S.getSingleClause<OMPProcBindClause>()) { in emitCommonOMPParallelDirective() local
1208 CGF, ProcBindClause->getProcBindKind(), ProcBindClause->getLocStart()); in emitCommonOMPParallelDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1540 if (const auto *ProcBindClause = S.getSingleClause<OMPProcBindClause>()) { in emitCommonOMPParallelDirective() local
1543 CGF, ProcBindClause->getProcBindKind(), ProcBindClause->getBeginLoc()); in emitCommonOMPParallelDirective()
1680 if (const auto *ProcBindClause = S.getSingleClause<OMPProcBindClause>()) in EmitOMPParallelDirective() local
1681 ProcBind = ProcBindClause->getProcBindKind(); in EmitOMPParallelDirective()