Home
last modified time | relevance | path

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

/llvm-project/libcxxabi/test/
H A Dguard_test_basic.pass.cpp53 tests.test_abort(); in test()
85 void test_abort() { in test_abort() function
/llvm-project/clang/test/PCH/
H A Dfunctions.c24 void __attribute__((noreturn)) test_abort(int code) { in test_abort() function
/llvm-project/lldb/test/API/macosx/debugserver-exit-code/
H A DTestDebugServerExitCode.py15 def test_abort(self): member in TestCase