Home
last modified time | relevance | path

Searched defs:error_code (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/CPP/
H A Derror.h20 int error_code; member
45 int error_code() { return is_error ? error.error_code : 0; } in error_code() function
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp30 void Set(size_t bytes, ConnectionStatus status, DWORD error_code) { in Set()
/llvm-project-15.0.7/lldb/source/Utility/
H A DStatus.cpp102 static std::string RetrieveWin32ErrorString(uint32_t error_code) { in RetrieveWin32ErrorString()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_x86_64.cpp70 uint64_t error_code; // CPU error code. member
/llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp348 msf_error_code error_code = [](uint32_t BlockSize) { in commit() local
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp387 uint64_t error_code = in DoLoadImage() local
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h494 operator std::error_code() const { return Value.getError(); } in error_code() function
/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h335 #define __sanitizer_syscall_pre_exit(error_code) \ argument
337 #define __sanitizer_syscall_post_exit(res, error_code) \ argument
339 #define __sanitizer_syscall_pre_exit_group(error_code) \ argument
341 #define __sanitizer_syscall_post_exit_group(res, error_code) \ argument