Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp65 if (shouldSkipCall(CE)) in visitCallExpr()
120 bool shouldSkipCall(const CallExpr *CE) const { in shouldSkipCall() function in __anon1fdb950c0111::UncountedCallArgsChecker