Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGAtomic.cpp333 uint64_t expectedSize) { in isFullSizeType() argument
334 return (CGM.getDataLayout().getTypeStoreSize(type) * 8 == expectedSize); in isFullSizeType()