Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmisc-no-recursion.cpp149 int recursion_through_function_ptr() { in recursion_through_function_ptr() function
150 auto *ptr = &recursion_through_function_ptr; in recursion_through_function_ptr()