Home
last modified time | relevance | path

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

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