Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DLangOptions.h394 static constexpr unsigned StorageBitSize = 8 * sizeof(storage_type); variable
411 static_assert(TotalWidth <= StorageBitSize, "Too short type for FPOptions");
523 (static_cast<storage_type>(1) << FPOptions::StorageBitSize) - 1;
562 << FPOptions::StorageBitSize) | in getAsOpaqueInt()
568 Opts.Options = FPOptions::getFromOpaqueInt(I >> FPOptions::StorageBitSize); in getFromOpaqueInt()