Searched refs:OMPLexicalScope (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 47 class OMPLexicalScope : public CodeGenFunction::LexicalScope { class 76 OMPLexicalScope( in OMPLexicalScope() function in __anon20b8c0360111::OMPLexicalScope 108 class OMPParallelScope final : public OMPLexicalScope { 118 : OMPLexicalScope(CGF, S, /*CapturedRegion=*/std::nullopt, in OMPParallelScope() 124 class OMPTeamsScope final : public OMPLexicalScope { 133 : OMPLexicalScope(CGF, S, /*CapturedRegion=*/std::nullopt, in OMPTeamsScope() 2715 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSimdDirective() 2730 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSimdDirective() 3206 OMPLexicalScope Scope(*this, S, OMPD_parallel); in EmitOMPDistributeParallelForDirective() 3216 OMPLexicalScope Scope(*this, S, OMPD_parallel); in EmitOMPDistributeParallelForSimdDirective() [all …]
|