Home
last modified time | relevance | path

Searched refs:PIPES (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/Misc/
H A Dopencl-c-3.0.incorrect_options.cl7 …__opencl_c_pipes,-__opencl_c_generic_address_space %s 2>&1 | FileCheck -check-prefix=CHECK-PIPES %s
8 …__opencl_c_pipes,-__opencl_c_generic_address_space %s 2>&1 | FileCheck -check-prefix=CHECK-PIPES %s
28 // CHECK-PIPES: feature __opencl_c_pipes requires support of __opencl_c_generic_address_space featu…
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DPipePosix.cpp30 enum PIPES { READ, WRITE }; // Constants 0 and 1 for READ and WRITE enum
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp882 enum PIPES { READ, WRITE }; // Indexes for the read and write fds in SetInputString() enum