Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp570 PrimType SourceElemT = classifyComplexElementType(SubExpr->getType()); in VisitCastExpr() local
578 if (!this->emitArrayElemPop(SourceElemT, I, CE)) in VisitCastExpr()
582 if (!this->emitPrimCast(SourceElemT, DestElemT, DestElemType, CE)) in VisitCastExpr()