Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsignal-handler.c153 void handler_multiple_paths(int) { in handler_multiple_paths() function
159 signal(SIGINT, handler_multiple_paths); in test_multiple_paths()