17#ifndef FRONTENDS_P4_14_TYPECHECK_H_
18#define FRONTENDS_P4_14_TYPECHECK_H_
21#include "ir/pass_manager.h"
25 std::map<const IR::Node *, const IR::Type *> actionArgUseTypes;
Definition pass_manager.h:38
Definition typecheck.cpp:527
Definition typecheck.cpp:32
Definition typecheck.cpp:448
Definition typecheck.cpp:485
Bottom up type inferencing – set the types of expression nodes based on operands.
Definition typecheck.cpp:313
Top down type inferencing – set the type of expression nodes based on their uses.
Definition typecheck.cpp:424
Definition typecheck.cpp:568
Definition typecheck.h:24