Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/OSUtil/linux/x86_64/
H A Dsyscall.h19 long retcode; in syscall() local
28 long retcode; in syscall() local
38 long retcode; in syscall() local
48 long retcode; in syscall() local
58 long retcode; in syscall() local
71 long retcode; in syscall() local
86 long retcode; in syscall() local
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_run.py34 retcode = int(pull_from_device(device_exitcode)) variable
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp139 int retcode; in PutFile() local
196 int retcode; in GetFile() local
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp601 uint64_t retcode = platform_sp->ReadFile( in DoExecute() local
696 uint64_t retcode = in DoExecute() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3134 uint32_t retcode = response.GetHexMaxU64(false, UINT64_MAX); in GetFileSize() local
3231 int64_t retcode = response.GetS64(-1, 16); in ReadFile() local
3373 bool retcode = (response.GetChar() != '0'); in GetFileExists() local
H A DGDBRemoteCommunicationServerCommon.cpp692 bool retcode = llvm::sys::fs::exists(path); in Handle_vFile_Exists() local