| 
    Cppcheck
    
   | 
 
#include "reverseanalyzer.h"#include "analyzer.h"#include "astutils.h"#include "errortypes.h"#include "forwardanalyzer.h"#include "mathlib.h"#include "settings.h"#include "symboldatabase.h"#include "token.h"#include "valueptr.h"#include <algorithm>#include <cstddef>#include <string>#include <tuple>#include <utility>#include <vector>Go to the source code of this file.
Functions | |
| void | valueFlowGenericReverse (Token *start, const Token *end, const ValuePtr< Analyzer > &a, const TokenList &tokenlist, ErrorLogger &errorLogger, const Settings &settings) | 
| void valueFlowGenericReverse | ( | Token * | start, | 
| const Token * | end, | ||
| const ValuePtr< Analyzer > & | a, | ||
| const TokenList & | tokenlist, | ||
| ErrorLogger & | errorLogger, | ||
| const Settings & | settings | ||
| ) | 
Definition at line 406 of file reverseanalyzer.cpp.
Referenced by valueFlowReverse().