Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h414 VariableScope<Emitter> *VarScope = nullptr; variable
463 : Ctx(Ctx), Parent(Ctx->VarScope), ValDecl(VD), Kind(Kind) { in Ctx()
464 Ctx->VarScope = this; in Ctx()
467 virtual ~VariableScope() { Ctx->VarScope = this->Parent; } in ~VariableScope()
H A DCompiler.cpp133 this->Ctx->BreakVarScope = this->Ctx->VarScope; in LoopScope()
134 this->Ctx->ContinueVarScope = this->Ctx->VarScope; in LoopScope()
167 this->Ctx->BreakVarScope = this->Ctx->VarScope; in SwitchScope()
2027 assert(VarScope->getKind() == ScopeKind::Call); in visitCallArgs()
4408 VarScope->addExtended(Local, ExtendingDecl); in allocateLocalPrimitive()
4410 VarScope->addForScopeKind(Local, SC); in allocateLocalPrimitive()
4453 VarScope->addExtended(Local, ExtendingDecl); in allocateLocal()
4455 VarScope->addForScopeKind(Local, SC); in allocateLocal()
4472 VariableScope<Emitter> *S = VarScope; in allocateTemporary()
5643 for (VariableScope<Emitter> *C = VarScope; C != BreakVarScope; in visitBreakStmt()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2279 CodeGenFunction::OMPPrivateScope VarScope(*this); in EmitOMPLinearClauseFinal() local
2280 VarScope.addPrivate(OrigVD, OrigAddr); in EmitOMPLinearClauseFinal()
2281 (void)VarScope.Privatize(); in EmitOMPLinearClauseFinal()
2595 OMPPrivateScope VarScope(*this); in EmitOMPSimdFinal() local
2596 VarScope.addPrivate(OrigVD, OrigAddr); in EmitOMPSimdFinal()
2597 (void)VarScope.Privatize(); in EmitOMPSimdFinal()