Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp246 static bool checkForRecursiveFunctionCall(const FunctionDecl *FD, CFG *cfg) { in checkForRecursiveFunctionCall() function
300 if (checkForRecursiveFunctionCall(FD, cfg)) in checkRecursiveFunction()