Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp10425 llvm::APInt AllocBound = ArrayBound.zext(Bits); in VisitCXXNewExpr() local
10426 if (InitBound.ugt(AllocBound)) { in VisitCXXNewExpr()
10431 << toString(AllocBound, 10, /*Signed=*/false) in VisitCXXNewExpr()
10439 if (InitBound != AllocBound) in VisitCXXNewExpr()