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.h1346 extern const int errno_EINVAL;
Dsanitizer_platform_limits_posix.cc923 const int errno_EINVAL = EINVAL; variable
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1034 *__errno_location() = errno_EINVAL; in INTERCEPTOR()
1052 *__errno_location() = errno_EINVAL; in INTERCEPTOR()