/external/llvm/test/Transforms/InstCombine/ |
2009-02-20-InstCombine-SROA.ll | 8 %"struct.__gnu_cxx::__normal_iterator<int*,std::vector<int, std::allocator<int> > >" = type { i32* } 19 %0 = alloca %"struct.__gnu_cxx::__normal_iterator<int*,std::vector<int, std::allocator<int> > >" 20 %__first_addr.i.i = alloca %"struct.__gnu_cxx::__normal_iterator<int*,std::vector<int, std::allocator<int> > >" 21 %__last_addr.i.i = alloca %"struct.__gnu_cxx::__normal_iterator<int*,std::vector<int, std::allocator<int> > >" 24 %__first_addr.i = alloca %"struct.__gnu_cxx::__normal_iterator<int*,std::vector<int, std::allocator<int> > >" 26 %3 = alloca %"struct.__gnu_cxx::__normal_iterator<int*,std::vector<int, std::allocator<int> > >" 34 %9 = getelementptr %"struct.__gnu_cxx::__normal_iterator<int*,std::vector<int, std::allocator<int> > >"* %3, i32 0, i32 0 36 %10 = getelementptr %"struct.__gnu_cxx::__normal_iterator<int*,std::vector<int, std::allocator<int> > >"* %3, i32 0, i32 0 46 %16 = getelementptr %"struct.__gnu_cxx::__normal_iterator<int*,std::vector<int, std::allocator<int> > >"* %0, i32 0, i32 0 48 %17 = getelementptr %"struct.__gnu_cxx::__normal_iterator<int*,std::vector<int, std::allocator<int> > >"* %0, i32 0, i32 [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
typelist.h | 49 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) 53 /** @namespace __gnu_cxx::typelist 137 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) 375 #define _GLIBCXX_TYPELIST_CHAIN1(X0) __gnu_cxx::typelist::chain<X0, __gnu_cxx::typelist::null_type> 376 #define _GLIBCXX_TYPELIST_CHAIN2(X0, X1) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN1(X1) > 377 #define _GLIBCXX_TYPELIST_CHAIN3(X0, X1, X2) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN2(X1, X2) > 378 #define _GLIBCXX_TYPELIST_CHAIN4(X0, X1, X2, X3) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN3(X1, X2, X3) > 379 #define _GLIBCXX_TYPELIST_CHAIN5(X0, X1, X2, X3, X4) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN4(X1, X2, X3, X4) > 380 #define _GLIBCXX_TYPELIST_CHAIN6(X0, X1, X2, X3, X4, X5) __gnu_cxx::typelist::chain<X0, _GLIBCXX_TYPELIST_CHAIN5(X1, X2, X3, X4, X5) [all...] |
vstring_util.h | 47 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) 64 typedef __gnu_cxx:: 65 __normal_iterator<pointer, __gnu_cxx:: 69 typedef __gnu_cxx:: 70 __normal_iterator<const_pointer, __gnu_cxx:: 76 typedef __gnu_cxx:: 77 __normal_iterator<pointer, __gnu_cxx:: 81 typedef __gnu_cxx:: 82 __normal_iterator<const_pointer, __gnu_cxx::
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
concept_check.h | 68 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >(); 70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C); 72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C); 74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C); 76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
concept_check.h | 68 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >(); 70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C); 72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C); 74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C); 76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
concept_check.h | 68 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >(); 70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C); 72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C); 74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C); 76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
concept_check.h | 68 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >(); 70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C); 72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C); 74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C); 76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
concept_check.h | 68 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >(); 70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C); 72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C); 74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C); 76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
concept_check.h | 68 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >(); 70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C); 72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C); 74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C); 76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
concept_check.h | 68 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >(); 70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C); 72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C); 74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C); 76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
concept_check.h | 68 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >(); 70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C); 72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C); 74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C); 76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
concept_check.h | 68 __gnu_cxx::__function_requires< __gnu_cxx::__VA_ARGS__ >(); 70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C); 72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C); 74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C); 76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
vstring_util.h | 46 _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx) 61 typedef __gnu_cxx:: 62 __normal_iterator<pointer, __gnu_cxx:: 66 typedef __gnu_cxx:: 67 __normal_iterator<const_pointer, __gnu_cxx:: 73 typedef __gnu_cxx:: 74 __normal_iterator<pointer, __gnu_cxx:: 78 typedef __gnu_cxx:: 79 __normal_iterator<const_pointer, __gnu_cxx::
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
vstring_util.h | 47 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) 64 typedef __gnu_cxx:: 65 __normal_iterator<pointer, __gnu_cxx:: 69 typedef __gnu_cxx:: 70 __normal_iterator<const_pointer, __gnu_cxx:: 76 typedef __gnu_cxx:: 77 __normal_iterator<pointer, __gnu_cxx:: 81 typedef __gnu_cxx:: 82 __normal_iterator<const_pointer, __gnu_cxx::
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
vstring_util.h | 47 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) 64 typedef __gnu_cxx:: 65 __normal_iterator<pointer, __gnu_cxx:: 69 typedef __gnu_cxx:: 70 __normal_iterator<const_pointer, __gnu_cxx:: 76 typedef __gnu_cxx:: 77 __normal_iterator<pointer, __gnu_cxx:: 81 typedef __gnu_cxx:: 82 __normal_iterator<const_pointer, __gnu_cxx::
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring_util.h | 46 _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx) 61 typedef __gnu_cxx:: 62 __normal_iterator<pointer, __gnu_cxx:: 66 typedef __gnu_cxx:: 67 __normal_iterator<const_pointer, __gnu_cxx:: 73 typedef __gnu_cxx:: 74 __normal_iterator<pointer, __gnu_cxx:: 78 typedef __gnu_cxx:: 79 __normal_iterator<const_pointer, __gnu_cxx::
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring_util.h | 46 _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx) 61 typedef __gnu_cxx:: 62 __normal_iterator<pointer, __gnu_cxx:: 66 typedef __gnu_cxx:: 67 __normal_iterator<const_pointer, __gnu_cxx:: 73 typedef __gnu_cxx:: 74 __normal_iterator<pointer, __gnu_cxx:: 78 typedef __gnu_cxx:: 79 __normal_iterator<const_pointer, __gnu_cxx::
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring_util.h | 46 _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx) 61 typedef __gnu_cxx:: 62 __normal_iterator<pointer, __gnu_cxx:: 66 typedef __gnu_cxx:: 67 __normal_iterator<const_pointer, __gnu_cxx:: 73 typedef __gnu_cxx:: 74 __normal_iterator<pointer, __gnu_cxx:: 78 typedef __gnu_cxx:: 79 __normal_iterator<const_pointer, __gnu_cxx::
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
vstring_util.h | 46 _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx) 61 typedef __gnu_cxx:: 62 __normal_iterator<pointer, __gnu_cxx:: 66 typedef __gnu_cxx:: 67 __normal_iterator<const_pointer, __gnu_cxx:: 73 typedef __gnu_cxx:: 74 __normal_iterator<pointer, __gnu_cxx:: 78 typedef __gnu_cxx:: 79 __normal_iterator<const_pointer, __gnu_cxx::
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
vstring_util.h | 47 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) 64 typedef __gnu_cxx:: 65 __normal_iterator<pointer, __gnu_cxx:: 69 typedef __gnu_cxx:: 70 __normal_iterator<const_pointer, __gnu_cxx:: 76 typedef __gnu_cxx:: 77 __normal_iterator<pointer, __gnu_cxx:: 81 typedef __gnu_cxx:: 82 __normal_iterator<const_pointer, __gnu_cxx::
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
libstdc++.so | |
libstdc++.so.6 | |
libstdc++.so.6.0.13 | |
/external/chromium/sdch/open-vcdiff/src/ |
output_string_crope.h | 33 void OutputString<__gnu_cxx::crope>::ReserveAdditionalBytes( 36 typedef OutputString<__gnu_cxx::crope> OutputCrope;
|
/external/clang/test/CodeGenCXX/ |
2007-09-10-RecursiveTypeResolution.cpp | 17 namespace __gnu_cxx namespace 54 typedef __gnu_cxx::__normal_iterator < typename _Alloc::pointer,
|