| /llvm-project-15.0.7/compiler-rt/test/tsan/libdispatch/ |
| H A D | io.c | 17 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in test_dispatch_io_write() local 59 dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_RDONLY, in test_dispatch_io_read() local
|
| H A D | io-barrier-race.c | 26 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main() local
|
| H A D | io-cleanup.c | 17 dispatch_io_t channel; in main() local
|
| H A D | fd.c | 18 dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY, in main() local
|
| H A D | io-race.c | 26 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main() local
|
| H A D | io-barrier.c | 25 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main() local
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectLog.cpp | 37 for (llvm::StringRef channel : Log::ListChannels()) in CompleteEnableDisable() local 40 llvm::StringRef channel = request.GetParsedLine().GetArgumentAtIndex(0); in CompleteEnableDisable() local 181 const std::string channel = std::string(args[0].ref()); in DoExecute() local 254 const std::string channel = std::string(args[0].ref()); in DoExecute() local 299 for (llvm::StringRef channel : Log::ListChannels()) in HandleArgumentCompletion() local 415 const std::string channel = std::string(args[0].ref()); in DoExecute() local
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2003-11-19-BitFieldArray.c | 9 void g_io_channel_init (struct _GIOChannel *channel) { in g_io_channel_init()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Log.cpp | 197 void Log::Register(llvm::StringRef name, Channel &channel) { in Register() 211 uint32_t log_options, llvm::StringRef channel, in EnableLogChannel() 226 bool Log::DisableLogChannel(llvm::StringRef channel, in DisableLogChannel() 241 bool Log::DumpLogChannel(llvm::StringRef channel, in DumpLogChannel() 257 bool Log::ListChannelCategories(llvm::StringRef channel, in ListChannelCategories() 274 llvm::StringRef channel, in ForEachChannelCategory()
|
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | LLDBServerUtilities.cpp | 66 std::string channel(channel_then_categories.GetArgumentAtIndex(0)); in SetupLogging() local
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | LogTest.cpp | 43 uint32_t log_options, llvm::StringRef channel, in EnableChannel() 52 static bool DisableChannel(llvm::StringRef channel, in DisableChannel() 60 static bool ListCategories(llvm::StringRef channel, std::string &result) { in ListCategories()
|
| /llvm-project-15.0.7/libcxx/test/std/language.support/support.coroutines/end.to.end/ |
| H A D | go.pass.cpp | 76 class channel class
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_libdispatch.cpp | 623 TSAN_INTERCEPTOR(void, dispatch_io_read, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR() 641 TSAN_INTERCEPTOR(void, dispatch_io_write, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR() 660 TSAN_INTERCEPTOR(void, dispatch_io_barrier, dispatch_io_t channel, in TSAN_INTERCEPTOR() 752 TSAN_INTERCEPTOR(void, dispatch_io_close, dispatch_io_t channel, in TSAN_INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_libdispatch.cpp | 623 TSAN_INTERCEPTOR(void, dispatch_io_read, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR() 641 TSAN_INTERCEPTOR(void, dispatch_io_write, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR() 660 TSAN_INTERCEPTOR(void, dispatch_io_barrier, dispatch_io_t channel, in TSAN_INTERCEPTOR() 752 TSAN_INTERCEPTOR(void, dispatch_io_close, dispatch_io_t channel, in TSAN_INTERCEPTOR()
|
| /llvm-project-15.0.7/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/ |
| H A D | go.pass.cpp | 78 class channel class
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Log.h | 214 Log(Channel &channel) : m_channel(channel) {} in Log()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1615 bool SBDebugger::EnableLog(const char *channel, const char **categories) { in EnableLog()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Debugger.cpp | 1425 bool Debugger::EnableLog(llvm::StringRef channel, in EnableLog()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/ |
| H A D | TosaToLinalg.cpp | 1383 Value channel = rewriter.create<linalg::IndexOp>(loc, 3); in matchAndRewrite() local
|