Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp336 uint64_t expectedSize) { in isFullSizeType() argument
337 return (CGM.getDataLayout().getTypeStoreSize(type) * 8 == expectedSize); in isFullSizeType()