Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp118 void checkUncheckedReturnValue(CallExpr *CE);
208 checkUncheckedReturnValue(CE); in VisitCompoundStmt()
997 void WalkAST::checkUncheckedReturnValue(CallExpr *CE) { in checkUncheckedReturnValue() function in WalkAST