| /llvm-project-15.0.7/libcxx/include/__ranges/ |
| H A D | transform_view.h | 175 iterator_t<_Base> __current_ = iterator_t<_Base>(); 224 requires forward_range<_Base> 233 requires bidirectional_range<_Base> 241 requires bidirectional_range<_Base> 250 requires random_access_range<_Base> 258 requires random_access_range<_Base> 267 requires random_access_range<_Base> 281 requires random_access_range<_Base> 309 requires random_access_range<_Base> && three_way_comparable<iterator_t<_Base>> 337 requires sized_sentinel_for<iterator_t<_Base>, iterator_t<_Base>> [all …]
|
| H A D | join_view.h | 147 using _Base = __maybe_const<_Const, _View>; 148 sentinel_t<_Base> __end_ = sentinel_t<_Base>(); 180 using _Base = __maybe_const<_Const, _View>; 181 using _Outer = iterator_t<_Base>; 213 …__ref_is_glvalue && bidirectional_range<_Base> && bidirectional_range<range_reference_t<_Base>> && 214 common_range<range_reference_t<_Base>>, 217 __ref_is_glvalue && forward_range<_Base> && forward_range<range_reference_t<_Base>>, 226 range_difference_t<_Base>, range_difference_t<range_reference_t<_Base>>>; 282 forward_range<_Base> && 293 bidirectional_range<_Base> && [all …]
|
| H A D | lazy_split_view.h | 144 using _Base = __maybe_const<_Const, _View>; 203 requires (!forward_range<_Base>) 208 requires forward_range<_Base> 261 if constexpr (forward_range<_Base>) { 273 requires forward_range<_Base> { 299 using _Base = __maybe_const<_Const, _View>; 355 using value_type = range_value_t<_Base>; 368 constexpr iterator_t<_Base> base() && 378 if constexpr (!forward_range<_Base>) { 390 if constexpr (forward_range<_Base>) { [all …]
|
| H A D | take_view.h | 145 using _Base = __maybe_const<_Const, _View>; variable 148 _LIBCPP_NO_UNIQUE_ADDRESS sentinel_t<_Base> __end_ = sentinel_t<_Base>(); 158 constexpr explicit __sentinel(sentinel_t<_Base> __end) : __end_(std::move(__end)) {} in __sentinel() 162 requires _Const && convertible_to<sentinel_t<_View>, sentinel_t<_Base>> in __sentinel() 166 constexpr sentinel_t<_Base> base() const { return __end_; } in base() 174 requires sentinel_for<sentinel_t<_Base>, iterator_t<__maybe_const<_OtherConst, _View>>>
|
| /llvm-project-15.0.7/libcxx/include/__format/ |
| H A D | formatter_string.h | 53 using _Base = __formatter_string<_CharT>; 86 using _Base = formatter<const _CharT*, _CharT>; 89 return _Base::format(__str, __ctx); 97 using _Base = __formatter_string<_CharT>; 100 return _Base::format(basic_string_view<_CharT>(__str, _Size), __ctx); 108 using _Base = __formatter_string<_CharT>; 111 return _Base::format(basic_string_view<_CharT>(__str, _Size), __ctx); 119 using _Base = __formatter_string<_CharT>; 124 return _Base::format(basic_string_view<_CharT>(__str.data(), __str.size()), __ctx); 132 using _Base = __formatter_string<_CharT>; [all …]
|
| H A D | formatter_integral.h | 161 template <unsigned_integral _Tp, size_t _Base> 163 requires(_Base == 2) in __buffer_size() 170 template <unsigned_integral _Tp, size_t _Base> 172 requires(_Base == 8) in __buffer_size() 181 template <unsigned_integral _Tp, size_t _Base> 183 requires(_Base == 10) in __buffer_size() 190 template <unsigned_integral _Tp, size_t _Base> 192 requires(_Base == 16) in __buffer_size()
|
| H A D | buffer.h | 349 using _Base = __format_to_n_buffer_base<_OutIt, _CharT, __enable_direct_output<_OutIt, _CharT>>; 353 …_LIBCPP_HIDE_FROM_ABI explicit __format_to_n_buffer(_OutIt __out_it, _Size __n) : _Base(_VSTD::mov…
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | lpad-linetable.cpp | 41 typedef _Vector_base<_Tp, _Alloc> _Base; typedef in std::vector 47 : _Base(__a) in vector()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | dead-stores.cpp | 70 typedef _Row_base<_Tp, _Number2> _Base; typedef in TestTemp::row 73 explicit row(const pencil_type& __a = pencil_type()) : _Base(__a) {} in row()
|
| /llvm-project-15.0.7/libcxx/include/experimental/ |
| H A D | coroutine | 190 using _Base = coroutine_handle<>; 196 _LIBCPP_INLINE_VISIBILITY coroutine_handle() _NOEXCEPT : _Base() {} 197 _LIBCPP_INLINE_VISIBILITY coroutine_handle(nullptr_t) _NOEXCEPT : _Base(nullptr) {} 201 _Base::operator=(nullptr); 259 using _Base = coroutine_handle<>;
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | charconv | 359 template <unsigned _Base> 471 template <unsigned _Base, typename _Tp, 475 return __itoa::__integral<_Base>::__width(__value); 478 template <unsigned _Base, typename _Tp, 482 return std::__to_chars_integral_width<_Base>(static_cast<unsigned>(__value)); 485 template <unsigned _Base, typename _Tp, 489 return __itoa::__integral<_Base>::__to_chars(__first, __last, __value); 492 template <unsigned _Base, typename _Tp, 496 return std::__to_chars_integral<_Base>(__first, __last, static_cast<unsigned>(__value));
|
| H A D | atomic | 1414 typename _Base = typename conditional<__libcpp_is_always_lock_free<_Tp>::__value, 1419 typename _Base = __cxx_atomic_base_impl<_Tp> > 1421 struct __cxx_atomic_impl : public _Base { 1427 : _Base(__value) {}
|
| /llvm-project-15.0.7/clang/test/Index/Core/ |
| H A D | index-source.m | 5 // CHECK: [[@LINE-1]]:12 | class/ObjC | Base | [[BASE_USR:.*]] | _OBJC_CLASS_$_Base | Decl | rel: 0 11 // CHECK: [[@LINE-2]]:3 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelCont | r… 18 // CHECK: [[@LINE+5]]:10 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelCont | … 52 …// CHECK: [[@LINE+2]]:4 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelCont | … 56 …// CHECK: [[@LINE+4]]:3 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelCont | … 58 …// CHECK: [[@LINE+2]]:14 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelCont |… 74 // CHECK: [[@LINE+6]]:18 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelBase,Re… 248 // CHECK: [[@LINE+1]]:18 | class/ObjC | Base | c:objc(cs)Base | _OBJC_CLASS_$_Base | Ref,RelCont | …
|
| /llvm-project-15.0.7/libcxx/include/__filesystem/ |
| H A D | path.h | 104 using _Base = __can_convert_char<_ECharT>; 126 using _Base = __can_convert_char<_ECharT>; 152 using _Base = __can_convert_char<typename remove_const<_ECharT>::type>; 182 using _Base = __can_convert_char<_ECharT>;
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | parameterized_classes.m | 77 // CHECK: %[[IVAR:.*]] = load i64, i64* @"OBJC_IVAR_$_Base._destination"
|
| H A D | class-stubs.m | 8 …lobal i8* getelementptr (i8, i8* bitcast (%struct._class_t* @"OBJC_CLASS_$_Base" to i8*), i32 1), …
|
| /llvm-project-15.0.7/clang/www/ |
| H A D | libstdc++4.4-clang0x.patch | 580 _Base::_M_swap_impl(__in._M_head());
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | VOPInstructions.td | 1496 let FilterClass = "VOPC64_" # Format # "_Base";
|