Home
last modified time | relevance | path

Searched refs:UnaryExprAST (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/games/meandmyshadow/meandmyshadow-0.5a/src/libs/tinygettext/
H A Dexpression_parser.cpp288 struct UnaryExprAST : public AST { struct
292 UnaryExprAST(Token type, AST *child) : type(type), child(child) {} in UnaryExprAST() argument
293 ~UnaryExprAST() { in ~UnaryExprAST() argument
489 return new UnaryExprAST(type, ret); in parsePrimaryExpression()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp151 class UnaryExprAST : public ExprAST { class
155 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
481 return new UnaryExprAST(Opc, Operand); in ParseUnary()
654 Value *UnaryExprAST::Codegen() { in Codegen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp166 class UnaryExprAST : public ExprAST { class
171 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand) in UnaryExprAST() function in __anon52b7279b0111::UnaryExprAST
480 return std::make_unique<UnaryExprAST>(Opc, std::move(Operand)); in ParseUnary()
672 Value *UnaryExprAST::codegen() { in codegen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp136 class UnaryExprAST : public ExprAST { class
140 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
466 return new UnaryExprAST(Opc, Operand); in ParseUnary()
639 Value *UnaryExprAST::Codegen() { in Codegen()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp166 class UnaryExprAST : public ExprAST { class
171 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand) in UnaryExprAST() function in __anon6b4529080111::UnaryExprAST
480 return std::make_unique<UnaryExprAST>(Opc, std::move(Operand)); in ParseUnary()
672 Value *UnaryExprAST::codegen() { in codegen()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp136 class UnaryExprAST : public ExprAST { class
140 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
466 return new UnaryExprAST(Opc, Operand); in ParseUnary()
639 Value *UnaryExprAST::Codegen() { in Codegen()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp151 class UnaryExprAST : public ExprAST { class
155 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
481 return new UnaryExprAST(Opc, Operand); in ParseUnary()
654 Value *UnaryExprAST::Codegen() { in Codegen()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp166 class UnaryExprAST : public ExprAST { class
171 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand) in UnaryExprAST() function in __anon1c6e75d00111::UnaryExprAST
480 return std::make_unique<UnaryExprAST>(Opc, std::move(Operand)); in ParseUnary()
671 Value *UnaryExprAST::codegen() { in codegen()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp151 class UnaryExprAST : public ExprAST { class
155 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
481 return new UnaryExprAST(Opc, Operand); in ParseUnary()
654 Value *UnaryExprAST::Codegen() { in Codegen()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp136 class UnaryExprAST : public ExprAST { class
140 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
466 return new UnaryExprAST(Opc, Operand); in ParseUnary()
639 Value *UnaryExprAST::Codegen() { in Codegen()
/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp151 class UnaryExprAST : public ExprAST { class
155 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
481 return new UnaryExprAST(Opc, Operand); in ParseUnary()
654 Value *UnaryExprAST::Codegen() { in Codegen()
/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp166 class UnaryExprAST : public ExprAST { class
171 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand) in UnaryExprAST() function in __anon7396aea80111::UnaryExprAST
480 return std::make_unique<UnaryExprAST>(Opc, std::move(Operand)); in ParseUnary()
671 Value *UnaryExprAST::codegen() { in codegen()
/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp136 class UnaryExprAST : public ExprAST { class
140 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
466 return new UnaryExprAST(Opc, Operand); in ParseUnary()
639 Value *UnaryExprAST::Codegen() { in Codegen()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp151 class UnaryExprAST : public ExprAST { class
155 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
481 return new UnaryExprAST(Opc, Operand); in ParseUnary()
654 Value *UnaryExprAST::Codegen() { in Codegen()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp136 class UnaryExprAST : public ExprAST { class
140 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
466 return new UnaryExprAST(Opc, Operand); in ParseUnary()
639 Value *UnaryExprAST::Codegen() { in Codegen()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp166 class UnaryExprAST : public ExprAST { class
171 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand) in UnaryExprAST() function in __anon356140de0111::UnaryExprAST
480 return std::make_unique<UnaryExprAST>(Opc, std::move(Operand)); in ParseUnary()
672 Value *UnaryExprAST::codegen() { in codegen()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp151 class UnaryExprAST : public ExprAST { class
155 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
481 return new UnaryExprAST(Opc, Operand); in ParseUnary()
654 Value *UnaryExprAST::Codegen() { in Codegen()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp136 class UnaryExprAST : public ExprAST { class
140 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
466 return new UnaryExprAST(Opc, Operand); in ParseUnary()
639 Value *UnaryExprAST::Codegen() { in Codegen()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp166 class UnaryExprAST : public ExprAST { class
171 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand) in UnaryExprAST() function in __anon9751d03a0111::UnaryExprAST
480 return std::make_unique<UnaryExprAST>(Opc, std::move(Operand)); in ParseUnary()
672 Value *UnaryExprAST::codegen() { in codegen()
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp151 class UnaryExprAST : public ExprAST { class
155 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
481 return new UnaryExprAST(Opc, Operand); in ParseUnary()
654 Value *UnaryExprAST::Codegen() { in Codegen()
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp166 class UnaryExprAST : public ExprAST { class
171 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand) in UnaryExprAST() function in __anon4e67d36a0111::UnaryExprAST
480 return std::make_unique<UnaryExprAST>(Opc, std::move(Operand)); in ParseUnary()
671 Value *UnaryExprAST::codegen() { in codegen()
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp136 class UnaryExprAST : public ExprAST { class
140 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
466 return new UnaryExprAST(Opc, Operand); in ParseUnary()
639 Value *UnaryExprAST::Codegen() { in Codegen()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp166 class UnaryExprAST : public ExprAST { class
171 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand) in UnaryExprAST() function in __anon6cfc0c3d0111::UnaryExprAST
480 return std::make_unique<UnaryExprAST>(Opc, std::move(Operand)); in ParseUnary()
672 Value *UnaryExprAST::codegen() { in codegen()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp136 class UnaryExprAST : public ExprAST { class
140 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
466 return new UnaryExprAST(Opc, Operand); in ParseUnary()
639 Value *UnaryExprAST::Codegen() { in Codegen()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp151 class UnaryExprAST : public ExprAST { class
155 UnaryExprAST(char opcode, ExprAST *operand) in UnaryExprAST() function in UnaryExprAST
481 return new UnaryExprAST(Opc, Operand); in ParseUnary()
654 Value *UnaryExprAST::Codegen() { in Codegen()

1234567891011