Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExprCXX.cpp2291 unsigned SizeTyWidth = Context.getTypeSize(SizeTy); in BuildCXXNew() local
2294 SizeTyWidth, Context.getTypeSizeInChars(AllocType).getQuantity()); in BuildCXXNew()
2304 AllocationSize = llvm::APInt(SizeTyWidth, *KnownArraySize) in BuildCXXNew()
2313 Context, AllocationSize.value_or(llvm::APInt::getZero(SizeTyWidth)), in BuildCXXNew()