Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/test/runtime/X86/Inputs/
H A Dexception4.cpp23 void never_throws() throw () { in never_throws() function
32 never_throws(); // should be cold in main()
36 never_throws(); // should be cold in main()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dexceptions-cxx-ehsc.cpp5 extern "C" void never_throws();
10 never_throws(); in caller()
H A Dmicrosoft-abi-eh-terminate.cpp5 void never_throws() noexcept(true) { in never_throws() function