Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.h244 VariableScope<Emitter> *VarScope = nullptr; variable
260 : Ctx(Ctx), Parent(Ctx->VarScope) { in VariableScope()
261 Ctx->VarScope = this; in VariableScope()
264 virtual ~VariableScope() { Ctx->VarScope = this->Parent; } in ~VariableScope()
H A DByteCodeExprGen.cpp793 VarScope->add(Local, IsExtended); in allocateLocalPrimitive()
832 VarScope->add(Local, IsExtended); in allocateLocal()
1421 for (VariableScope<Emitter> *C = VarScope; C; C = C->getParent()) in emitCleanup()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2204 CodeGenFunction::OMPPrivateScope VarScope(*this); in EmitOMPLinearClauseFinal() local
2205 VarScope.addPrivate(OrigVD, OrigAddr); in EmitOMPLinearClauseFinal()
2206 (void)VarScope.Privatize(); in EmitOMPLinearClauseFinal()
2444 OMPPrivateScope VarScope(*this); in EmitOMPSimdFinal() local
2445 VarScope.addPrivate(OrigVD, OrigAddr); in EmitOMPSimdFinal()
2446 (void)VarScope.Privatize(); in EmitOMPSimdFinal()