Searched refs:checkLiveSymbols (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckerDocumentation.cpp | 231 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const {} in checkLiveSymbols() function in clang::ento::CheckerDocumentation
|
D | CStringChecker.cpp | 64 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/ |
D | CheckerDocumentation.cpp | 248 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const {} in checkLiveSymbols() function in clang::ento::CheckerDocumentation
|
D | AnalysisOrderChecker.cpp | 192 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SymReaper) const { in checkLiveSymbols() function in __anon54e5e91a0111::AnalysisOrderChecker
|
D | SmartPtrModeling.cpp | 58 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const; 321 void SmartPtrModeling::checkLiveSymbols(ProgramStateRef State, in checkLiveSymbols() function in SmartPtrModeling
|
D | IteratorModeling.cpp | 157 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const; 303 void IteratorModeling::checkLiveSymbols(ProgramStateRef State, in checkLiveSymbols() function in IteratorModeling
|
D | ContainerModeling.cpp | 63 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const; 221 void ContainerModeling::checkLiveSymbols(ProgramStateRef State, in checkLiveSymbols() function in ContainerModeling
|
D | CStringChecker.cpp | 107 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/ |
D | Checker.h | 306 ((const CHECKER *)checker)->checkLiveSymbols(state, SR); in _checkLiveSymbols()
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 290 ((const CHECKER *)checker)->checkLiveSymbols(state, SR); in _checkLiveSymbols()
|
/external/llvm-project/clang/docs/analyzer/developer-docs/ |
D | InitializerLists.rst | 254 idea; we can replace checkLiveSymbols with checkReachableSymbols.
|