Searched defs:LoopScope (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | ByteCodeStmtGen.h | 29 template <class Emitter> class LoopScope; variable
|
H A D | ByteCodeStmtGen.cpp | 37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> { class 42 LoopScope(ByteCodeStmtGen<Emitter> *Ctx, LabelTy BreakLabel, in LoopScope() function in clang::interp::LoopScope
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2253 const OMPLoopDirective &S, CodeGenFunction::OMPPrivateScope &LoopScope) { in EmitOMPPrivateLoopCounters() 2560 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in emitOMPSimdRegion() local 2807 CodeGenFunction::OMPPrivateScope &LoopScope, in EmitOMPOuterLoop() 2923 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPForOuterLoop() 3031 OMPPrivateScope &LoopScope, const OMPLoopArguments &LoopArgs, in EmitOMPDistributeOuterLoop() 3328 OMPPrivateScope LoopScope(*this); in EmitOMPWorksharingLoop() local 3807 OMPLoopScope LoopScope(CGF, S); in emitWorksharingDirective() local 4047 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in EmitSections() local 4411 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForDirective() local 4445 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForSimdDirective() local [all …]
|