Searched refs:partial (Results 1 – 24 of 24) sorted by relevance
4 LOCAL_MODULE := issue-gcc59052-partial-specialization-of-template5 LOCAL_SRC_FILES := issue-gcc59052-partial-specialization-of-template.cc
24 assert(std::codecvt_base::partial == 1); in main()
143 case codecvt_base::partial:161 } while (__r == _VSTD::codecvt_base::partial);205 case codecvt_base::partial:294 else if (__r == codecvt_base::ok || __r == codecvt_base::partial)299 if (__r == codecvt_base::partial)306 } while (__r == codecvt_base::partial);340 } while (__r == codecvt_base::partial);
167 // do first partial word185 // do last partial word203 // do first partial word224 // do last partial word256 // do first partial word269 // do last partial word287 // do first partial word300 // do last partial word328 // do first partial word342 // do last partial word[all …]
709 else if (__r == codecvt_base::ok || __r == codecvt_base::partial)714 if (__r == codecvt_base::partial)722 } while (__r == codecvt_base::partial);863 } while (__r == codecvt_base::partial);
302 // do last partial word386 // do last partial word406 // do last partial word
3894 else if (__r == codecvt_base::partial)3902 } while (__r == codecvt_base::partial && __frm_nxt < __frm_end);3955 else if (__r == codecvt_base::partial)3963 } while (__r == codecvt_base::partial && __frm_nxt < __frm_end);3984 else if (__r == codecvt_base::partial)3991 } while (__r == codecvt_base::partial);4228 else if (__r == codecvt_base::ok || __r == codecvt_base::partial)4233 if (__r == codecvt_base::partial)4241 } while (__r == codecvt_base::partial);4356 } while (__r == codecvt_base::partial);[all …]
3184 // do last partial word3223 // do last partial word
806 enum result {ok, partial, error, noconv};
6230 // __areas_ contains partial sums of normalized areas: [0, __densities_ - 1]
1 This directory contains a partial implementation of the xlocale APIs for
1567 return partial; in do_out()1583 return partial; in do_out()1593 return frm_nxt == frm_end ? ok : partial; in do_out()1639 return partial; in do_in()1646 return frm_nxt == frm_end ? ok : partial; in do_in()1671 return frm_nxt == frm_end ? ok : partial; in do_in()1689 return partial; in do_unshift()1787 return codecvt_base::partial; in utf16_to_utf8()1800 return codecvt_base::partial; in utf16_to_utf8()1806 return codecvt_base::partial; in utf16_to_utf8()[all …]
71 return partial; in do_in()90 return partial; in do_in()188 return partial; in do_in()472 return partial; in do_in()610 case codecvt_base::partial: in special_encodings()
64 assert(r == F::partial); in main()
1 This file is a partial list of people who have contributed to the LLVM/libc++abi
1 This file is a partial list of people who have contributed to the LLVM/libc++
325 return partial; in do_out()358 return partial; in do_in()381 return partial; in do_unshift()
42 enum result {ok, partial, error, noconv}; enumerator
607 } while (__status == _Codecvt::partial); in _M_unshift()
900 partial fix only right now, and the number of states increased
285 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp)286 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy)287 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort/partial_sort_comp)288 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort/partial_sort)2717 $(call gen-test, numerics/numeric.ops/partial.sum/partial_sum_op)2718 $(call gen-test, numerics/numeric.ops/partial.sum/partial_sum)
276 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp)277 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy)278 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort/partial_sort_comp)279 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort/partial_sort)2708 $(call gen-test, numerics/numeric.ops/partial.sum/partial_sum_op)2709 $(call gen-test, numerics/numeric.ops/partial.sum/partial_sum)
45 - Fixed GCC 4.8 not correctly resolve partial specialization of template with