Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRecordLayoutBuilder.cpp191 CharUnits EmptySize; in ComputeEmptySubobjectSizes() local
195 EmptySize = Layout.getSize(); in ComputeEmptySubobjectSizes()
198 EmptySize = Layout.getSizeOfLargestEmptySubobject(); in ComputeEmptySubobjectSizes()
201 if (EmptySize > SizeOfLargestEmptySubobject) in ComputeEmptySubobjectSizes()
202 SizeOfLargestEmptySubobject = EmptySize; in ComputeEmptySubobjectSizes()
214 CharUnits EmptySize; in ComputeEmptySubobjectSizes() local
219 EmptySize = Layout.getSize(); in ComputeEmptySubobjectSizes()
222 EmptySize = Layout.getSizeOfLargestEmptySubobject(); in ComputeEmptySubobjectSizes()
225 if (EmptySize > SizeOfLargestEmptySubobject) in ComputeEmptySubobjectSizes()
226 SizeOfLargestEmptySubobject = EmptySize; in ComputeEmptySubobjectSizes()