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

/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp182 /// VarExprAST - Expression class for var/in
183 class VarExprAST : public ExprAST { class in inherits:ExprAST
187 VarExprAST(const std::vector<std::pair<std::string, ExprAST*> > &varnames, function in class:VarExprAST
429 return new VarExprAST(VarNames, Body);
860 Value *VarExprAST::Codegen() {

Completed in 118 milliseconds