Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1071 if (unsigned NumPadBytes = TotalSize - CurSize) { in VisitCastExpr() local
1073 if (NumPadBytes > 1) in VisitCastExpr()
1074 Ty = llvm::ArrayType::get(Ty, NumPadBytes); in VisitCastExpr()