Home | History | Annotate | Download | only in include

Lines Matching defs:__imp_

78     __imp_ = data;
83 : __imp_(s.__imp_)
86 __sync_add_and_fetch(&rep_from_data(__imp_)->count, 1);
92 struct _Rep_base *old_rep = rep_from_data(__imp_);
93 __imp_ = s.__imp_;
95 __sync_add_and_fetch(&rep_from_data(__imp_)->count, 1);
109 _Rep_base* rep = rep_from_data(__imp_);
119 return __imp_ != get_gcc_empty_string_storage();