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 D | AST.h | 44 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 D | AST.h | 44 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 D | AST.h | 44 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 D | AST.h | 44 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 D | AST.h | 44 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 D | AST.h | 44 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 D | AST.h | 46 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()
|