Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dsize.h37 inline constexpr bool disable_sized_range = false; variable
48 concept __size_enabled = !disable_sized_range<remove_cvref_t<_Tp>>;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dranges.inc50 using std::ranges::disable_sized_range;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dranges57 inline constexpr bool disable_sized_range = false;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3583 SYMBOL(disable_sized_range, std::ranges::, <ranges>)