Home
last modified time | relevance | path

Searched refs:data_from_rep (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/libcxx/src/include/
Drefstring.h51 inline char * data_from_rep(_Rep_base *rep) noexcept { in data_from_rep() function
66 return data_from_rep(reinterpret_cast<_Rep_base *>(sym)); in compute_gcc_empty_string_storage()
89 char *data = data_from_rep(rep); in __libcpp_refstring()
/external/libcxxabi/src/include/
Drefstring.h43 inline char * data_from_rep(_Rep_base *rep) noexcept { in data_from_rep() function
58 return data_from_rep(reinterpret_cast<_Rep_base *>(sym)); in compute_gcc_empty_string_storage()
81 char *data = data_from_rep(rep); in __libcpp_refstring()
/external/libcxx/src/include/
Drefstring.h39 inline char * data_from_rep(_Rep_base *rep) noexcept { in data_from_rep() function
54 return data_from_rep(reinterpret_cast<_Rep_base *>(sym)); in compute_gcc_empty_string_storage()
77 char *data = data_from_rep(rep); in __libcpp_refstring()