Home
last modified time | relevance | path

Searched defs:__size (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h92 __determine_grouping(ptrdiff_t __size,const string & __grouping) __determine_grouping() argument
222 int __size = (__first - __begin) + // [sign][prefix] __write_using_decimal_separators() local
304 ptrdiff_t __size = __last - __first; __format_integer() local
332 int32_t __size = __first - __begin; __format_integer() local
[all...]
H A Dformatter_output.h71 __padding_size(size_t __size,size_t __width,__format_spec::__alignment __align) __padding_size() argument
283 ptrdiff_t __size = __last - __first; global() variable
313 size_t __size = global() variable
[all...]
H A Dformat_args.h55 _LIBCPP_HIDE_FROM_ABI size_t __size() const noexcept { return __size_; } __size() function
H A Dwrite_escaped.h54 int __size = __formatter::__truncate(__str, __specs.__precision_); variable
/llvm-project/pstl/include/pstl/internal/omp/
H A Dparallel_stable_sort.h38 std::size_t __size = __last1 - __first1; in __parallel_move_range() local
93 std::size_t __size = __xe - __xs; in __parallel_stable_sort_body() local
H A Dparallel_for_each.h27 auto __size = std::distance(__first, __last); in __parallel_for_each_body() local
H A Dparallel_transform_reduce.h36 const std::size_t __size = __last - __first; in __transform_reduce_body() local
H A Dutil.h95 auto __size = __last - __first; variable
/llvm-project/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h69 __attribute__((noinline, weak)) __device__ void *malloc(__hip_size_t __size) { in malloc()
78 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { in malloc()
H A Dmm_malloc.h33 _mm_malloc(size_t __size, size_t __align) { in _mm_malloc()
/llvm-project/libcxx/include/__ranges/
H A Dtake_view.h95 return counted_iterator(ranges::begin(__base_), static_cast<_DifferenceT>(__size)); in begin() local
111 return counted_iterator(ranges::begin(__base_), static_cast<_DifferenceT>(__size)); in begin() local
H A Ddrop_view.h126 _LIBCPP_HIDE_FROM_ABI static constexpr auto __size(auto& __self) { in __size() function
/llvm-project/libcxx/include/__memory/
H A Daligned_alloc.h30 __libcpp_aligned_alloc(std::size_t __alignment,std::size_t __size) __libcpp_aligned_alloc() argument
/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmm_malloc.h26 static __inline void *_mm_malloc(size_t __size, size_t __alignment) { in _mm_malloc()
/llvm-project/libcxx/include/__algorithm/
H A Dranges_search_n.h51 if (__size < __count) { in __ranges_search_n_impl() local
H A Dcopy_backward.h97 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); operator() local
H A Dmove_backward.h97 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); operator() local
H A Dmove.h88 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); operator() local
H A Dcopy.h87 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator() local
/llvm-project/libcxx/include/__mdspan/
H A Dextents.h58 _LIBCPP_HIDE_FROM_ABI static constexpr size_t __size() { return sizeof...(_Values); } __size() function
H A Dlayout_right.h140 index_type __size = 1; required_span_size() local
H A Dlayout_left.h141 __size *= __extents_.extent(__r); in required_span_size() local
/llvm-project/libcxx/include/__debug_utils/
H A Dstrict_weak_ordering_check.h38 __diff_t __size = __last - __first > __diff_t(100) ? __diff_t(100) : __last - __first; in __check_strict_weak_ordering_sorted() local
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/simulator/
H A Dmain.cpp
/llvm-project/clang/test/Sema/
H A Dconstant_builtins_vector.cpp42 __builtin_convertvector((vector##__size##__typeFrom){__VA_ARGS__}, \ argument
37 CHECK_NUM(__size,__typeFrom,__typeTo,...) global() argument
68 CHECK_ALL_COMBINATIONS(__size,...) global() argument
[all...]

12