Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dptrauth.cpp21 void terminate() noexcept { in terminate() function
/llvm-project/libcxxabi/test/
H A Dforced_unwind2.pass.cpp56 static void terminate() { exit(0); } terminate() function
/llvm-project/libcxxabi/src/
H A Dcxa_handlers.cpp74 terminate() noexcept in terminate() function
/llvm-project/mlir/include/mlir/Query/
H A DQuerySession.h31 bool terminate = false; global() variable
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.h70 ThreadEventCallback terminate; member
/llvm-project/lldb/utils/lui/
H A Ddebuggerdriver.py129 def terminate(self): member in DebuggerDriver
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp136 Status DebuggerThread::StopDebugging(bool terminate) { in StopDebugging() argument
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/
H A Ddap_server.py1094 def terminate(self): global() member in DebugCommunication
1138 def terminate(self): global() member in DebugAdaptorServer
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py397 def terminate(self): global() member in _BaseProcess
424 def terminate(self): global() member in _LocalProcess
499 def terminate(self): global() member in _RemoteProcess