Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h40 std::string printStmt(const Stmt *S) { in printStmt() function
186 return "region allocated by '" + printStmt(R->getExpr()) + "'"; in VisitAllocaRegion()
190 return "compound literal " + printStmt(R->getLiteralExpr()); in VisitCompoundLiteralRegion()
246 printStmt(R->getExpr()) + "'"; in VisitCXXTempObjectRegion()