Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp2365 std::optional<PrimType> VarT = classify(VD->getType()); in visitDecl() local
2370 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() local
2420 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 …]