clang API Documentation
Functions | |
| BugReporterVisitor * | getTrackNullOrUndefValueVisitor (const ExplodedNode *N, const Stmt *S, BugReport *R) |
| const Stmt * | GetDerefExpr (const ExplodedNode *N) |
| const Stmt * | GetDenomExpr (const ExplodedNode *N) |
| const Stmt * | GetCalleeExpr (const ExplodedNode *N) |
| const Stmt * | GetRetValExpr (const ExplodedNode *N) |
| const Stmt* clang::ento::bugreporter::GetCalleeExpr | ( | const ExplodedNode * | N | ) |
| const Stmt* clang::ento::bugreporter::GetDenomExpr | ( | const ExplodedNode * | N | ) |
| const Stmt* clang::ento::bugreporter::GetDerefExpr | ( | const ExplodedNode * | N | ) |
| const Stmt* clang::ento::bugreporter::GetRetValExpr | ( | const ExplodedNode * | N | ) |
| BugReporterVisitor* clang::ento::bugreporter::getTrackNullOrUndefValueVisitor | ( | const ExplodedNode * | N, |
| const Stmt * | S, | ||
| BugReport * | R | ||
| ) |