Home
last modified time | relevance | path

Searched refs:_LIBCPP_ELAST (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/src/include/
Dconfig_elast.h22 #define _LIBCPP_ELAST ELAST macro
24 #define _LIBCPP_ELAST __ELASTERROR macro
28 #define _LIBCPP_ELAST 4095 macro
32 #define _LIBCPP_ELAST ESTALE macro
34 #define _LIBCPP_ELAST (_sys_nerr - 1) macro
/external/libcxx/src/
Dsystem_error.cpp139 #ifdef _LIBCPP_ELAST in message()
140 if (ev > _LIBCPP_ELAST) in message()
171 #ifdef _LIBCPP_ELAST in message()
172 if (ev > _LIBCPP_ELAST) in message()
181 #ifdef _LIBCPP_ELAST in default_error_condition()
182 if (ev > _LIBCPP_ELAST) in default_error_condition()
Dios.cpp63 #ifdef _LIBCPP_ELAST in message()
64 && ev <= _LIBCPP_ELAST in message()