Home | History | Annotate | Download | only in include

Lines Matching defs:__imp_

82     __imp_ = data;
87 : __imp_(s.__imp_)
90 __sync_add_and_fetch(&rep_from_data(__imp_)->count, 1);
96 struct _Rep_base *old_rep = rep_from_data(__imp_);
97 __imp_ = s.__imp_;
99 __sync_add_and_fetch(&rep_from_data(__imp_)->count, 1);
113 _Rep_base* rep = rep_from_data(__imp_);
123 return __imp_ != get_gcc_empty_string_storage();