Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprConstant.cpp669 if (unsigned NumPadBytes = TotalSize - CurSize) { in VisitCastExpr() local
671 if (NumPadBytes > 1) in VisitCastExpr()
672 Ty = llvm::ArrayType::get(Ty, NumPadBytes); in VisitCastExpr()