Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp117 void checkUncheckedReturnValue(CallExpr *CE);
207 checkUncheckedReturnValue(CE); in VisitCompoundStmt()
1008 void WalkAST::checkUncheckedReturnValue(CallExpr *CE) { in checkUncheckedReturnValue() function in WalkAST