Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dexception-escape.cpp280 int recursion_helper(int n) { in recursion_helper() function
288 return recursion_helper(n); in indirectly_recursive()