Searched refs:matchesCall (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp193 bool matchesCall(const CallExpr *CE) const;
403 bool StdLibraryFunctionsChecker::FunctionSummaryTy::matchesCall( function in class:StdLibraryFunctionsChecker::FunctionSummaryTy
464 if (Spec.matchesCall(CE))

Completed in 171 milliseconds