Home
last modified time | relevance | path

Searched refs:_STLP_STATIC_ASSERT (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ostream.c223 _STLP_STATIC_ASSERT( sizeof(short) <= sizeof(long) )
231 _STLP_STATIC_ASSERT( sizeof(unsigned short) <= sizeof(unsigned long) )
237 _STLP_STATIC_ASSERT( sizeof(int) <= sizeof(long) )
246 _STLP_STATIC_ASSERT( sizeof(unsigned int) <= sizeof(unsigned long) )
252 _STLP_STATIC_ASSERT( sizeof(size_t) <= sizeof(unsigned long) )
D_string_io.c36 _STLP_STATIC_ASSERT(__STATIC_CAST(size_type, -1) > 0)
75 _STLP_STATIC_ASSERT(__STATIC_CAST(size_type, -1) > 0)
D_cwchar.h142 _STLP_STATIC_ASSERT(((wchar_t)-1 > 0))
144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0))
D_threads.h533 _STLP_STATIC_ASSERT(sizeof(__stl_atomic_t) == sizeof(void*)) in _S_swap_ptr()
596 _STLP_STATIC_ASSERT(sizeof(__stl_atomic_t) == sizeof(void*)) in _S_swap_ptr()
D_fstream.c634 _STLP_STATIC_ASSERT(!numeric_limits<size_t>::is_signed && in _M_allocate_buffers()
D_num_put.c157 _STLP_STATIC_ASSERT((sizeof(streamsize) > sizeof(ptrdiff_t)) || in __copy_integer_and_fill()
D_istream.c650 _STLP_STATIC_ASSERT((sizeof(streamsize) > sizeof(ptrdiff_t)) || in __read_buffered()
/ndk/sources/cxx-stl/stlport/src/
Dlock_free_slist.h45 _STLP_STATIC_ASSERT(sizeof(_M) == 8) in _STLP_atomic_freelist()
196 _STLP_STATIC_ASSERT((sizeof(item) == sizeof(item*)) && (sizeof(_M) == 8)) in _STLP_atomic_freelist()
Dmessage_facets.h68 _STLP_STATIC_ASSERT(sizeof(nl_catd_type) <= sizeof(int))
Dnum_get_float.cpp473 _STLP_STATIC_ASSERT(sizeof(uint64) >= sizeof(double)) in _Stl_atod()
871 _STLP_STATIC_ASSERT( sizeof(long double) <= sizeof(double) ) in __string_to_float()
Dallocators.cpp539 _STLP_STATIC_ASSERT(sizeof(_Obj) <= _ALIGN) in _S_chunk_alloc()
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
Dfeatures.h307 #if !defined (_STLP_STATIC_ASSERT)
311 # define _STLP_STATIC_ASSERT(expr) typedef char __static_assert[expr ? 1 : -1]; macro
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c283 _STLP_STATIC_ASSERT( sizeof(_Locale_mask_t) == sizeof(((locale_t)__loc)->__ctype_b[0]) ) in _Locale_ctype_table()
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c1031 _STLP_STATIC_ASSERT(sizeof(_Locale_mask_t) == sizeof(ltype->ctable[0])) in _Locale_ctype_table()