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

/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp151 /// ForExprAST - Expression class for for/in.
152 class ForExprAST : public ExprAST { class in inherits:ExprAST
156 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, function in class:ForExprAST
338 return new ForExprAST(IdName, Start, End, Step, Body);
561 Value *ForExprAST::Codegen() {
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp166 /// ForExprAST - Expression class for for/in.
167 class ForExprAST : public ExprAST { class in inherits:ExprAST
171 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, function in class:ForExprAST
366 return new ForExprAST(IdName, Start, End, Step, Body);
665 Value *ForExprAST::Codegen() {
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp171 /// ForExprAST - Expression class for for/in.
172 class ForExprAST : public ExprAST { class in inherits:ExprAST
176 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, function in class:ForExprAST
384 return new ForExprAST(IdName, Start, End, Step, Body);
761 Value *ForExprAST::Codegen() {
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp189 /// ForExprAST - Expression class for for/in.
190 class ForExprAST : public ExprAST { class in inherits:ExprAST
194 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, function in class:ForExprAST
402 return new ForExprAST(IdName, Start, End, Step, Body);
789 Value *ForExprAST::Codegen() {
H A Dtoy.cpp195 /// ForExprAST - Expression class for for/in.
196 class ForExprAST : public ExprAST { class in inherits:ExprAST
200 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, function in class:ForExprAST
408 return new ForExprAST(IdName, Start, End, Step, Body);
1153 Value *ForExprAST::Codegen() {
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp172 /// ForExprAST - Expression class for for/in.
173 class ForExprAST : public ExprAST { class in inherits:ExprAST
177 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, function in class:ForExprAST
385 return new ForExprAST(IdName, Start, End, Step, Body);
1011 Value *ForExprAST::Codegen() {
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp174 /// ForExprAST - Expression class for for/in.
175 class ForExprAST : public ExprAST { class in inherits:ExprAST
179 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, function in class:ForExprAST
387 return new ForExprAST(IdName, Start, End, Step, Body);
771 Value *ForExprAST::Codegen() {
H A Dtoy.cpp174 /// ForExprAST - Expression class for for/in.
175 class ForExprAST : public ExprAST { class in inherits:ExprAST
179 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, function in class:ForExprAST
387 return new ForExprAST(IdName, Start, End, Step, Body);
1051 Value *ForExprAST::Codegen() {
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp219 /// ForExprAST - Expression class for for/in.
220 class ForExprAST : public ExprAST { class in inherits:ExprAST
224 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, function in class:ForExprAST
432 return new ForExprAST(IdName, Start, End, Step, Body);
1331 Value *ForExprAST::Codegen() {

Completed in 107 milliseconds