Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h634 static constexpr unsigned StorageBitSize = 8 * sizeof(storage_type); variable
651 static_assert(TotalWidth <= StorageBitSize, "Too short type for FPOptions");
792 (static_cast<storage_type>(1) << FPOptions::StorageBitSize) - 1;
833 << FPOptions::StorageBitSize) | in getAsOpaqueInt()
839 Opts.Options = FPOptions::getFromOpaqueInt(I >> FPOptions::StorageBitSize); in getFromOpaqueInt()