Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp782 if (unsigned NumPadBytes = TotalSize - CurSize) { in VisitCastExpr() local
784 if (NumPadBytes > 1) in VisitCastExpr()
785 Ty = llvm::ArrayType::get(Ty, NumPadBytes); in VisitCastExpr()