Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
H A Dmalloc_hook.cpp16 #define WRITE(s) write(1, s, sizeof(s)) macro
/llvm-project/compiler-rt/test/memprof/TestCases/
H A Dmalloc_hook.cpp11 #define WRITE(s) write(1, s, sizeof(s)) macro
/llvm-project/libc/src/__support/File/
H A Dfile.h61 WRITE = 0x2, global() enumerator
78 enum class FileOp : uint8_t { NONE, READ, WRITE, SEEK }; global() enumerator
/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp30 enum PIPES { READ, WRITE }; // Constants 0 and 1 for READ and WRITE enumerator
[all...]
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_rwlock_test.cpp267 WRITE = 1, global() enumerator
/llvm-project/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp193 WRITE, enumerator
/llvm-project/lldb/source/Core/
H A DDebugger.cpp1001 enum PIPES { READ, WRITE }; // Indexes for the read and write fds SetInputString() enumerator