Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp573 PrimType DestElemT = classifyPrim(DestElemType); in VisitCastExpr() local
582 if (!this->emitPrimCast(SourceElemT, DestElemT, DestElemType, CE)) in VisitCastExpr()
586 if (!this->emitInitElem(DestElemT, I, CE)) in VisitCastExpr()