Searched defs:WRITE (Results 1 – 7 of 7) sorted by relevance
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/ |
H A D | malloc_hook.cpp | 16 #define WRITE(s) write(1, s, sizeof(s)) macro
|
/llvm-project/compiler-rt/test/memprof/TestCases/ |
H A D | malloc_hook.cpp | 11 #define WRITE(s) write(1, s, sizeof(s)) macro
|
/llvm-project/libc/src/__support/File/ |
H A D | file.h | 61 WRITE = 0x2, global() enumerator 78 enum class FileOp : uint8_t { NONE, READ, WRITE, SEEK }; global() enumerator
|
/llvm-project/lldb/source/Host/posix/ |
H A D | PipePosix.cpp | 30 enum PIPES { READ, WRITE }; // Constants 0 and 1 for READ and WRITE enumerator [all...] |
/llvm-project/libc/test/integration/src/pthread/ |
H A D | pthread_rwlock_test.cpp | 267 WRITE = 1, global() enumerator
|
/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_test_util_posix.cpp | 193 WRITE, enumerator
|
/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 1001 enum PIPES { READ, WRITE }; // Indexes for the read and write fds SetInputString() enumerator
|