Home
last modified time | relevance | path

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

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