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

/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp142 /// IfExprAST - Expression class for if/then/else.
143 class IfExprAST : public ExprAST { class in inherits:ExprAST
146 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) function in class:IfExprAST
296 return new IfExprAST(Cond, Then, Else);
510 Value *IfExprAST::Codegen() {
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp157 /// IfExprAST - Expression class for if/then/else.
158 class IfExprAST : public ExprAST { class in inherits:ExprAST
161 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) function in class:IfExprAST
324 return new IfExprAST(Cond, Then, Else);
614 Value *IfExprAST::Codegen() {
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp162 /// IfExprAST - Expression class for if/then/else.
163 class IfExprAST : public ExprAST { class in inherits:ExprAST
166 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) function in class:IfExprAST
342 return new IfExprAST(Cond, Then, Else);
710 Value *IfExprAST::Codegen() {

Completed in 131 milliseconds