Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp403 PrimType DestPtrT = classifyPrim(PtrType); in VisitCastExpr() local
404 if (DestPtrT == PT_Ptr) in VisitCastExpr()
408 return this->emitDecayPtr(PT_Ptr, DestPtrT, CE); in VisitCastExpr()