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.cpp74 if (shouldSkipCall(CE)) in visitCallExpr()
148 bool shouldSkipCall(const CallExpr *CE) const { in shouldSkipCall() function in __anon75bc5c560111::UncountedCallArgsChecker