#include "segment.h"
#include "function_annotation_attributes.h"
#include "cached_function_ast_attributes.h"
#include "reference_attributes.h"
#include "generic_payload_attributes.h"
#include "../internal_representation/design.h"
#include "../tools/class_is_derived_from.h"
#include "../tools/function_helper.h"
#include "../tools/misc.h"
#include "../tools/variable_helper.h"
#include "../tools/systemc_definitions.h"
Macros | |
#define | ANALYZE_VARS_IN_COMPOUND_ASSIGN_OP(Operator) |
#define | ANALYZE_VARS_IN_BINARY_OP(Operator) |
#define | ANALYZE_VARS_IN_UNARY_OP(Operator) |
#define | ANALYZE_VARS_IN_UNARY_INC_DEC_OP(Operator) |
#define | ANALYZE_VARS_IN_ACCESS_OP(Operator) |
Functions | |
int | isOverloadedAssignmentOperator (SgFunctionCallExp *func_call_exp) |
static bool | RD_EvalConstExpr (SgExpression *expr, long double *value) |
#define ANALYZE_VARS_IN_ACCESS_OP | ( | Operator | ) |
#define ANALYZE_VARS_IN_BINARY_OP | ( | Operator | ) |
#define ANALYZE_VARS_IN_COMPOUND_ASSIGN_OP | ( | Operator | ) |
#define ANALYZE_VARS_IN_UNARY_INC_DEC_OP | ( | Operator | ) |
#define ANALYZE_VARS_IN_UNARY_OP | ( | Operator | ) |
|
inline |
|
static |