Home
last modified time | relevance | path

Searched refs:checkLiveSymbols (Results 1 – 11 of 11) 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/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckerDocumentation.cpp248 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const {} in checkLiveSymbols() function in clang::ento::CheckerDocumentation
DAnalysisOrderChecker.cpp192 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SymReaper) const { in checkLiveSymbols() function in __anon54e5e91a0111::AnalysisOrderChecker
DSmartPtrModeling.cpp58 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const;
321 void SmartPtrModeling::checkLiveSymbols(ProgramStateRef State, in checkLiveSymbols() function in SmartPtrModeling
DIteratorModeling.cpp157 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const;
303 void IteratorModeling::checkLiveSymbols(ProgramStateRef State, in checkLiveSymbols() function in IteratorModeling
DContainerModeling.cpp63 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const;
221 void ContainerModeling::checkLiveSymbols(ProgramStateRef State, in checkLiveSymbols() function in ContainerModeling
DCStringChecker.cpp107 void checkLiveSymbols(ProgramStateRef state, SymbolReaper &SR) const;
2406 void CStringChecker::checkLiveSymbols(ProgramStateRef state, in checkLiveSymbols() function in CStringChecker
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DChecker.h306 ((const CHECKER *)checker)->checkLiveSymbols(state, SR); in _checkLiveSymbols()
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h290 ((const CHECKER *)checker)->checkLiveSymbols(state, SR); in _checkLiveSymbols()
/external/llvm-project/clang/docs/analyzer/developer-docs/
DInitializerLists.rst254 idea; we can replace checkLiveSymbols with checkReachableSymbols.