Home
last modified time | relevance | path

Searched refs:VarScope (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeExprGen.h223 VariableScope<Emitter> *VarScope = nullptr; variable
241 virtual ~VariableScope() { Ctx->VarScope = this->Parent; } in ~VariableScope()
266 : Ctx(Ctx), Parent(Ctx->VarScope) { in VariableScope()
267 Ctx->VarScope = this; in VariableScope()
H A DByteCodeExprGen.cpp431 VarScope->add(Local, IsExtended); in allocateLocalPrimitive()
459 VarScope->add(Local, IsExtended); in allocateLocal()
569 for (VariableScope<Emitter> *C = VarScope; C; C = C->getParent()) in emitCleanup()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2196 CodeGenFunction::OMPPrivateScope VarScope(*this); in EmitOMPLinearClauseFinal() local
2197 VarScope.addPrivate(OrigVD, OrigAddr); in EmitOMPLinearClauseFinal()
2198 (void)VarScope.Privatize(); in EmitOMPLinearClauseFinal()
2436 OMPPrivateScope VarScope(*this); in EmitOMPSimdFinal() local
2437 VarScope.addPrivate(OrigVD, OrigAddr); in EmitOMPSimdFinal()
2438 (void)VarScope.Privatize(); in EmitOMPSimdFinal()