Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckerDocumentation.cpp216 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const {} in checkLiveSymbols() function in clang::ento::CheckerDocumentation
DCStringChecker.cpp64 void checkLiveSymbols(ProgramStateRef state, SymbolReaper &SR) const;
2032 void CStringChecker::checkLiveSymbols(ProgramStateRef state, in checkLiveSymbols() function in CStringChecker
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h265 ((const CHECKER *)checker)->checkLiveSymbols(state, SR); in _checkLiveSymbols()