Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp2182 unsigned SizeTyWidth = Context.getTypeSize(SizeTy); in BuildCXXNew() local
2185 SizeTyWidth, Context.getTypeSizeInChars(AllocType).getQuantity()); in BuildCXXNew()
2195 AllocationSize = llvm::APInt(SizeTyWidth, *KnownArraySize) in BuildCXXNew()
2205 AllocationSize.getValueOr(llvm::APInt::getNullValue(SizeTyWidth)), in BuildCXXNew()