Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h664 static constexpr unsigned StorageBitSize = 8 * sizeof(storage_type); variable
681 static_assert(TotalWidth <= StorageBitSize, "Too short type for FPOptions");
822 (static_cast<storage_type>(1) << FPOptions::StorageBitSize) - 1;
863 << FPOptions::StorageBitSize) | in getAsOpaqueInt()
869 Opts.Options = FPOptions::getFromOpaqueInt(I >> FPOptions::StorageBitSize); in getFromOpaqueInt()