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.h774 static constexpr unsigned StorageBitSize = 8 * sizeof(storage_type); variable
791 static_assert(TotalWidth <= StorageBitSize, "Too short type for FPOptions");
935 (static_cast<storage_type>(1) << FPOptions::StorageBitSize) - 1;
979 << FPOptions::StorageBitSize) | in getAsOpaqueInt()
985 Opts.Options = FPOptions::getFromOpaqueInt(I >> FPOptions::StorageBitSize); in getFromOpaqueInt()