Home
last modified time | relevance | path

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

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