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.cpp9996 llvm::APInt AllocBound = ArrayBound.zext(Bits); in VisitCXXNewExpr() local
9997 if (InitBound.ugt(AllocBound)) { in VisitCXXNewExpr()
10002 << toString(AllocBound, 10, /*Signed=*/false) in VisitCXXNewExpr()
10010 if (InitBound != AllocBound) in VisitCXXNewExpr()