Home
last modified time | relevance | path

Searched defs:retcode (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libc/src/__support/OSUtil/linux/x86_64/
H A Dsyscall.h19 long retcode; syscall_impl() local
28 long retcode; syscall_impl() local
37 long retcode; syscall_impl() local
47 long retcode; syscall_impl() local
57 long retcode; syscall_impl() local
69 long retcode; syscall_impl() local
83 long retcode; syscall_impl() local
[all...]
/llvm-project/llvm/utils/
H A Dupdate_test_body.py108 retcode = process(args, path) variable
/llvm-project/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_run.py52 retcode = int(pull_from_device(device_exitcode)) variable
/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp140 int retcode; PutFile() local
197 int retcode; GetFile() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp581 uint64_t retcode = platform_sp->ReadFile( in DoExecute() local
674 uint64_t retcode = in DoExecute() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3166 uint32_t retcode = response.GetHexMaxU64(false, UINT64_MAX); GetFileSize() local
3263 int64_t retcode = response.GetS64(-1, 16); ReadFile() local
3405 bool retcode = (response.GetChar() != '0'); GetFileExists() local
H A DGDBRemoteCommunicationServerCommon.cpp691 bool retcode = llvm::sys::fs::exists(path); Handle_vFile_Exists() local