|
Cppcheck
|
Go to the source code of this file.
Classes | |
| class | ExecutionPath |
| Base class for Execution Paths checking An execution path is a linear list of statements. More... | |
Functions | |
| void | checkExecutionPaths (const SymbolDatabase *symbolDatabase, ExecutionPath *c) |
| void checkExecutionPaths | ( | const SymbolDatabase * | symbolDatabase, |
| ExecutionPath * | c | ||
| ) |
Definition at line 472 of file executionpath.cpp.
References ExecutionPath::checkScope(), ExecutionPath::copy(), Scope::eFunction, ExecutionPath::end(), and SymbolDatabase::scopeList.
Referenced by CheckUninitVar::executionPaths().
1.8.1.2