P4C
The P4 Compiler
|
This is the complete list of members for P4::IR::Node, including all inherited members.
::P4::Inspector (defined in P4::IR::Node) | P4::IR::Node | friend |
::P4::Modifier (defined in P4::IR::Node) | P4::IR::Node | friend |
::P4::Transform (defined in P4::IR::Node) | P4::IR::Node | friend |
::P4::Visitor (defined in P4::IR::Node) | P4::IR::Node | friend |
AbslStringify(Sink &sink, const IR::Node *n) | P4::IR::Node | friend |
apply(Visitor &v, const Visitor_Context *ctxt=nullptr) const (defined in P4::IR::Node) | P4::IR::Node | |
apply(Visitor &&v, const Visitor_Context *ctxt=nullptr) const (defined in P4::IR::Node) | P4::IR::Node | inline |
apply_visitor_loop_revisit(Modifier &v) const (defined in P4::IR::Node) | P4::IR::Node | virtual |
apply_visitor_loop_revisit(Inspector &v) const (defined in P4::IR::Node) | P4::IR::Node | virtual |
apply_visitor_loop_revisit(Transform &v) const (defined in P4::IR::Node) | P4::IR::Node | virtual |
apply_visitor_postorder(Modifier &v) (defined in P4::IR::Node) | P4::IR::Node | virtual |
apply_visitor_postorder(Inspector &v) const (defined in P4::IR::Node) | P4::IR::Node | virtual |
apply_visitor_postorder(Transform &v) (defined in P4::IR::Node) | P4::IR::Node | virtual |
apply_visitor_preorder(Modifier &v) (defined in P4::IR::Node) | P4::IR::Node | virtual |
apply_visitor_preorder(Inspector &v) const (defined in P4::IR::Node) | P4::IR::Node | virtual |
apply_visitor_preorder(Transform &v) (defined in P4::IR::Node) | P4::IR::Node | virtual |
apply_visitor_revisit(Modifier &v, const Node *n) const (defined in P4::IR::Node) | P4::IR::Node | virtual |
apply_visitor_revisit(Inspector &v) const (defined in P4::IR::Node) | P4::IR::Node | virtual |
apply_visitor_revisit(Transform &v, const Node *n) const (defined in P4::IR::Node) | P4::IR::Node | virtual |
as() const | P4::ICastable | inline |
as() | P4::ICastable | inline |
checkedTo() const (defined in P4::IR::INode) | P4::IR::INode | inline |
checkedTo() const (defined in P4::IR::INode) | P4::IR::INode | inline |
P4::ICastable::checkedTo() | P4::ICastable | inline |
clone() const =0 (defined in P4::IR::Node) | P4::IR::Node | pure virtual |
clone_id (defined in P4::IR::Node) | P4::IR::Node | |
currentId (defined in P4::IR::Node) | P4::IR::Node | protectedstatic |
dbprint(std::ostream &out) const override (defined in P4::IR::Node) | P4::IR::Node | virtual |
DECLARE_TYPEINFO_WITH_TYPEID(Node, NodeKind::Node, INode) (defined in P4::IR::Node) | P4::IR::Node | |
DECLARE_TYPEINFO_WITH_TYPEID(INode, NodeKind::INode) (defined in P4::IR::INode) | P4::IR::INode | |
dump_fields(std::ostream &) const (defined in P4::IR::Node) | P4::IR::Node | inlinevirtual |
equiv(const Node &a) const (defined in P4::IR::Node) | P4::IR::Node | inlinevirtual |
getNode() const final (defined in P4::IR::Node) | P4::IR::Node | inlinevirtual |
getNode() final (defined in P4::IR::Node) | P4::IR::Node | inlinevirtual |
getSourceInfo() const override (defined in P4::IR::Node) | P4::IR::Node | inlinevirtual |
id (defined in P4::IR::Node) | P4::IR::Node | |
is() const noexcept | P4::RTTI::Base | inline |
isA(TypeId typeId) const noexcept=0 | P4::RTTI::Base | pure virtual |
Node() (defined in P4::IR::Node) | P4::IR::Node | inline |
Node(Util::SourceInfo si) (defined in P4::IR::Node) | P4::IR::Node | inlineexplicit |
Node(const Node &other) (defined in P4::IR::Node) | P4::IR::Node | inline |
Node(JSONLoader &json) (defined in P4::IR::Node) | P4::IR::Node | explicit |
node_type_name() const override (defined in P4::IR::Node) | P4::IR::Node | inlinevirtual |
num_children() (defined in P4::IR::Node) | P4::IR::Node | inlinevirtual |
operator!=(const Node &n) const (defined in P4::IR::Node) | P4::IR::Node | inline |
operator=(const Node &)=default (defined in P4::IR::Node) | P4::IR::Node | |
operator=(Node &&)=default (defined in P4::IR::Node) | P4::IR::Node | |
operator==(const Node &a) const (defined in P4::IR::Node) | P4::IR::Node | inlinevirtual |
prepareSourceInfoForJSON(Util::SourceInfo &si, unsigned *lineNumber, unsigned *columnNumber) const (defined in P4::IR::Node) | P4::IR::Node | protected |
print() const (defined in P4::IHasDbPrint) | P4::IHasDbPrint | |
sourceInfoJsonObj() const (defined in P4::IR::Node) | P4::IR::Node | |
sourceInfoToJSON(JSONGenerator &json) const (defined in P4::IR::Node) | P4::IR::Node | |
srcInfo (defined in P4::IR::Node) | P4::IR::Node | |
static_type_name() (defined in P4::IR::Node) | P4::IR::Node | inlinestatic |
to() noexcept | P4::RTTI::Base | inline |
P4::ICastable::to() const noexcept | P4::RTTI::Base | inline |
toImpl(TypeId typeId) const noexcept=0 (defined in P4::RTTI::Base) | P4::RTTI::Base | protectedpure virtual |
toJSON(JSONGenerator &json) const override (defined in P4::IR::Node) | P4::IR::Node | virtual |
toString() const override (defined in P4::IR::Node) | P4::IR::Node | inlinevirtual |
traceCreation() const (defined in P4::IR::Node) | P4::IR::Node | |
traceVisit(const char *visitor) const (defined in P4::IR::Node) | P4::IR::Node | protected |
typeId() const noexcept=0 | P4::RTTI::Base | pure virtual |
validate() const (defined in P4::IR::INode) | P4::IR::INode | inlinevirtual |
visit_children(Visitor &) (defined in P4::IR::Node) | P4::IR::Node | inlinevirtual |
visit_children(Visitor &) const (defined in P4::IR::Node) | P4::IR::Node | inlinevirtual |
~Base()=default (defined in P4::RTTI::Base) | P4::RTTI::Base | virtual |
~ICastable()=default (defined in P4::ICastable) | P4::ICastable | virtual |
~IHasDbPrint()=default (defined in P4::IHasDbPrint) | P4::IHasDbPrint | virtual |
~IHasSourceInfo() (defined in P4::Util::IHasSourceInfo) | P4::Util::IHasSourceInfo | inlinevirtual |
~INode() (defined in P4::IR::INode) | P4::IR::INode | inlinevirtual |
~Node() (defined in P4::IR::Node) | P4::IR::Node | inlinevirtual |