Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp8468 unsigned BitsInSizeT = Ctx.getTypeSize(Ctx.getSizeType()); in getBytesReturnedByAllocSizeCall() local
8477 if (Into.isNegative() || !Into.isIntN(BitsInSizeT)) in getBytesReturnedByAllocSizeCall()
8479 Into = Into.zextOrSelf(BitsInSizeT); in getBytesReturnedByAllocSizeCall()