HomeSort by relevance Sort by last modified time
    Searched refs:_Rep_base (Results 1 - 3 of 3) sorted by null

  /external/libcxx/src/include/
refstring.h 28 struct _Rep_base {
34 inline _Rep_base* rep_from_data(const char *data_) noexcept {
36 return reinterpret_cast<_Rep_base *>(data - sizeof(_Rep_base));
39 inline char * data_from_rep(_Rep_base *rep) noexcept {
54 return data_from_rep(reinterpret_cast<_Rep_base *>(sym));
73 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1));
93 struct _Rep_base *old_rep = rep_from_data(__imp_);
110 _Rep_base* rep = rep_from_data(__imp_)
    [all...]
  /external/libcxxabi/src/include/
refstring.h 32 struct _Rep_base {
38 inline _Rep_base* rep_from_data(const char *data_) noexcept {
40 return reinterpret_cast<_Rep_base *>(data - sizeof(_Rep_base));
43 inline char * data_from_rep(_Rep_base *rep) noexcept {
58 return data_from_rep(reinterpret_cast<_Rep_base *>(sym));
77 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1));
97 struct _Rep_base *old_rep = rep_from_data(__imp_);
114 _Rep_base* rep = rep_from_data(__imp_)
    [all...]
  /external/clang/test/SemaCXX/
crashes.cpp 14 = (((npos - sizeof(_Rep_base))/sizeof(_CharT)) - 1) / 4;

Completed in 717 milliseconds