Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dwarn-absolute-value.c787 long long test_function_pointer(void) { in test_function_pointer() function
788 return llabs(&test_function_pointer); in test_function_pointer()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsignal-handler.c168 void test_function_pointer(void) { in test_function_pointer() function