17#ifndef FRONTENDS_P4_CHECKCONSTANTS_H_
18#define FRONTENDS_P4_CHECKCONSTANTS_H_
20#include "frontends/p4/typeChecking/typeChecker.h"
36 setName(
"DoCheckConstants");
39 void postorder(
const IR::MethodCallExpression *expr)
override;
40 void postorder(
const IR::KeyElement *expr)
override;
41 void postorder(
const IR::P4Table *table)
override;
49 setName(
"CheckConstants");
Definition checkConstants.h:44
Definition checkConstants.h:28
Class used to encode maps from paths to declarations.
Definition referenceMap.h:66
Definition typeChecker.h:60
Definition applyOptionsPragmas.cpp:24