/llvm-project/lldb/source/Host/posix/ |
H A D | HostThreadPosix.cpp | 40 Status HostThreadPosix::Cancel() { in Cancel() function in HostThreadPosix
|
/llvm-project/lldb/source/Host/common/ |
H A D | HostThread.cpp | 24 Status HostThread::Cancel() { return m_native_thread->Cancel(); } in Cancel() function in HostThread
|
H A D | Alarm.cpp | 82 bool Alarm::Cancel(Handle handle) { in Cancel() function in Alarm
|
H A D | Editline.cpp | 1463 bool Editline::Cancel() { Cancel() function in Editline
|
/llvm-project/lldb/source/Host/windows/ |
H A D | HostThreadWindows.cpp | 51 Status HostThreadWindows::Cancel() { in Cancel() function in HostThreadWindows
|
/llvm-project/flang/runtime/ |
H A D | connection.h | 118 RT_API_ATTRS void Cancel() { cancelled_ = true; } in Cancel() function
|
/llvm-project/lldb/unittests/Host/ |
H A D | AlarmTest.cpp | 91 TEST(AlarmTest,Cancel) TEST() argument
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPythonImpl.h | 486 void Cancel() override {} Cancel() function
|
/llvm-project/lldb/source/Core/ |
H A D | IOHandler.cpp | 608 void IOHandlerEditline::Cancel() { Cancel() function in IOHandlerEditline
|
H A D | IOHandlerCursesGUI.cpp | 7744 void IOHandlerCursesGUI::Cancel() {} Cancel() function in IOHandlerCursesGUI
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Protocol.cpp | 497 if (auto Cancel = StaleRequestSupport->getBoolean("cancel")) in fromJSON() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 395 CallInst *Cancel = dyn_cast<CallInst>(GTID->getNextNode()); TEST_F() local 466 CallInst *Cancel = dyn_cast<CallInst>(GTID->getNextNode()); TEST_F() local [all...] |
/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 4653 void Cancel() override { Cancel() function in IOHandlerProcessSTDIO
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1202 int Cancel() const { return fn(); } Cancel() function
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 930 setParentCancelRegion(bool Cancel=true) setParentCancelRegion() argument
|