Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3660 if (const auto *HintClause = S.getSingleClause<OMPHintClause>()) in EmitOMPCriticalDirective() local
3661 Hint = HintClause->getHint(); in EmitOMPCriticalDirective()
3697 if (const auto *HintClause = S.getSingleClause<OMPHintClause>()) in EmitOMPCriticalDirective() local
3698 Hint = HintClause->getHint(); in EmitOMPCriticalDirective()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2365 if (auto *HintClause = S.getSingleClause<OMPHintClause>()) in EmitOMPCriticalDirective() local
2366 Hint = HintClause->getHint(); in EmitOMPCriticalDirective()