Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp8479 unsigned BitsInSizeT = Ctx.getTypeSize(Ctx.getSizeType()); in getBytesReturnedByAllocSizeCall() local
8488 if (Into.isNegative() || !Into.isIntN(BitsInSizeT)) in getBytesReturnedByAllocSizeCall()
8490 Into = Into.zextOrSelf(BitsInSizeT); in getBytesReturnedByAllocSizeCall()