HomeSort by relevance Sort by last modified time
    Searched full:char_producer (Results 1 - 20 of 20) sorted by null

  /external/llvm/test/Transforms/Inline/
2006-11-09-InlineCGUpdate-2.ll 6 %"struct.__gnu_cxx::char_producer<char>" = type { i32 (...)** }
11 %"struct.std::bad_alloc" = type { %"struct.__gnu_cxx::char_producer<char>" }
14 %"struct.std::basic_iostream<char,std::char_traits<char> >" = type { %"struct.std::locale::facet", %"struct.__gnu_cxx::char_producer<char>", %"struct.std::basic_ios<char,std::char_traits<char> >" }
15 %"struct.std::basic_ofstream<char,std::char_traits<char> >" = type { %"struct.__gnu_cxx::char_producer<char>", %"struct.std::basic_filebuf<char,std::char_traits<char> >", %"struct.std::basic_ios<char,std::char_traits<char> >" }
30 %"struct.std::logic_error" = type { %"struct.__gnu_cxx::char_producer<char>", %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >" }
2006-11-09-InlineCGUpdate.ll 12 %"struct.__gnu_cxx::char_producer<char>" = type { i32 (...)** }
22 %"struct.std::basic_fstream<char,std::char_traits<char> >" = type { { %"struct.std::locale::facet", %"struct.__gnu_cxx::char_producer<char>" }, %"struct.std::basic_filebuf<char,std::char_traits<char> >", %"struct.std::basic_ios<char,std::char_traits<char> >" }
23 %"struct.std::basic_fstream<wchar_t,std::char_traits<wchar_t> >" = type { { %"struct.std::locale::facet", %"struct.__gnu_cxx::char_producer<char>" }, %"struct.std::basic_filebuf<wchar_t,std::char_traits<wchar_t> >", %"struct.std::basic_ios<wchar_t,std::char_traits<wchar_t> >" }
26 %"struct.std::basic_iostream<wchar_t,std::char_traits<wchar_t> >" = type { %"struct.std::locale::facet", %"struct.__gnu_cxx::char_producer<char>", %"struct.std::basic_ios<wchar_t,std::char_traits<wchar_t> >" }
49 %"struct.std::logic_error" = type { %"struct.__gnu_cxx::char_producer<char>", %"struct.std::basic_string<char,std::char_traits<char>,std::allocator<char> >" }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
rope 147 // invokes the char_producer on demand. This allows, for example,
150 class char_producer
153 virtual ~char_producer() { };
316 // The symmetry with char_producer is accidental and temporary.
794 char_producer<_CharT>* _M_fn;
796 bool _M_delete_when_done; // Char_producer is owned by the
813 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t __size,
847 // RopeFunction, whose char_producer points back to the rope itself.
853 public char_producer<_CharT>
869 char_producer<_CharT>* __fn
    [all...]
ropeimpl.h 88 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
rope 147 // invokes the char_producer on demand. This allows, for example,
150 class char_producer
153 virtual ~char_producer() { };
316 // The symmetry with char_producer is accidental and temporary.
794 char_producer<_CharT>* _M_fn;
796 bool _M_delete_when_done; // Char_producer is owned by the
813 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t __size,
847 // RopeFunction, whose char_producer points back to the rope itself.
853 public char_producer<_CharT>
869 char_producer<_CharT>* __fn
    [all...]
ropeimpl.h 88 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rope 147 // invokes the char_producer on demand. This allows, for example,
150 class char_producer
153 virtual ~char_producer() { };
316 // The symmetry with char_producer is accidental and temporary.
794 char_producer<_CharT>* _M_fn;
796 bool _M_delete_when_done; // Char_producer is owned by the
813 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t __size,
847 // RopeFunction, whose char_producer points back to the rope itself.
853 public char_producer<_CharT>
869 char_producer<_CharT>* __fn
    [all...]
ropeimpl.h 88 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rope 147 // invokes the char_producer on demand. This allows, for example,
150 class char_producer
153 virtual ~char_producer() { };
316 // The symmetry with char_producer is accidental and temporary.
794 char_producer<_CharT>* _M_fn;
796 bool _M_delete_when_done; // Char_producer is owned by the
813 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t __size,
847 // RopeFunction, whose char_producer points back to the rope itself.
853 public char_producer<_CharT>
869 char_producer<_CharT>* __fn
    [all...]
ropeimpl.h 88 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 155 // invokes the char_producer on demand. This allows, for example,
158 class char_producer { class
160 virtual ~char_producer() {}
294 // The symmetry with char_producer is accidental and temporary.
525 char_producer<_CharT>* _M_fn;
527 * Char_producer is owned by the
540 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t _p_size,
559 * RopeFunction, whose char_producer points back to the rope itself.
564 struct _Rope_RopeSubstring : public char_producer<_CharT>, public _Rope_RopeFunction<_CharT,_Alloc> {
578 char_producer<_CharT>* __fn
    [all...]
_rope.c 110 char_producer<_CharT>* __fn = __STATIC_CAST(const _RopeFunction*, __leaf)->_M_fn;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_rope.h 155 // invokes the char_producer on demand. This allows, for example,
158 class char_producer { class
160 virtual ~char_producer() {}
294 // The symmetry with char_producer is accidental and temporary.
525 char_producer<_CharT>* _M_fn;
527 * Char_producer is owned by the
540 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t _p_size,
559 * RopeFunction, whose char_producer points back to the rope itself.
564 struct _Rope_RopeSubstring : public char_producer<_CharT>, public _Rope_RopeFunction<_CharT,_Alloc> {
578 char_producer<_CharT>* __fn
    [all...]
_rope.c 110 char_producer<_CharT>* __fn = __STATIC_CAST(const _RopeFunction*, __leaf)->_M_fn;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.18 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.19 

Completed in 556 milliseconds