Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp102 void checkUncheckedReturnValue(CallExpr *CE);
167 checkUncheckedReturnValue(CE); in VisitCompoundStmt()
683 void WalkAST::checkUncheckedReturnValue(CallExpr *CE) { in checkUncheckedReturnValue() function in WalkAST