Searched refs:IfExprAST (Results 1 - 9 of 9) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp143 /// IfExprAST - Expression class for if/then/else.
144 class IfExprAST : public ExprAST { class in namespace:__anon25453
147 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) function in class:__anon25453::IfExprAST
298 return new IfExprAST(Cond, Then, Else);
512 Value *IfExprAST::Codegen() {
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp158 /// IfExprAST - Expression class for if/then/else.
159 class IfExprAST : public ExprAST { class in namespace:__anon25454
162 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) function in class:__anon25454::IfExprAST
326 return new IfExprAST(Cond, Then, Else);
616 Value *IfExprAST::Codegen() {
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp163 /// IfExprAST - Expression class for if/then/else.
164 class IfExprAST : public ExprAST { class in namespace:__anon25455
167 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) function in class:__anon25455::IfExprAST
344 return new IfExprAST(Cond, Then, Else);
712 Value *IfExprAST::Codegen() {
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp181 /// IfExprAST - Expression class for if/then/else.
182 class IfExprAST : public ExprAST { class in inherits:ExprAST
185 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) function in class:IfExprAST
361 return new IfExprAST(Cond, Then, Else);
739 Value *IfExprAST::Codegen() {
H A Dtoy.cpp187 /// IfExprAST - Expression class for if/then/else.
188 class IfExprAST : public ExprAST { class in inherits:ExprAST
191 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) function in class:IfExprAST
367 return new IfExprAST(Cond, Then, Else);
1103 Value *IfExprAST::Codegen() {
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp164 /// IfExprAST - Expression class for if/then/else.
165 class IfExprAST : public ExprAST { class in inherits:ExprAST
168 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) function in class:IfExprAST
344 return new IfExprAST(Cond, Then, Else);
961 Value *IfExprAST::Codegen() {
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp166 /// IfExprAST - Expression class for if/then/else.
167 class IfExprAST : public ExprAST { class in inherits:ExprAST
170 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) function in class:IfExprAST
346 return new IfExprAST(Cond, Then, Else);
721 Value *IfExprAST::Codegen() {
H A Dtoy.cpp166 /// IfExprAST - Expression class for if/then/else.
167 class IfExprAST : public ExprAST { class in inherits:ExprAST
170 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) function in class:IfExprAST
346 return new IfExprAST(Cond, Then, Else);
1001 Value *IfExprAST::Codegen() {
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp211 /// IfExprAST - Expression class for if/then/else.
212 class IfExprAST : public ExprAST { class in inherits:ExprAST
215 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) function in class:IfExprAST
391 return new IfExprAST(Cond, Then, Else);
1281 Value *IfExprAST::Codegen() {

Completed in 106 milliseconds