| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __locale | 286 long hash(const char_type* __lo, const char_type* __hi) const 578 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const 584 const char_type* scan_is(mask __m, const char_type* __low, const char_type* __high) const 590 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const 626 const char* widen(const char* __low, const char* __high, char_type* __to) const 656 virtual const char* do_widen(const char* __low, const char* __high, char_type* __dest) const; 680 const char_type* is(const char_type* __low, const char_type* __high, mask* __vec) const 688 const char_type* scan_is (mask __m, const char_type* __low, const char_type* __high) const 697 const char_type* scan_not(mask __m, const char_type* __low, const char_type* __high) const 736 const char* widen(const char* __low, const char* __high, char_type* __to) const [all …]
|
| H A D | chrono | 165 operator*(const duration<Rep1, Period>& d, const Rep2& s); 169 operator*(const Rep1& s, const duration<Rep2, Period>& d); 173 operator/(const duration<Rep1, Period>& d, const Rep2& s); 329 constexpr bool operator==(const day& x, const day& y) noexcept; 526 operator/(const year& y, const month& m) noexcept; 530 operator/(const month& m, const day& d) noexcept; 536 operator/(const day& d, const month& m) noexcept; 556 operator/(const month& m, const weekday_last& wdl) noexcept; 564 operator/(const year_month& ym, const day& d) noexcept; 568 operator/(const year& y, const month_day& md) noexcept; [all …]
|
| H A D | filesystem | 22 bool operator==(const path& lhs, const path& rhs) noexcept; 23 bool operator!=(const path& lhs, const path& rhs) noexcept; 24 bool operator< (const path& lhs, const path& rhs) noexcept; 25 bool operator<=(const path& lhs, const path& rhs) noexcept; 26 bool operator> (const path& lhs, const path& rhs) noexcept; 27 bool operator>=(const path& lhs, const path& rhs) noexcept; 29 path operator/ (const path& lhs, const path& rhs); 85 void copy(const path& from, const path& to); 91 bool copy_file(const path& from, const path& to); 132 bool equivalent(const path& p1, const path& p2); [all …]
|
| H A D | limits | 594 _LIBCPP_CONSTEXPR const int numeric_limits<const _Tp>::digits; 596 _LIBCPP_CONSTEXPR const int numeric_limits<const _Tp>::digits10; 598 _LIBCPP_CONSTEXPR const int numeric_limits<const _Tp>::max_digits10; 600 _LIBCPP_CONSTEXPR const bool numeric_limits<const _Tp>::is_signed; 602 _LIBCPP_CONSTEXPR const bool numeric_limits<const _Tp>::is_integer; 604 _LIBCPP_CONSTEXPR const bool numeric_limits<const _Tp>::is_exact; 606 _LIBCPP_CONSTEXPR const int numeric_limits<const _Tp>::radix; 626 _LIBCPP_CONSTEXPR const bool numeric_limits<const _Tp>::is_iec559; 628 _LIBCPP_CONSTEXPR const bool numeric_limits<const _Tp>::is_bounded; 630 _LIBCPP_CONSTEXPR const bool numeric_limits<const _Tp>::is_modulo; [all …]
|
| H A D | system_error | 28 virtual const char* name() const noexcept = 0; 34 bool operator==(const error_category& rhs) const noexcept; 35 bool operator!=(const error_category& rhs) const noexcept; 36 bool operator<(const error_category& rhs) const noexcept; 71 const error_category& category() const noexcept; 100 const error_category& category() const noexcept; 118 const error_code& code() const noexcept; 119 const char* what() const noexcept; 217 virtual const char* name() const _NOEXCEPT = 0; 444 size_t operator()(const error_code& __ec) const _NOEXCEPT [all …]
|
| H A D | codecvt | 103 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt, 107 const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt, 142 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt, 146 const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt, 180 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt, 184 const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt, 240 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt, 244 const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt, 279 … const intern_type* __frm, const intern_type* __frm_end, const intern_type*& __frm_nxt, 283 const extern_type* __frm, const extern_type* __frm_end, const extern_type*& __frm_nxt, [all …]
|
| H A D | valarray | 127 const slice_array& operator=(const slice_array& sa) const; 178 const gslice_array& operator=(const gslice_array& ga) const; 204 const mask_array& operator=(const mask_array& ma) const; 230 const indirect_array& operator=(const indirect_array& ia) const; 463 _BinaryOp(const _Op& __op, const _A0& __a0, const _A1& __a1) 516 _Tp operator()(const _Tp& __x, const _Tp& __y) const 525 _Tp operator()(const _Tp& __x, const _Tp& __y) const 586 _Tp operator()(const _Tp& __x, const _Tp& __y) const 640 _Tp operator()(const _Tp& __x, const _Tp& __y) const 1314 const slice_array& operator=(const slice_array& __sa) const; [all …]
|
| H A D | random | 228 const Engine& base() const noexcept; 280 const Engine& base() const noexcept; 334 const Engine& base() const noexcept; 464 friend bool operator==(const param_type& x, const param_type& y); 465 friend bool operator!=(const param_type& x, const param_type& y); 527 friend bool operator==(const param_type& x, const param_type& y); 528 friend bool operator!=(const param_type& x, const param_type& y); 601 double p() const; 661 double p() const; 719 double p() const; [all …]
|
| H A D | typeindex | 25 bool operator==(const type_index& rhs) const noexcept; 26 bool operator!=(const type_index& rhs) const noexcept; 27 bool operator< (const type_index& rhs) const noexcept; 28 bool operator<=(const type_index& rhs) const noexcept; 29 bool operator> (const type_index& rhs) const noexcept; 30 bool operator>=(const type_index& rhs) const noexcept; 33 const char* name() const noexcept; 76 bool operator==(const type_index& __y) const _NOEXCEPT 79 bool operator!=(const type_index& __y) const _NOEXCEPT 82 bool operator< (const type_index& __y) const _NOEXCEPT [all …]
|
| H A D | stdexcept | 34 explicit xxx_error(const string& what_arg); 37 virtual const char* what() const noexcept // returns what_arg 59 const char* __imp_; 61 bool __uses_refcount() const; 68 const char* c_str() const _NOEXCEPT {return __imp_;} 84 explicit logic_error(const string&); 85 explicit logic_error(const char*); 92 virtual const char* what() const _NOEXCEPT; 107 explicit runtime_error(const string&); 108 explicit runtime_error(const char*); [all …]
|
| H A D | __debug | 74 virtual bool __dereferenceable(const void*) const = 0; 75 virtual bool __decrementable(const void*) const = 0; 90 virtual bool __dereferenceable(const void*) const; 91 virtual bool __decrementable(const void*) const; 92 virtual bool __addable(const void*, ptrdiff_t) const; 98 _C_node<_Cont>::__dereferenceable(const void* __i) const 108 _C_node<_Cont>::__decrementable(const void* __i) const 191 bool __dereferenceable(const void* __i) const; 192 bool __decrementable(const void* __i) const; 195 bool __less_than_comparable(const void* __i, const void* __j) const; [all …]
|
| H A D | cwchar | 36 int swscanf(const wchar_t* restrict s, const wchar_t* restrict format, ...); 66 int wcscmp(const wchar_t* s1, const wchar_t* s2); 67 int wcscoll(const wchar_t* s1, const wchar_t* s2); 68 int wcsncmp(const wchar_t* s1, const wchar_t* s2, size_t n); 70 const wchar_t* wcschr(const wchar_t* s, wchar_t c); 72 size_t wcscspn(const wchar_t* s1, const wchar_t* s2); 74 const wchar_t* wcspbrk(const wchar_t* s1, const wchar_t* s2); 76 const wchar_t* wcsrchr(const wchar_t* s, wchar_t c); 78 size_t wcsspn(const wchar_t* s1, const wchar_t* s2); 79 const wchar_t* wcsstr(const wchar_t* s1, const wchar_t* s2); [all …]
|
| H A D | cstring | 33 int memcmp(const void* s1, const void* s2, size_t n); 34 int strcmp (const char* s1, const char* s2); 35 int strncmp(const char* s1, const char* s2, size_t n); 36 int strcoll(const char* s1, const char* s2); 38 const void* memchr(const void* s, int c, size_t n); 40 const char* strchr(const char* s, int c); 42 size_t strcspn(const char* s1, const char* s2); 43 const char* strpbrk(const char* s1, const char* s2); 45 const char* strrchr(const char* s, int c); 47 size_t strspn(const char* s1, const char* s2); [all …]
|
| H A D | set | 52 set(const value_compare& comp, const allocator_type& a); 65 set(const set& s, const allocator_type& a); 152 const_iterator find(const key_type& k) const; 156 const_iterator find(const K& x) const; // C++14 160 size_type count(const key_type& k) const; 166 const_iterator lower_bound(const key_type& k) const; 173 const_iterator upper_bound(const key_type& k) const; 376 const_iterator find(const key_type& k) const; 384 size_type count(const key_type& k) const; 627 set(const set& __s, const allocator_type& __a) [all …]
|
| H A D | functional | 80 T operator()(const T& x, const T& y) const; 85 T operator()(const T& x, const T& y) const; 90 T operator()(const T& x, const T& y) const; 95 T operator()(const T& x, const T& y) const; 100 T operator()(const T& x, const T& y) const; 110 bool operator()(const T& x, const T& y) const; 115 bool operator()(const T& x, const T& y) const; 120 bool operator()(const T& x, const T& y) const; 158 T operator()(const T& x, const T& y) const; 163 T operator()(const T& x, const T& y) const; [all …]
|
| H A D | map | 124 const mapped_type& at(const key_type& k) const; 591 bool operator()(const _CP& __x, const _CP& __y) const 594 bool operator()(const _CP& __x, const _Key& __y) const 597 bool operator()(const _Key& __x, const _CP& __y) const 609 bool operator()(const _K2& __x, const _CP& __y) const 614 bool operator()(const _CP& __x, const _K2& __y) const 637 bool operator()(const _CP& __x, const _CP& __y) const 640 bool operator()(const _CP& __x, const _Key& __y) const 655 bool operator()(const _K2& __x, const _CP& __y) const 660 bool operator()(const _CP& __x, const _K2& __y) const [all …]
|
| H A D | unordered_map | 197 const mapped_type& at(const key_type& k) const; 659 bool operator()(const _Cp& __x, const _Cp& __y) const 662 bool operator()(const _Cp& __x, const _Key& __y) const 665 bool operator()(const _Key& __x, const _Cp& __y) const 670 bool operator()(const _Cp& __x, const _K2& __y) const 674 bool operator()(const _K2& __x, const _Cp& __y) const 678 bool operator()(const _Key& __x, const _K2& __y) const 710 bool operator()(const _Cp& __x, const _Cp& __y) const 721 bool operator()(const _Cp& __x, const _K2& __y) const 725 bool operator()(const _K2& __x, const _Cp& __y) const [all …]
|
| H A D | unordered_set | 147 const_iterator find(const key_type& k) const; 152 size_type count(const key_type& k) const; 154 size_type count(const K& k) const; // C++20 157 bool contains(const K& k) const; // C++20 169 size_type bucket(const key_type& k) const; 361 const_iterator find(const key_type& k) const; 366 size_type count(const key_type& k) const; 383 size_type bucket(const key_type& k) const; 950 const hasher& __hf, const key_equal& __eql, const allocator_type& __a) 982 const hasher& __hf, const key_equal& __eql, const allocator_type& __a) [all …]
|
| /llvm-project-15.0.7/llvm/test/Demangle/ |
| H A D | ms-arg-qualifiers.test | 98 ; CHECK: void __cdecl foo_pbqbd(char const *const *) 100 ; CHECK: void __cdecl foo_pbqbd(char const *const *) 142 ; CHECK: void __cdecl foo_abqbd(char const *const &) 144 ; CHECK: void __cdecl foo_abqbd(char const *const &) 186 ; CHECK: void __cdecl foo_qay04cbh(int const (*const)[5]) 201 ; CHECK: void __cdecl foo_const(double const *const) 203 ; CHECK: void __cdecl foo_const(double const *const) 279 …CK: void __cdecl mangle_yes_backref2(void (__cdecl *const *const)(void), void (__cdecl *const *con… 281 …CK: void __cdecl mangle_yes_backref2(void (__cdecl *const *const)(void), void (__cdecl *const *con… 294 ; CHECK: void __cdecl pr23325(struct S const *const, struct S const *const) [all …]
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | MFCommon.inc | 17 bool hasFP(const MachineFunction &MF) const override { return false; } 31 const MCPhysReg * 32 getCalleeSavedRegs(const MachineFunction *MF) const override { 35 ArrayRef<const uint32_t *> getRegMasks() const override { return None; } 37 BitVector getReservedRegs(const MachineFunction &MF) const override { 41 getRegClassWeight(const TargetRegisterClass *RC) const override { 47 const char *getRegPressureSetName(unsigned Idx) const override { 54 const int * 59 const int *getRegUnitPressureSets(unsigned RegUnit) const override { 64 Register getFrameRegister(const MachineFunction &MF) const override { [all …]
|
| /llvm-project-15.0.7/libcxx/include/ext/ |
| H A D | hash_set | 79 const_iterator find(const key_type& k) const; 80 size_type count(const key_type& k) const; 165 const_iterator find(const key_type& k) const; 166 size_type count(const key_type& k) const; 341 const hasher& __hf, const key_equal& __eql) 349 const hasher& __hf, const key_equal& __eql, const allocator_type& __a) 367 const hasher& __hf, const key_equal& __eql) 378 const hasher& __hf, const key_equal& __eql, const allocator_type& __a) 561 size_type __n, const hasher& __hf, const key_equal& __eql) 588 const hasher& __hf, const key_equal& __eql) [all …]
|
| H A D | hash_map | 84 size_type count(const key_type& k) const; 174 size_type count(const key_type& k) const; 242 size_t operator()(const _Tp& __x) const 258 size_t operator()(const _Tp& __x) const 276 bool operator()(const _Tp& __x, const _Tp& __y) const 279 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const 282 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const 299 bool operator()(const _Tp& __x, const _Tp& __y) const 302 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const 305 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | raw-string-literal.rst | 13 const char *const Quotes{"embedded \"quotes\""}; 15 const char *const SingleLine{"Single line.\n"}; 16 const char *const TrailingSpace{"Look here -> \n"}; 17 const char *const Tab{"One\tTwo\n"}; 18 const char *const Bell{"Hello!\a And welcome!"}; 20 const char *const RegEx{"\\w\\([a-z]\\)"}; 26 const char *const Quotes{R"(embedded "quotes")"}; 28 const char *const SingleLine{"Single line.\n"}; 30 const char *const Tab{"One\tTwo\n"}; 31 const char *const Bell{"Hello!\a And welcome!"}; [all …]
|
| /llvm-project-15.0.7/libcxx/include/experimental/ |
| H A D | propagate_const | 74 constexpr const element_type* operator->() const; 75 constexpr operator const element_type*() const; // Not always defined 76 constexpr const element_type& operator*() const; 77 constexpr const element_type* get() const; 131 const _Up& get_underlying(const propagate_const<_Up>& __pu) _NOEXCEPT; 166 static _LIBCPP_CONSTEXPR const element_type* __get_pointer(const _Up* __u) 172 static _LIBCPP_CONSTEXPR const element_type* __get_pointer(const _Up& __u) 248 _LIBCPP_CONSTEXPR const element_type* get() const 263 _LIBCPP_CONSTEXPR const element_type* operator->() const 270 _LIBCPP_CONSTEXPR operator const element_type *() const { [all …]
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | CFContainers.mm | 12 typedef const void * (*CFArrayRetainCallBack)(CFAllocatorRef allocator, const void *value); 15 typedef Boolean (*CFArrayEqualCallBack)(const void *value1, const void *value2); 53 typedef Boolean (*CFDictionaryEqualCallBack)(const void *value1, const void *value2); 54 typedef Boolean (*CFArrayEqualCallBack)(const void *value1, const void *value2); 55 typedef Boolean (*CFSetEqualCallBack)(const void *value1, const void *value2); 56 typedef const void * (*CFSetRetainCallBack)(CFAllocatorRef allocator, const void *value); 80 …ocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionary… 92 …FDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numVal… 120 const short days28 = 28; 121 const short days30 = 30; [all …]
|