Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__system_error/
H A Derror_code.h48 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} error_code() function
50 _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {} error_code() function
53 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { error_code() function
[all...]
H A Derror_category.h24 class _LIBCPP_EXPORTED_FROM_ABI error_code; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dignored-remove-result.cpp22 class error_code { class
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunused-return-value.cpp61 class error_code { class
/llvm-project/lldb/source/Utility/
H A DStatus.cpp101 RetrieveWin32ErrorString(uint32_t error_code) RetrieveWin32ErrorString() argument
[all...]
/llvm-project/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp30 void Set(size_t bytes, ConnectionStatus status, DWORD error_code) { in Set() argument
/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp353 msf_error_code error_code = [](uint32_t BlockSize) { in commit() local
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_x86_64.cpp70 uint64_t error_code; // CPU error code. member
/llvm-project/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp390 uint64_t error_code = DoLoadImage() local
/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h516 operator std::error_code() const { return Value.getError(); } error_code() function
[all...]
/llvm-project/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