Searched refs:OMPLexicalScope (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 76 OMPLexicalScope( in OMPLexicalScope() function in __anone9cb93ec0111::OMPLexicalScope 124 class OMPTeamsScope final : public OMPLexicalScope { 4950 OMPLexicalScope Scope(*this, S, std::nullopt, in EmitOMPTaskBasedDirective() 6537 OMPLexicalScope Scope(CGF, S, OMPD_target); in emitCommonOMPTargetDirective() 6599 OMPLexicalScope Scope(CGF, S, OMPD_task); in emitCommonOMPTargetDirective() 7304 OMPLexicalScope Scope(CGF, S); in EmitOMPTargetDataDirective() 7353 OMPLexicalScope Scope(*this, S, OMPD_task); in EmitOMPTargetEnterDataDirective() 7374 OMPLexicalScope Scope(*this, S, OMPD_task); in EmitOMPTargetExitDataDirective() 7684 OMPLexicalScope Scope(*this, S); in EmitOMPTaskLoopSimdDirective() 7708 OMPLexicalScope Scope(*this, S); in EmitOMPMasterTaskLoopSimdDirective() [all …]
|