Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp9431 llvm::APInt AllocBound = ArrayBound.zextOrSelf(Bits); in VisitCXXNewExpr() local
9432 if (InitBound.ugt(AllocBound)) { in VisitCXXNewExpr()
9437 << AllocBound.toString(10, /*Signed=*/false) in VisitCXXNewExpr()
9445 if (InitBound != AllocBound) in VisitCXXNewExpr()