clang
7.0.0
|
Functions | |
ProgramStateRef | markReleased (ProgramStateRef State, SymbolRef Sym, const Expr *Origin) |
std::unique_ptr< BugReporterVisitor > | getInnerPointerBRVisitor (SymbolRef Sym) |
This function provides an additional visitor that augments the bug report with information relevant to memory errors caused by the misuse of AF_InnerBuffer symbols. More... | |
std::unique_ptr< BugReporterVisitor > clang::ento::allocation_state::getInnerPointerBRVisitor | ( | SymbolRef | Sym | ) |
This function provides an additional visitor that augments the bug report with information relevant to memory errors caused by the misuse of AF_InnerBuffer symbols.
Definition at line 307 of file InnerPointerChecker.cpp.
References clang::ento::CheckerManager::registerChecker().
ProgramStateRef clang::ento::allocation_state::markReleased | ( | ProgramStateRef | State, |
SymbolRef | Sym, | ||
const Expr * | Origin | ||
) |
Definition at line 3062 of file MallocChecker.cpp.
References clang::ento::CheckerManager::getAnalyzerOptions(), clang::AnalyzerOptions::getBooleanOption(), clang::ento::CheckerManager::getCurrentCheckName(), clang::ento::CheckerManager::registerChecker(), and clang::ento::registerCStringCheckerBasic().