1#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_BMV2_EXPR_STEPPER_H_
2#define BACKENDS_P4TOOLS_MODULES_TESTGEN_TARGETS_BMV2_EXPR_STEPPER_H_
12#include "backends/p4tools/modules/testgen/core/program_info.h"
13#include "backends/p4tools/modules/testgen/core/small_step/expr_stepper.h"
14#include "backends/p4tools/modules/testgen/core/small_step/small_step.h"
15#include "backends/p4tools/modules/testgen/lib/execution_state.h"
26 static bool isPartOfFieldList(
const IR::StructField *field, uint64_t recirculateIndex);
32 void resetPreservingFieldList(
ExecutionState &nextState,
const IR::PathExpression *ref,
33 uint64_t recirculateIndex)
const;
50 bool preorder(
const IR::P4Table * )
override;
Definition externInstance.h:33