HomeSort by relevance Sort by last modified time
    Searched full:__lc (Results 1 - 25 of 36) sorted by null

1 2

  /external/clang/test/Parser/
cxx-member-crash.cpp 15 if ((__plus || __c == __lit[__num_base::_S_iminus]) && !(__lc->_M_use_grouping && __c == __lc->_M_thousands_sep) && !(__c == __lc->_M_decimal_point)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.tcc 137 const __cache_type* __lc = __uc(__loc);
138 const _CharT* __lit = __lc->_M_atoms_in;
150 && !(__lc->_M_use_grouping && __c == __lc->_M_thousands_sep)
151 && !(__c == __lc->_M_decimal_point))
166 if ((__lc->_M_use_grouping && __c == __lc->_M_thousands_sep)
167 || __c == __lc->_M_decimal_point)
191 if (__lc->_M_use_grouping)
195 if (!__lc->_M_allocated
    [all...]
locale_facets_nonio.tcc 128 const __cache_type* __lc = __uc(__loc);
129 const char_type* __lit = __lc->_M_atoms;
136 const bool __mandatory_sign = (__lc->_M_positive_sign_size
137 && __lc->_M_negative_sign_size);
140 if (__lc->_M_use_grouping)
156 const money_base::pattern __p = __lc->_M_neg_format;
180 const size_type __len = __lc->_M_curr_symbol_size;
183 && *__beg == __lc->_M_curr_symbol[__j];
192 if (__lc->_M_positive_sign_size && __beg != __end
193 && *__beg == __lc->_M_positive_sign[0]
    [all...]
stl_algobase.h 874 static bool __lc(_II1, _II1, _II2, _II2);
881 __lc(_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) function in class:__lexicographical_compare
905 __lc(const _Tp* __first1, const _Tp* __last1, function in struct:__lexicographical_compare
930 return std::__lexicographical_compare<__simple>::__lc(__first1, __last1,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.tcc 154 const __cache_type* __lc = __uc(__loc);
155 const _CharT* __lit = __lc->_M_atoms_in;
167 && !(__lc->_M_use_grouping && __c == __lc->_M_thousands_sep)
168 && !(__c == __lc->_M_decimal_point))
183 if ((__lc->_M_use_grouping && __c == __lc->_M_thousands_sep)
184 || __c == __lc->_M_decimal_point)
208 if (__lc->_M_use_grouping)
212 if (!__lc->_M_allocated
    [all...]
locale_facets_nonio.tcc 145 const __cache_type* __lc = __uc(__loc);
146 const char_type* __lit = __lc->_M_atoms;
153 const bool __mandatory_sign = (__lc->_M_positive_sign_size
154 && __lc->_M_negative_sign_size);
157 if (__lc->_M_use_grouping)
173 const money_base::pattern __p = __lc->_M_neg_format;
197 const size_type __len = __lc->_M_curr_symbol_size;
200 && *__beg == __lc->_M_curr_symbol[__j];
209 if (__lc->_M_positive_sign_size && __beg != __end
210 && *__beg == __lc->_M_positive_sign[0]
    [all...]
stl_algobase.h 863 static bool __lc(_II1, _II1, _II2, _II2);
870 __lc(_II1 __first1, _II1 __last1, _II2 __first2, _II2 __last2) function in class:__lexicographical_compare
894 __lc(const _Tp* __first1, const _Tp* __last1, function in struct:__lexicographical_compare
919 return std::__lexicographical_compare<__simple>::__lc(__first1, __last1,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.tcc 154 const __cache_type* __lc = __uc(__loc);
155 const _CharT* __lit = __lc->_M_atoms_in;
167 && !(__lc->_M_use_grouping && __c == __lc->_M_thousands_sep)
168 && !(__c == __lc->_M_decimal_point))
183 if ((__lc->_M_use_grouping && __c == __lc->_M_thousands_sep)
184 || __c == __lc->_M_decimal_point)
208 if (__lc->_M_use_grouping)
212 if (!__lc->_M_allocated
    [all...]
locale_facets_nonio.tcc 145 const __cache_type* __lc = __uc(__loc);
146 const char_type* __lit = __lc->_M_atoms;
153 const bool __mandatory_sign = (__lc->_M_positive_sign_size
154 && __lc->_M_negative_sign_size);
157 if (__lc->_M_use_grouping)
173 const money_base::pattern __p = __lc->_M_neg_format;
197 const size_type __len = __lc->_M_curr_symbol_size;
200 && *__beg == __lc->_M_curr_symbol[__j];
209 if (__lc->_M_positive_sign_size && __beg != __end
210 && *__beg == __lc->_M_positive_sign[0]
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.tcc 137 const __cache_type* __lc = __uc(__loc);
138 const _CharT* __lit = __lc->_M_atoms_in;
150 && !(__lc->_M_use_grouping && __c == __lc->_M_thousands_sep)
151 && !(__c == __lc->_M_decimal_point))
166 if ((__lc->_M_use_grouping && __c == __lc->_M_thousands_sep)
167 || __c == __lc->_M_decimal_point)
191 if (__lc->_M_use_grouping)
195 if (!__lc->_M_allocated
    [all...]
locale_facets_nonio.tcc 128 const __cache_type* __lc = __uc(__loc);
129 const char_type* __lit = __lc->_M_atoms;
136 const bool __mandatory_sign = (__lc->_M_positive_sign_size
137 && __lc->_M_negative_sign_size);
140 if (__lc->_M_use_grouping)
156 const money_base::pattern __p = __lc->_M_neg_format;
180 const size_type __len = __lc->_M_curr_symbol_size;
183 && *__beg == __lc->_M_curr_symbol[__j];
192 if (__lc->_M_positive_sign_size && __beg != __end
193 && *__beg == __lc->_M_positive_sign[0]
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.tcc 137 const __cache_type* __lc = __uc(__loc);
138 const _CharT* __lit = __lc->_M_atoms_in;
150 && !(__lc->_M_use_grouping && __c == __lc->_M_thousands_sep)
151 && !(__c == __lc->_M_decimal_point))
166 if ((__lc->_M_use_grouping && __c == __lc->_M_thousands_sep)
167 || __c == __lc->_M_decimal_point)
191 if (__lc->_M_use_grouping)
195 if (!__lc->_M_allocated
    [all...]
locale_facets_nonio.tcc 128 const __cache_type* __lc = __uc(__loc);
129 const char_type* __lit = __lc->_M_atoms;
136 const bool __mandatory_sign = (__lc->_M_positive_sign_size
137 && __lc->_M_negative_sign_size);
140 if (__lc->_M_use_grouping)
156 const money_base::pattern __p = __lc->_M_neg_format;
180 const size_type __len = __lc->_M_curr_symbol_size;
183 && *__beg == __lc->_M_curr_symbol[__j];
192 if (__lc->_M_positive_sign_size && __beg != __end
193 && *__beg == __lc->_M_positive_sign[0]
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.tcc 137 const __cache_type* __lc = __uc(__loc);
138 const _CharT* __lit = __lc->_M_atoms_in;
150 && !(__lc->_M_use_grouping && __c == __lc->_M_thousands_sep)
151 && !(__c == __lc->_M_decimal_point))
166 if ((__lc->_M_use_grouping && __c == __lc->_M_thousands_sep)
167 || __c == __lc->_M_decimal_point)
191 if (__lc->_M_use_grouping)
195 if (!__lc->_M_allocated
    [all...]
locale_facets_nonio.tcc 128 const __cache_type* __lc = __uc(__loc);
129 const char_type* __lit = __lc->_M_atoms;
136 const bool __mandatory_sign = (__lc->_M_positive_sign_size
137 && __lc->_M_negative_sign_size);
140 if (__lc->_M_use_grouping)
156 const money_base::pattern __p = __lc->_M_neg_format;
180 const size_type __len = __lc->_M_curr_symbol_size;
183 && *__beg == __lc->_M_curr_symbol[__j];
192 if (__lc->_M_positive_sign_size && __beg != __end
193 && *__beg == __lc->_M_positive_sign[0]
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.tcc 137 const __cache_type* __lc = __uc(__loc);
138 const _CharT* __lit = __lc->_M_atoms_in;
150 && !(__lc->_M_use_grouping && __c == __lc->_M_thousands_sep)
151 && !(__c == __lc->_M_decimal_point))
166 if ((__lc->_M_use_grouping && __c == __lc->_M_thousands_sep)
167 || __c == __lc->_M_decimal_point)
191 if (__lc->_M_use_grouping)
195 if (!__lc->_M_allocated
    [all...]
locale_facets_nonio.tcc 128 const __cache_type* __lc = __uc(__loc);
129 const char_type* __lit = __lc->_M_atoms;
136 const bool __mandatory_sign = (__lc->_M_positive_sign_size
137 && __lc->_M_negative_sign_size);
140 if (__lc->_M_use_grouping)
156 const money_base::pattern __p = __lc->_M_neg_format;
180 const size_type __len = __lc->_M_curr_symbol_size;
183 && *__beg == __lc->_M_curr_symbol[__j];
192 if (__lc->_M_positive_sign_size && __beg != __end
193 && *__beg == __lc->_M_positive_sign[0]
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
unordered_map 278 size_type __hops = 0, __lc = 0, __chain = 0;
290 __lc = __lc > __chain ? __lc : __chain;
295 __profcxx_hashtable_destruct2(this, __lc, _Base::size(), __hops);
525 size_type __hops = 0, __lc = 0, __chain = 0;
537 __lc = __lc > __chain ? __lc : __chain;
542 __profcxx_hashtable_destruct2(this, __lc, _Base::size(), __hops)
    [all...]
unordered_set 251 size_type __hops = 0, __lc = 0, __chain = 0;
264 __lc = __lc > __chain ? __lc : __chain;
269 __profcxx_hashtable_destruct2(this, __lc, _Base::size(), __hops);
493 size_type __hops = 0, __lc = 0, __chain = 0;
506 __lc = __lc > __chain ? __lc : __chain;
511 __profcxx_hashtable_destruct2(this, __lc, _Base::size(), __hops)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
unordered_map 278 size_type __hops = 0, __lc = 0, __chain = 0;
290 __lc = __lc > __chain ? __lc : __chain;
295 __profcxx_hashtable_destruct2(this, __lc, _Base::size(), __hops);
525 size_type __hops = 0, __lc = 0, __chain = 0;
537 __lc = __lc > __chain ? __lc : __chain;
542 __profcxx_hashtable_destruct2(this, __lc, _Base::size(), __hops)
    [all...]
unordered_set 251 size_type __hops = 0, __lc = 0, __chain = 0;
264 __lc = __lc > __chain ? __lc : __chain;
269 __profcxx_hashtable_destruct2(this, __lc, _Base::size(), __hops);
493 size_type __hops = 0, __lc = 0, __chain = 0;
506 __lc = __lc > __chain ? __lc : __chain;
511 __profcxx_hashtable_destruct2(this, __lc, _Base::size(), __hops)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_list_to_vector.h 120 __set_list_cost(float __lc)
121 { _M_list_cost = __lc; }
195 float __lc = __list_cost(__res->__shift_count(), __res->__iterate()); local
197 __res->__set_list_cost(__lc);
profiler_vector_to_list.h 110 __set_list_cost(float __lc)
111 { _M_list_cost = __lc; }
193 float __lc = __list_cost(__res->__shift_count(), __res->__iterate(), local
196 __res->__set_list_cost(__lc);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_list_to_vector.h 120 __set_list_cost(float __lc)
121 { _M_list_cost = __lc; }
195 float __lc = __list_cost(__res->__shift_count(), __res->__iterate()); local
197 __res->__set_list_cost(__lc);
profiler_vector_to_list.h 110 __set_list_cost(float __lc)
111 { _M_list_cost = __lc; }
193 float __lc = __list_cost(__res->__shift_count(), __res->__iterate(), local
196 __res->__set_list_cost(__lc);

Completed in 1973 milliseconds

1 2