Searched refs:_Rep_base (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/src/include/ |
| H A D | refstring.h | 40 struct _Rep_base { struct 46 inline _Rep_base* rep_from_data(const char *data_) noexcept { in rep_from_data() argument 48 return reinterpret_cast<_Rep_base *>(data - sizeof(_Rep_base)); in rep_from_data() 51 inline char * data_from_rep(_Rep_base *rep) noexcept { in data_from_rep() 66 return data_from_rep(reinterpret_cast<_Rep_base *>(sym)); in compute_gcc_empty_string_storage() 85 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1)); in __libcpp_refstring() 105 struct _Rep_base *old_rep = rep_from_data(__imp_); 122 _Rep_base* rep = rep_from_data(__imp_); in ~__libcpp_refstring()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | 2009-10-15-ITBlockBranch.ll | 8 … type { %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep_base" } 9 %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep_base" = type { …
|
| H A D | v8_IT_4.ll | 10 … type { %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep_base" } 11 %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep_base" = type { …
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | crashes.cpp | 14 = (((npos - sizeof(_Rep_base))/sizeof(_CharT)) - 1) / 4;
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | 2006-11-09-InlineCGUpdate-2.ll | 19 … type { %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep_base" } 20 …%"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep_base" = type {…
|
| H A D | 2006-11-09-InlineCGUpdate.ll | 32 … type { %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep_base" } 33 …%"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Rep_base" = type {…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | toc-load-sched-bug.ll | 131 …ype { %"struct.std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep_base" } 132 %"struct.std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep_base" = type …
|