Searched refs:AllocBound (Results 1 – 1 of 1) sorted by relevance
9420 llvm::APInt AllocBound = ArrayBound.zextOrSelf(Bits); in VisitCXXNewExpr() local9421 if (InitBound.ugt(AllocBound)) { in VisitCXXNewExpr()9426 << AllocBound.toString(10, /*Signed=*/false) in VisitCXXNewExpr()9434 if (InitBound != AllocBound) in VisitCXXNewExpr()