Home
last modified time | relevance | path

Searched defs:errno_EINVAL (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_errno_codes.h26 #define errno_EINVAL 22 macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc928 const int errno_EINVAL = EINVAL; variable