Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp192 CharUnits EmptySize; in ComputeEmptySubobjectSizes() local
196 EmptySize = Layout.getSize(); in ComputeEmptySubobjectSizes()
199 EmptySize = Layout.getSizeOfLargestEmptySubobject(); in ComputeEmptySubobjectSizes()
202 if (EmptySize > SizeOfLargestEmptySubobject) in ComputeEmptySubobjectSizes()
203 SizeOfLargestEmptySubobject = EmptySize; in ComputeEmptySubobjectSizes()
215 CharUnits EmptySize; in ComputeEmptySubobjectSizes() local
220 EmptySize = Layout.getSize(); in ComputeEmptySubobjectSizes()
223 EmptySize = Layout.getSizeOfLargestEmptySubobject(); in ComputeEmptySubobjectSizes()
226 if (EmptySize > SizeOfLargestEmptySubobject) in ComputeEmptySubobjectSizes()
227 SizeOfLargestEmptySubobject = EmptySize; in ComputeEmptySubobjectSizes()