Lines Matching defs:Cond
189 ExprAST *Cond, *Then, *Else;191 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else)192 : Cond(cond), Then(then), Else(_else) {}349 ExprAST *Cond = ParseExpression();350 if (!Cond) return 0;367 return new IfExprAST(Cond, Then, Else);1103 Value *CondV = Cond->Codegen();