Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h876 static constexpr unsigned StorageBitSize = 8 * sizeof(storage_type); variable
893 static_assert(TotalWidth <= StorageBitSize, "Too short type for FPOptions");
1040 (static_cast<storage_type>(1) << FPOptions::StorageBitSize) - 1;
1084 << FPOptions::StorageBitSize) | in getAsOpaqueInt()
1090 Opts.Options = FPOptions::getFromOpaqueInt(I >> FPOptions::StorageBitSize); in getFromOpaqueInt()