Home
last modified time | relevance | path

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

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