Home
last modified time | relevance | path

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

/freebsd/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 __anon2737891e0111::UncountedCallArgsChecker