Home
last modified time | relevance | path

Searched defs:__msg (Results 1 – 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
D_range_errors.c63 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_runtime_error(const char* __msg) in __stl_throw_runtime_error()
66 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_range_error(const char* __msg) in __stl_throw_range_error()
69 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_out_of_range(const char* __msg) in __stl_throw_out_of_range()
72 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_length_error(const char* __msg) in __stl_throw_length_error()
75 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_invalid_argument(const char* __msg) in __stl_throw_invalid_argument()
78 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_overflow_error(const char* __msg) in __stl_throw_overflow_error()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_debug.h210 #define debug_warning(__msg) \ argument
213 #define debug_warning(__msg) \ argument
222 #define debug_warn_once(__msg) \ argument
232 #define debug_warn_once(__msg) \ argument
241 #define debug_error(__msg) \ argument
244 #define debug_error(__msg) \ argument
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h209 #define debug_warning(__msg) \ argument
212 #define debug_warning(__msg) \ argument
221 #define debug_warn_once(__msg) \ argument
231 #define debug_warn_once(__msg) \ argument
240 #define debug_error(__msg) \ argument
243 #define debug_error(__msg) \ argument
/external/stlport/src/
Dlocale_impl.cpp529 _Locale_messages *__msg = _STLP_PRIV __acquire_messages(name, buf, hint, &__err_code); in insert_messages_facets() local
/external/valgrind/main/include/vki/
Dvki-linux.h678 __KINLINE struct vki_cmsghdr * vki_cmsg_nxthdr (struct vki_msghdr *__msg, struct vki_cmsghdr *__cms… in vki_cmsg_nxthdr()