Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsignal-handler.c162 void handler_function_pointer(int) { in handler_function_pointer() function
169 signal(SIGINT, handler_function_pointer); in test_function_pointer()