Home
last modified time | relevance | path

Searched refs:Expr_Print (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/
H A DAST.h44 Expr_Print, enumerator
190 : ExprAST(Expr_Print, std::move(loc)), arg(std::move(arg)) {} in PrintExprAST()
195 static bool classof(const ExprAST *c) { return c->getKind() == Expr_Print; } in classof()
/llvm-project-15.0.7/mlir/examples/toy/Ch2/include/toy/
H A DAST.h44 Expr_Print, enumerator
190 : ExprAST(Expr_Print, std::move(loc)), arg(std::move(arg)) {} in PrintExprAST()
195 static bool classof(const ExprAST *c) { return c->getKind() == Expr_Print; } in classof()
/llvm-project-15.0.7/mlir/examples/toy/Ch3/include/toy/
H A DAST.h44 Expr_Print, enumerator
190 : ExprAST(Expr_Print, std::move(loc)), arg(std::move(arg)) {} in PrintExprAST()
195 static bool classof(const ExprAST *c) { return c->getKind() == Expr_Print; } in classof()
/llvm-project-15.0.7/mlir/examples/toy/Ch1/include/toy/
H A DAST.h44 Expr_Print, enumerator
190 : ExprAST(Expr_Print, std::move(loc)), arg(std::move(arg)) {} in PrintExprAST()
195 static bool classof(const ExprAST *c) { return c->getKind() == Expr_Print; } in classof()
/llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/
H A DAST.h44 Expr_Print, enumerator
190 : ExprAST(Expr_Print, std::move(loc)), arg(std::move(arg)) {} in PrintExprAST()
195 static bool classof(const ExprAST *c) { return c->getKind() == Expr_Print; } in classof()
/llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/
H A DAST.h44 Expr_Print, enumerator
190 : ExprAST(Expr_Print, std::move(loc)), arg(std::move(arg)) {} in PrintExprAST()
195 static bool classof(const ExprAST *c) { return c->getKind() == Expr_Print; } in classof()
/llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/
H A DAST.h46 Expr_Print, enumerator
210 : ExprAST(Expr_Print, std::move(loc)), arg(std::move(arg)) {} in PrintExprAST()
215 static bool classof(const ExprAST *c) { return c->getKind() == Expr_Print; } in classof()