Searched refs:__sp (Results 1 – 10 of 10) sorted by relevance
/external/libunwind_llvm/src/ |
D | Registers.hpp | 1049 uint64_t getSP() const { return _registers.__sp; } in getSP() 1050 void setSP(uint64_t value) { _registers.__sp = value; } in setSP() 1061 uint64_t __sp; // Stack pointer x31 member 1108 return _registers.__sp; in getRegister() 1118 _registers.__sp = value; in setRegister() 1319 uint32_t getSP() const { return _registers.__sp; } in getSP() 1320 void setSP(uint32_t value) { _registers.__sp = value; } in setSP() 1347 uint32_t __sp; // Stack pointer r13 member 1438 return _registers.__sp; in getRegister() 1457 _registers.__sp = value; in setRegister()
|
/external/libcxx/include/ |
D | random | 2455 _CharT __sp = __os.widen(' '); 2456 __os.fill(__sp); 2459 __os << __sp << __x.__x_[__j]; 2461 __os << __sp << __x.__x_[__j]; 2775 _CharT __sp = __os.widen(' '); 2776 __os.fill(__sp); 2779 __os << __sp << __x.__x_[__j]; 2781 __os << __sp << __x.__x_[__j]; 2782 __os << __sp << __x.__c_; 2957 _CharT __sp = __os.widen(' '); [all …]
|
D | streambuf | 157 pos_type pubseekpos(pos_type __sp, 159 { return seekpos(__sp, __which); } 269 virtual pos_type seekpos(pos_type __sp,
|
D | fstream | 226 virtual pos_type seekpos(pos_type __sp, 831 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __sp, ios_base::openmode) 836 if (fseek(__file_, __sp, SEEK_SET)) 839 if (fseeko(__file_, __sp, SEEK_SET)) 842 __st_ = __sp.state(); 843 return __sp;
|
D | sstream | 237 virtual pos_type seekpos(pos_type __sp, 612 basic_stringbuf<_CharT, _Traits, _Allocator>::seekpos(pos_type __sp, 615 return seekoff(__sp, ios_base::beg, __wch);
|
D | strstream | 175 virtual pos_type seekpos(pos_type __sp,
|
D | locale | 1352 basic_string<_CharT, _Traits> __sp(__ns, __fl); 1353 if (__s.__sbuf_->sputn(__sp.data(), __ns) != __ns) 3787 ptrdiff_t __sp = __to_nxt - &__bs[0]; 3788 __bs.resize(2 * __sp); 3789 __to = &__bs[0] + __sp; 3861 virtual pos_type seekpos(pos_type __sp, 4123 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekpos(pos_type __sp, ios_base::openmode __wch) 4127 if (__bufptr_->pubseekpos(__sp, __wch) == pos_type(off_type(-1))) 4129 return __sp;
|
/external/libcxx/src/ |
D | strstream.cpp | 293 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() argument 302 off_type newoff = __sp; in seekpos()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_mac.cc | 534 *sp = ucontext->uc_mcontext->__ss.__sp; in GetPcSpBp() 542 *sp = ucontext->uc_mcontext->__ss.__sp; in GetPcSpBp()
|
/external/llvm/test/CodeGen/Hexagon/ |
D | early-if-conversion-bug1.ll | 81 %__sp = alloca %"class.std::__1::basic_string", align 4 183 …store %"class.std::__1::basic_string"* %__sp, %"class.std::__1::basic_string"** %this.addr.i53, al… 209 …store %"class.std::__1::basic_string"* %__sp, %"class.std::__1::basic_string"** %this.addr.i60, al… 310 …basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(%"class.std::__1::basic_string"* %__sp) #0 318 …basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev(%"class.std::__1::basic_string"* %__sp) #0
|