Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12815 CharUnits sizeChars = getTypeSizeInChars(AtomicTy); in AtomicUsesUnsupportedLibcall() local
12816 uint64_t Size = sizeChars.getQuantity(); in AtomicUsesUnsupportedLibcall()
12820 return (Size != Align || toBits(sizeChars) > MaxInlineWidthInBits); in AtomicUsesUnsupportedLibcall()