reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/Unix/Memory.inc
  184     return std::error_code(EINVAL, std::generic_category());
lib/Support/Unix/Path.inc
  518     if (Err != EINVAL && Err != NotSupportedError)
lib/TableGen/TGLexer.cpp
  466       if (errno == EINVAL)
  471         if (errno == EINVAL)
projects/compiler-rt/lib/hwasan/hwasan_linux.cpp
  155       errno == EINVAL) {
projects/compiler-rt/lib/sanitizer_common/sanitizer_errno.cpp
   25 COMPILER_CHECK(errno_EINVAL == EINVAL);
projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
 1202     return -EINVAL;
projects/compiler-rt/lib/scudo/scudo_allocator.cpp
  693     errno = EINVAL;
  741     return EINVAL;
  752     errno = EINVAL;
projects/compiler-rt/lib/scudo/standalone/wrappers_c.inc
   80         errno = EINVAL;
   95     return EINVAL;
  173       errno = EINVAL;
projects/openmp/runtime/src/kmp_alloc.cpp
 1115     errno = EINVAL;
projects/openmp/runtime/src/z_Linux_util.cpp
  868     if (status == EINVAL) {
tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  421     case EINVAL:  // The pointer associated with fildes was negative.
  594         case EINVAL: // The specified time limit is invalid. One of its
tools/lldb/source/Host/posix/HostThreadPosix.cpp
   33     error.SetError(EINVAL, eErrorTypePOSIX);
tools/lldb/source/Host/posix/PipePosix.cpp
   88     return Status(EINVAL, eErrorTypePOSIX);
  261     return Status(EINVAL, eErrorTypePOSIX);
  293     return Status(EINVAL, eErrorTypePOSIX);
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  465     if (info_err.GetError() == EINVAL) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  559     save_errno = EINVAL;
  580         response.Printf("F-1:%i", EINVAL);
  627         response.Printf("-1,%i", EINVAL);
usr/include/x86_64-linux-gnu/c++/7.4.0/bits/error_constants.h
   78       invalid_argument = 			EINVAL,