Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp110 void checkUncheckedReturnValue(CallExpr *CE);
178 checkUncheckedReturnValue(CE); in VisitCompoundStmt()
832 void WalkAST::checkUncheckedReturnValue(CallExpr *CE) { in checkUncheckedReturnValue() function in WalkAST