Home
last modified time | relevance | path

Searched refs:__iob (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/include/
Dlocale376 static string __stage2_float_prep(ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point,
385 static string __stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_sep);
391 static string __stage2_int_prep(ios_base& __iob, _CharT& __thousands_sep)
393 locale __loc = __iob.getloc();
399 const _CharT* __do_widen(ios_base& __iob, _CharT* __atoms) const
401 return __do_widen_p(__iob, __atoms);
410 const T* __do_widen_p(ios_base& __iob, T* __atoms) const
412 locale __loc = __iob.getloc();
417 const char* __do_widen_p(ios_base& __iob, char* __atoms) const
419 (void)__iob;
[all …]
Diterator1092 ios_base& __iob, _Ch __fl);
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dlocale398 static string __stage2_float_prep(ios_base& __iob, _CharT* __atoms, _CharT& __decimal_point,
407 static string __stage2_int_prep(ios_base& __iob, _CharT* __atoms, _CharT& __thousands_sep);
413 static string __stage2_int_prep(ios_base& __iob, _CharT& __thousands_sep)
415 locale __loc = __iob.getloc();
421 const _CharT* __do_widen(ios_base& __iob, _CharT* __atoms) const
423 return __do_widen_p(__iob, __atoms);
432 const _Tp* __do_widen_p(ios_base& __iob, _Tp* __atoms) const
434 locale __loc = __iob.getloc();
439 const char* __do_widen_p(ios_base& __iob, char* __atoms) const
441 (void)__iob;
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/
Dostreambuf_iterator.h72 ios_base& __iob, _Ch __fl);
/external/llvm/test/Transforms/ADCE/
Dbasictest1.ll4 @__iob = external global [20 x %FILE] ; <[20 x %FILE]*> [#uses=1]
38 %reg111 = getelementptr [20 x %FILE], [20 x %FILE]* @__iob, i64 0, i64 1, i32 3 ; <i8*> [#uses=1]
Dbasictest2.ll4 @__iob = external global [20 x %FILE] ; <[20 x %FILE]*> [#uses=1]
38 %reg111 = getelementptr [20 x %FILE], [20 x %FILE]* @__iob, i64 0, i64 1, i32 3 ; <i8*> [#uses=1]
/external/llvm/test/CodeGen/Hexagon/
Dearly-if-conversion-bug1.ll33 …e, i8* %__ob, i8* %__op, i8* %__oe, %"class.std::__1::ios_base"* nonnull %__iob, i8 zeroext %__fl)…
76 %__iob.addr = alloca %"class.std::__1::ios_base"*, align 4
91 store %"class.std::__1::ios_base"* %__iob, %"class.std::__1::ios_base"** %__iob.addr, align 4
111 %5 = load %"class.std::__1::ios_base"*, %"class.std::__1::ios_base"** %__iob.addr, align 4
371 %71 = load %"class.std::__1::ios_base"*, %"class.std::__1::ios_base"** %__iob.addr, align 4
/external/libcxx/src/
Dlocale.cpp4497 const ios_base& __iob) in __identify_padding() argument
4499 switch (__iob.flags() & ios_base::adjustfield) in __identify_padding()
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dlocale.cpp4908 const ios_base& __iob) in __identify_padding() argument
4910 switch (__iob.flags() & ios_base::adjustfield) in __identify_padding()