Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 9 of 9) sorted by relevance

/llvm-project/lldb/unittests/Host/
H A DPipeTest.cpp23 Pipe pipe; TEST_F() local
35 Pipe pipe; TEST_F() local
[all...]
/llvm-project/clang/test/CodeGen/
H A D2008-07-31-asm-labels.c24 void pipe(int arg) { in pipe() function
/llvm-project/lldb/unittests/Core/
H A DCommunicationTest.cpp139 Pipe pipe; in TEST_F() local
/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp216 Pipe pipe; ScriptInterpreterIORedirect() local
/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp261 PipePosix pipe; LaunchProcess() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DFormatGen.h56 pipe, enumerator
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp859 int res = REAL(pipe)(pipefd); in INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1870 TSAN_INTERCEPTOR(int,pipe,int * pipefd) TSAN_INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp777 TEST(MemorySanitizer, pipe) { in TEST() argument