Searched refs:VarT (Results 1 – 1 of 1) sorted by relevance
2365 std::optional<PrimType> VarT = classify(VD->getType()); in visitDecl() local2370 if (VarT) { in visitDecl()2380 if (VarT) { in visitDecl()2390 if (VarT) in visitDecl()2391 return this->emitRet(*VarT, VD); in visitDecl()2404 std::optional<PrimType> VarT = classify(VD->getType()); in visitVarDecl() local2420 if (VarT) { in visitVarDecl()2423 return this->emitInitGlobal(*VarT, *GlobalIndex, VD); in visitVarDecl()2429 if (VarT) { in visitVarDecl()2431 VD, *VarT, VD->getType().isConstQualified()); in visitVarDecl()[all …]