Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp8488 unsigned BitsInSizeT = Ctx.getTypeSize(Ctx.getSizeType()); in getBytesReturnedByAllocSizeCall() local
8497 if (Into.isNegative() || !Into.isIntN(BitsInSizeT)) in getBytesReturnedByAllocSizeCall()
8499 Into = Into.zextOrSelf(BitsInSizeT); in getBytesReturnedByAllocSizeCall()