Home
last modified time | relevance | path

Searched defs:_Size (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__compare/
H A Dcommon_comparison_category.h50 __compute_comp_type(const _ClassifyCompCategory (& __types)[_Size]) __compute_comp_type() argument
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dallocation_guard.h50 using _Size = typename allocator_traits<_Alloc>::size_type; member
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dsubrange.h84 using _Size = conditional_t<_StoreSize, make_unsigned_t<iter_difference_t<_Iter>>, _Empty>; variable