Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp4606 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()
[all …]