Cppcheck
Functions
reverseanalyzer.cpp File Reference
#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)
 

Function Documentation

◆ valueFlowGenericReverse()

void valueFlowGenericReverse ( Token start,
const Token end,
const ValuePtr< Analyzer > &  a,
const TokenList tokenlist,
ErrorLogger errorLogger,
const Settings settings 
)

Definition at line 398 of file reverseanalyzer.cpp.

Referenced by valueFlowReverse().