Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsignal-handler.cpp17 extern "C" void handler_unsafe_1(int) { in handler_unsafe_1() function
34 std::signal(SIGINT, handler_unsafe_1); in test()