Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp9420 llvm::APInt AllocBound = ArrayBound.zextOrSelf(Bits); in VisitCXXNewExpr() local
9421 if (InitBound.ugt(AllocBound)) { in VisitCXXNewExpr()
9426 << AllocBound.toString(10, /*Signed=*/false) in VisitCXXNewExpr()
9434 if (InitBound != AllocBound) in VisitCXXNewExpr()