clang API Documentation

Functions
clang::ento::bugreporter Namespace Reference

Functions

BugReporterVisitorgetTrackNullOrUndefValueVisitor (const ExplodedNode *N, const Stmt *S, BugReport *R)
const StmtGetDerefExpr (const ExplodedNode *N)
const StmtGetDenomExpr (const ExplodedNode *N)
const StmtGetCalleeExpr (const ExplodedNode *N)
const StmtGetRetValExpr (const ExplodedNode *N)

Function Documentation

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 
)