Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h1279 extern const int errno_EINVAL;
Dsanitizer_platform_limits_posix.cc845 const int errno_EINVAL = EINVAL; variable
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc858 *__errno_location() = errno_EINVAL; in INTERCEPTOR()
875 *__errno_location() = errno_EINVAL; in INTERCEPTOR()