HomeSort by: relevance | last modified time | path
    Searched defs:__imp_ (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/include/
refstring.h 91 __imp_ = data;
96 : __imp_(s.__imp_) function
99 __libcpp_atomic_add(&rep_from_data(__imp_)->count, 1);
105 struct _Rep_base *old_rep = rep_from_data(__imp_);
106 __imp_ = s.__imp_;
108 __libcpp_atomic_add(&rep_from_data(__imp_)->count, 1);
122 _Rep_base* rep = rep_from_data(__imp_);
132 return __imp_ != get_gcc_empty_string_storage()
    [all...]

Completed in 23 milliseconds