Lines Matching refs:VarT
4606 std::optional<PrimType> VarT = classify(VD->getType()); in visitDeclAndReturn() local
4610 if (VarT) { in visitDeclAndReturn()
4611 if (!this->emitGetGlobalUnchecked(*VarT, *GlobalIndex, VD)) in visitDeclAndReturn()
4620 if (VarT) { in visitDeclAndReturn()
4621 if (!this->emitGetLocal(*VarT, Local->second.Offset, VD)) in visitDeclAndReturn()
4630 if (!this->emitRet(VarT.value_or(PT_Ptr), VD)) { in visitDeclAndReturn()
4663 std::optional<PrimType> VarT = classify(VD->getType()); in visitVarDecl() local
4677 if (VarT) { in visitVarDecl()
4681 return checkDecl() && this->emitInitGlobal(*VarT, GlobalIndex, VD); in visitVarDecl()
4718 if (VarT) { in visitVarDecl()
4720 VD, *VarT, VD->getType().isConstQualified(), nullptr, ScopeKind::Block, in visitVarDecl()
4729 return this->emitSetLocal(*VarT, Offset, VD) && Scope.destroyLocals(); in visitVarDecl()
4733 return this->emitSetLocal(*VarT, Offset, VD); in visitVarDecl()