Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8974 unsigned BitsInSizeT = Ctx.getTypeSize(Ctx.getSizeType()); in getBytesReturnedByAllocSizeCall() local
8983 if (Into.isNegative() || !Into.isIntN(BitsInSizeT)) in getBytesReturnedByAllocSizeCall()
8985 Into = Into.zext(BitsInSizeT); in getBytesReturnedByAllocSizeCall()