/llvm-project/libcxx/include/__format/ |
H A D | formatter_integral.h | 92 __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 D | formatter_output.h | 71 __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 D | format_args.h | 55 _LIBCPP_HIDE_FROM_ABI size_t __size() const noexcept { return __size_; } __size() function
|
H A D | write_escaped.h | 54 int __size = __formatter::__truncate(__str, __specs.__precision_); variable
|
/llvm-project/pstl/include/pstl/internal/omp/ |
H A D | parallel_stable_sort.h | 38 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 D | parallel_for_each.h | 27 auto __size = std::distance(__first, __last); in __parallel_for_each_body() local
|
H A D | parallel_transform_reduce.h | 36 const std::size_t __size = __last - __first; in __transform_reduce_body() local
|
H A D | util.h | 95 auto __size = __last - __first; variable
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_runtime_wrapper.h | 69 __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 D | mm_malloc.h | 33 _mm_malloc(size_t __size, size_t __align) { in _mm_malloc()
|
/llvm-project/libcxx/include/__ranges/ |
H A D | take_view.h | 95 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 D | drop_view.h | 126 _LIBCPP_HIDE_FROM_ABI static constexpr auto __size(auto& __self) { in __size() function
|
/llvm-project/libcxx/include/__memory/ |
H A D | aligned_alloc.h | 30 __libcpp_aligned_alloc(std::size_t __alignment,std::size_t __size) __libcpp_aligned_alloc() argument
|
/llvm-project/clang/lib/Headers/ppc_wrappers/ |
H A D | mm_malloc.h | 26 static __inline void *_mm_malloc(size_t __size, size_t __alignment) { in _mm_malloc()
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | ranges_search_n.h | 51 if (__size < __count) { in __ranges_search_n_impl() local
|
H A D | copy_backward.h | 97 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); operator() local
|
H A D | move_backward.h | 97 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); operator() local
|
H A D | move.h | 88 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); operator() local
|
H A D | copy.h | 87 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator() local
|
/llvm-project/libcxx/include/__mdspan/ |
H A D | extents.h | 58 _LIBCPP_HIDE_FROM_ABI static constexpr size_t __size() { return sizeof...(_Values); } __size() function
|
H A D | layout_right.h | 140 index_type __size = 1; required_span_size() local
|
H A D | layout_left.h | 141 __size *= __extents_.extent(__r); in required_span_size() local
|
/llvm-project/libcxx/include/__debug_utils/ |
H A D | strict_weak_ordering_check.h | 38 __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 D | main.cpp |
|
/llvm-project/clang/test/Sema/ |
H A D | constant_builtins_vector.cpp | 42 __builtin_convertvector((vector##__size##__typeFrom){__VA_ARGS__}, \ argument 37 CHECK_NUM(__size,__typeFrom,__typeTo,...) global() argument 68 CHECK_ALL_COMBINATIONS(__size,...) global() argument [all...] |