Searched refs:__c_ (Results 1 – 12 of 12) sorted by relevance
/external/libcxx/src/ |
D | debug.cpp | 181 return i->__c_ != nullptr ? i->__c_->__c_ : nullptr; in __find_c_from_i() 196 while (c->__c_ != __c) in __insert_ic() 204 i->__c_ = c; in __insert_ic() 225 size_t h = hash<void*>()(q->__c_) % nc; in __insert_c() 243 r->__c_ = __c; in __insert_c() 273 __c_node* c = p->__c_; in __erase_i() 294 while (p->__c_ != __c) in __invalidate_all() 303 (*p->end_)->__c_ = nullptr; in __invalidate_all() 330 while (p->__c_ != __c) in __find_c_and_lock() 350 while (p->__c_ != __c) in __find_c() [all …]
|
D | algorithm.cpp | 55 unsigned __rs_default::__c_ = 0; member in __rs_default 62 __c_ = 1; in __rs_default() 67 ++__c_; in __rs_default() 73 if (--__c_ == 0) in ~__rs_default() 76 --__c_; in ~__rs_default()
|
D | locale.cpp | 5105 __c_ = __analyze('c', ct); in init() 5181 __c_ = __analyze('c', ct); in init()
|
/external/libcxx/include/ |
D | __debug | 123 __c_node* __c_; 136 : __i_(__i), __next_(__next), __c_(__c) {} 142 void* __c_; 159 : __c_(__c), __next_(__next), beg_(nullptr), end_(nullptr), cap_(nullptr) {} 190 _Cont* _Cp = static_cast<_Cont*>(__c_); 200 _Cont* _Cp = static_cast<_Cont*>(__c_); 210 _Cont* _Cp = static_cast<_Cont*>(__c_); 220 _Cont* _Cp = static_cast<_Cont*>(__c_); 259 ::new(__n) _C_node<_Cont>(__n->__c_, __n->__next_);
|
D | list | 783 (*__p)->__c_ = __cn1; 796 (*__p)->__c_ = __cn2; 1726 (*__p)->__c_ = nullptr; 1755 (*__p)->__c_ = nullptr; 1791 (*__ip)->__c_ = nullptr; 1837 (*__p)->__c_ = nullptr; 2005 (*__ip)->__c_ = __cn1; 2048 (*__ip)->__c_ = __cn1; 2105 (*__ip)->__c_ = __cn1; 2234 (*__p)->__c_ = __cn1;
|
D | random | 2538 result_type __c_; 2649 __c_ = __x_[__r-1] == 0; 2666 __c_ = __x_[__r-1] == 0; 2681 __c_ = __x_[__r-1] == 0; 2697 __c_ = __x_[__r-1] == 0; 2707 result_type __new_c = __c_ == 0 ? __xs < __xr : __xs != 0 ? __xs <= __xr : 1; 2708 __xr = (__xs - __xr - __c_) & _Max; 2709 __c_ = __new_c; 2720 if (__x.__c_ != __y.__c_) 2782 __os << __sp << __x.__c_; [all …]
|
D | regex | 2090 _CharT __c_; 2099 : base(__s), __c_(__c) {} 2108 if (__s.__current_ != __s.__last_ && *__s.__current_ == __c_) 2130 _CharT __c_; 2139 : base(__s), __traits_(__traits), __c_(__traits.translate_nocase(__c)) {} 2149 __traits_.translate_nocase(*__s.__current_) == __c_) 2171 _CharT __c_; 2180 : base(__s), __traits_(__traits), __c_(__traits.translate(__c)) {} 2190 __traits_.translate(*__s.__current_) == __c_)
|
D | __hash_table | 1557 (*__p)->__c_ = nullptr; 2464 (*__dp)->__c_ = nullptr;
|
D | locale | 2321 string_type __c_; 2372 virtual const string_type& __c() const {return this->__c_;}
|
D | vector | 2122 (*__p)->__c_ = nullptr;
|
D | string | 1485 (*__p)->__c_ = nullptr;
|
D | algorithm | 3035 static unsigned __c_;
|