Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h458 static constexpr unsigned StorageBitSize = 8 * sizeof(storage_type); variable
475 static_assert(TotalWidth <= StorageBitSize, "Too short type for FPOptions");
587 (static_cast<storage_type>(1) << FPOptions::StorageBitSize) - 1;
626 << FPOptions::StorageBitSize) | in getAsOpaqueInt()
632 Opts.Options = FPOptions::getFromOpaqueInt(I >> FPOptions::StorageBitSize); in getFromOpaqueInt()