Lines Matching defs:Cond
182 ExprAST *Cond, *Then, *Else;184 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else)185 : Cond(cond), Then(then), Else(_else) {}342 ExprAST *Cond = ParseExpression();343 if (!Cond) return 0;360 return new IfExprAST(Cond, Then, Else);739 Value *CondV = Cond->Codegen();