Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp371 const auto StorageAlignment = getAlignment(StorageType); in lowerUnion() local
372 assert((Layout.getSize() % StorageAlignment == 0 || in lowerUnion()
373 Layout.getDataSize() % StorageAlignment) && in lowerUnion()
376 if (Layout.getDataSize() % StorageAlignment) in lowerUnion()