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