/external/clang/test/CodeGen/ |
fold-const-declref.c | 7 const int __max = __negative && 0 ; local 8 __max / 0; // expected-warning{{expression result unused}} expected-warning{{division by zero is undefined}}
|
/external/stlport/stlport/stl/ |
_threads.c | 58 unsigned _STLP_mutex_spin<__inst>::__max = _STLP_mutex_spin<__inst>::__low_max; member in class:__inst 121 unsigned __my_spin_max = _STLP_mutex_spin<0>::__max; 137 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__high_max; member in class:_STLP_mutex_spin 144 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__low_max; member in class:_STLP_mutex_spin
|
_codecvt.h | 105 size_t __max) const { 107 return do_length(__state, __from, __from_end, __max); 150 size_t __max) const 151 { return (int)(min) ( __STATIC_CAST(size_t, (__end - __from)), __max); } 222 size_t __max) const { 224 return do_length(__state, __from, __from_end, __max); 260 size_t __max) const; 319 size_t __max) const { 321 return do_length(__state, __from, __from_end, __max); 359 size_t __max) const [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_threads.c | 58 unsigned _STLP_mutex_spin<__inst>::__max = _STLP_mutex_spin<__inst>::__low_max; member in class:__inst 121 unsigned __my_spin_max = _STLP_mutex_spin<0>::__max; 137 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__high_max; member in class:_STLP_mutex_spin 144 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__low_max; member in class:_STLP_mutex_spin
|
_codecvt.h | 105 size_t __max) const { 107 return do_length(__state, __from, __from_end, __max); 150 size_t __max) const 151 { return (int)(min) ( __STATIC_CAST(size_t, (__end - __from)), __max); } 222 size_t __max) const { 224 return do_length(__state, __from, __from_end, __max); 260 size_t __max) const; 319 size_t __max) const { 321 return do_length(__state, __from, __from_end, __max); 359 size_t __max) const [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_tempbuf.h | 87 const ptrdiff_t __max = local 88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); 89 if (__len > __max) 90 __len = __max;
|
codecvt.h | 214 const extern_type* __end, size_t __max) const 215 { return this->do_length(__state, __from, __end, __max); } 259 const extern_type* __end, size_t __max) const = 0; 319 const extern_type* __end, size_t __max) const; 379 const extern_type* __end, size_t __max) const; 439 const extern_type* __end, size_t __max) const;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tempbuf.h | 87 const ptrdiff_t __max = local 88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); 89 if (__len > __max) 90 __len = __max;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_threads.c | 58 unsigned _STLP_mutex_spin<__inst>::__max = _STLP_mutex_spin<__inst>::__low_max; member in class:__inst 121 unsigned __my_spin_max = _STLP_mutex_spin<0>::__max; 137 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__high_max; member in class:_STLP_mutex_spin 144 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__low_max; member in class:_STLP_mutex_spin
|
_codecvt.h | 105 size_t __max) const { 107 return do_length(__state, __from, __from_end, __max); 150 size_t __max) const 151 { return (int)(min) ( __STATIC_CAST(size_t, (__end - __from)), __max); } 222 size_t __max) const { 224 return do_length(__state, __from, __from_end, __max); 260 size_t __max) const; 319 size_t __max) const { 321 return do_length(__state, __from, __from_end, __max); 359 size_t __max) const [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tempbuf.h | 87 const ptrdiff_t __max = local 88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); 89 if (__len > __max) 90 __len = __max;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_threads.c | 58 unsigned _STLP_mutex_spin<__inst>::__max = _STLP_mutex_spin<__inst>::__low_max; member in class:__inst 121 unsigned __my_spin_max = _STLP_mutex_spin<0>::__max; 137 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__high_max; member in class:_STLP_mutex_spin 144 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__low_max; member in class:_STLP_mutex_spin
|
_codecvt.h | 105 size_t __max) const { 107 return do_length(__state, __from, __from_end, __max); 150 size_t __max) const 151 { return (int)(min) ( __STATIC_CAST(size_t, (__end - __from)), __max); } 222 size_t __max) const { 224 return do_length(__state, __from, __from_end, __max); 260 size_t __max) const; 319 size_t __max) const { 321 return do_length(__state, __from, __from_end, __max); 359 size_t __max) const [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_tempbuf.h | 87 const ptrdiff_t __max = local 88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); 89 if (__len > __max) 90 __len = __max;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_threads.c | 58 unsigned _STLP_mutex_spin<__inst>::__max = _STLP_mutex_spin<__inst>::__low_max; member in class:__inst 121 unsigned __my_spin_max = _STLP_mutex_spin<0>::__max; 137 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__high_max; member in class:_STLP_mutex_spin 144 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__low_max; member in class:_STLP_mutex_spin
|
_codecvt.h | 105 size_t __max) const { 107 return do_length(__state, __from, __from_end, __max); 150 size_t __max) const 151 { return (int)(min) ( __STATIC_CAST(size_t, (__end - __from)), __max); } 222 size_t __max) const { 224 return do_length(__state, __from, __from_end, __max); 260 size_t __max) const; 319 size_t __max) const { 321 return do_length(__state, __from, __from_end, __max); 359 size_t __max) const [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_tempbuf.h | 87 const ptrdiff_t __max = local 88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); 89 if (__len > __max) 90 __len = __max;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_threads.c | 58 unsigned _STLP_mutex_spin<__inst>::__max = _STLP_mutex_spin<__inst>::__low_max; member in class:__inst 121 unsigned __my_spin_max = _STLP_mutex_spin<0>::__max; 137 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__high_max; member in class:_STLP_mutex_spin 144 _STLP_mutex_spin<0>::__max = _STLP_mutex_spin<0>::__low_max; member in class:_STLP_mutex_spin
|
_codecvt.h | 105 size_t __max) const { 107 return do_length(__state, __from, __from_end, __max); 150 size_t __max) const 151 { return (int)(min) ( __STATIC_CAST(size_t, (__end - __from)), __max); } 222 size_t __max) const { 224 return do_length(__state, __from, __from_end, __max); 260 size_t __max) const; 319 size_t __max) const { 321 return do_length(__state, __from, __from_end, __max); 359 size_t __max) const [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_tempbuf.h | 88 const ptrdiff_t __max = local 89 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); 90 if (__len > __max) 91 __len = __max;
|
codecvt.h | 216 const extern_type* __end, size_t __max) const 217 { return this->do_length(__state, __from, __end, __max); } 261 const extern_type* __end, size_t __max) const = 0; 328 const extern_type* __end, size_t __max) const; 388 const extern_type* __end, size_t __max) const; 448 const extern_type* __end, size_t __max) const;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_tempbuf.h | 88 const ptrdiff_t __max = local 89 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); 90 if (__len > __max) 91 __len = __max;
|
codecvt.h | 216 const extern_type* __end, size_t __max) const 217 { return this->do_length(__state, __from, __end, __max); } 261 const extern_type* __end, size_t __max) const = 0; 328 const extern_type* __end, size_t __max) const; 388 const extern_type* __end, size_t __max) const; 448 const extern_type* __end, size_t __max) const;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_tempbuf.h | 88 const ptrdiff_t __max = local 89 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); 90 if (__len > __max) 91 __len = __max;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_tempbuf.h | 89 const ptrdiff_t __max = local 90 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp); 91 if (__len > __max) 92 __len = __max;
|