Cppcheck
Classes | Namespaces | Typedefs | Enumerations | Functions
exprengine.h File Reference
#include "config.h"
#include "errortypes.h"
#include <algorithm>
#include <functional>
#include <iosfwd>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include <utility>

Go to the source code of this file.

Classes

class  ExprEngine::DataBase
 
class  ExprEngine::Value
 
class  ExprEngine::UninitValue
 
class  ExprEngine::IntRange
 
class  ExprEngine::FloatRange
 
class  ExprEngine::ConditionalValue
 
class  ExprEngine::ArrayValue
 
struct  ExprEngine::ArrayValue::IndexAndValue
 
class  ExprEngine::StringLiteralValue
 
class  ExprEngine::StructValue
 
class  ExprEngine::AddressOfValue
 
class  ExprEngine::BinOpResult
 
class  ExprEngine::IntegerTruncation
 
class  ExprEngine::FunctionCallArgumentValues
 
class  ExprEngine::BailoutValue
 

Namespaces

 ExprEngine
 

Typedefs

typedef long long int128_t
 
typedef std::shared_ptr< Value > ExprEngine::ValuePtr
 
typedef std::function< void(const Token *, const ExprEngine::Value &, ExprEngine::DataBase *)> ExprEngine::Callback
 

Enumerations

enum class  ExprEngine::ValueType {
  ExprEngine::UninitValue , ExprEngine::IntRange , ExprEngine::FloatRange , ExprEngine::ConditionalValue ,
  ExprEngine::ArrayValue , ExprEngine::StringLiteralValue , ExprEngine::StructValue , ExprEngine::AddressOfValue ,
  ExprEngine::BinOpResult , ExprEngine::IntegerTruncation , ExprEngine::FunctionCallArgumentValues , ExprEngine::BailoutValue
}
 

Functions

std::string ExprEngine::str (int128_t)
 
void CPPCHECKLIB ExprEngine::executeAllFunctions (ErrorLogger *errorLogger, const Tokenizer *tokenizer, const Settings *settings, const std::vector< Callback > &callbacks, std::ostream &report)
 Execute all functions. More...
 
void ExprEngine::executeFunction (const Scope *functionScope, ErrorLogger *errorLogger, const Tokenizer *tokenizer, const Settings *settings, const std::vector< Callback > &callbacks, std::ostream &report)
 
void ExprEngine::runChecks (ErrorLogger *errorLogger, const Tokenizer *tokenizer, const Settings *settings)
 
void ExprEngine::dump (ExprEngine::ValuePtr val)
 

Typedef Documentation

◆ int128_t

typedef long long int128_t

Definition at line 46 of file exprengine.h.