Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h307 VariableScope<Emitter> *VarScope = nullptr; variable
333 : Ctx(Ctx), Parent(Ctx->VarScope) { in VariableScope()
334 Ctx->VarScope = this; in VariableScope()
337 virtual ~VariableScope() { Ctx->VarScope = this->Parent; } in ~VariableScope()
H A DByteCodeStmtGen.cpp566 this->VarScope->emitDestructors(); in visitBreakStmt()
575 this->VarScope->emitDestructors(); in visitContinueStmt()
H A DByteCodeExprGen.cpp2255 VarScope->add(Local, IsExtended); in allocateLocalPrimitive()
2294 VarScope->add(Local, IsExtended); in allocateLocal()
2909 for (VariableScope<Emitter> *C = VarScope; C; C = C->getParent()) in emitCleanup()
/freebsd-14.2/contrib/llvm-project/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()