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

/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp140 /// FunctionAST - This class represents a function definition itself.
141 class FunctionAST { class in namespace:__anon25451
145 FunctionAST(PrototypeAST *proto, ExprAST *body) function in class:__anon25451::FunctionAST
182 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
320 static FunctionAST *ParseDefinition() {
326 return new FunctionAST(Proto, E);
331 static FunctionAST *ParseTopLevelExpr() {
335 return new FunctionAST(Proto, E);
445 Function *FunctionAST::Codegen() {
476 if (FunctionAST *
[all...]
/external/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp125 /// FunctionAST - This class represents a function definition itself.
126 class FunctionAST { class in namespace:__anon25450
128 FunctionAST(PrototypeAST *proto, ExprAST *body) {} function in class:__anon25450::FunctionAST
299 static FunctionAST *ParseDefinition() {
305 return new FunctionAST(Proto, E);
310 static FunctionAST *ParseTopLevelExpr() {
314 return new FunctionAST(Proto, E);
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp147 /// FunctionAST - This class represents a function definition itself.
148 class FunctionAST { class in namespace:__anon25452
152 FunctionAST(PrototypeAST *proto, ExprAST *body) function in class:__anon25452::FunctionAST
189 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
327 static FunctionAST *ParseDefinition() {
333 return new FunctionAST(Proto, E);
338 static FunctionAST *ParseTopLevelExpr() {
342 return new FunctionAST(Proto, E);
453 Function *FunctionAST::Codegen() {
489 if (FunctionAST *
[all...]
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp176 /// FunctionAST - This class represents a function definition itself.
177 class FunctionAST { class in namespace:__anon25453
181 FunctionAST(PrototypeAST *proto, ExprAST *body) function in class:__anon25453::FunctionAST
218 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
428 static FunctionAST *ParseDefinition() {
434 return new FunctionAST(Proto, E);
439 static FunctionAST *ParseTopLevelExpr() {
443 return new FunctionAST(Proto, E);
698 Function *FunctionAST::Codegen() {
734 if (FunctionAST *
[all...]
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp204 /// FunctionAST - This class represents a function definition itself.
205 class FunctionAST { class in namespace:__anon25454
209 FunctionAST(PrototypeAST *proto, ExprAST *body) function in class:__anon25454::FunctionAST
246 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
513 static FunctionAST *ParseDefinition() {
519 return new FunctionAST(Proto, E);
524 static FunctionAST *ParseTopLevelExpr() {
528 return new FunctionAST(Proto, E);
802 Function *FunctionAST::Codegen() {
845 if (FunctionAST *
[all...]
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp222 /// FunctionAST - This class represents a function definition itself.
223 class FunctionAST { class in namespace:__anon25455
227 FunctionAST(PrototypeAST *proto, ExprAST *body) function in class:__anon25455::FunctionAST
264 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
578 static FunctionAST *ParseDefinition() {
584 return new FunctionAST(Proto, E);
589 static FunctionAST *ParseTopLevelExpr() {
593 return new FunctionAST(Proto, E);
962 Function *FunctionAST::Codegen() {
1008 if (FunctionAST *
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp240 /// FunctionAST - This class represents a function definition itself.
241 class FunctionAST { class
245 FunctionAST(PrototypeAST *proto, ExprAST *body) function in class:FunctionAST
281 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
595 static FunctionAST *ParseDefinition() {
601 return new FunctionAST(Proto, E);
606 static FunctionAST *ParseTopLevelExpr() {
610 return new FunctionAST(Proto, E);
986 Function *FunctionAST::Codegen() {
1032 if (FunctionAST *
[all...]
H A Dtoy.cpp246 /// FunctionAST - This class represents a function definition itself.
247 class FunctionAST { class
251 FunctionAST(PrototypeAST *proto, ExprAST *body) function in class:FunctionAST
287 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
601 static FunctionAST *ParseDefinition() {
607 return new FunctionAST(Proto, E);
612 static FunctionAST *ParseTopLevelExpr() {
616 return new FunctionAST(Proto, E);
1357 Function *FunctionAST::Codegen() {
1398 if (FunctionAST *
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp223 /// FunctionAST - This class represents a function definition itself.
224 class FunctionAST { class
228 FunctionAST(PrototypeAST *proto, ExprAST *body) function in class:FunctionAST
264 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
578 static FunctionAST *ParseDefinition() {
584 return new FunctionAST(Proto, E);
589 static FunctionAST *ParseTopLevelExpr() {
593 return new FunctionAST(Proto, E);
1215 Function *FunctionAST::Codegen() {
1256 if (FunctionAST *
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp225 /// FunctionAST - This class represents a function definition itself.
226 class FunctionAST { class
230 FunctionAST(PrototypeAST *proto, ExprAST *body) function in class:FunctionAST
266 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
580 static FunctionAST *ParseDefinition() {
586 return new FunctionAST(Proto, E);
591 static FunctionAST *ParseTopLevelExpr() {
595 return new FunctionAST(Proto, E);
968 Function *FunctionAST::Codegen() {
1014 if (FunctionAST *
[all...]
H A Dtoy.cpp225 /// FunctionAST - This class represents a function definition itself.
226 class FunctionAST { class
230 FunctionAST(PrototypeAST *proto, ExprAST *body) function in class:FunctionAST
266 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
580 static FunctionAST *ParseDefinition() {
586 return new FunctionAST(Proto, E);
591 static FunctionAST *ParseTopLevelExpr() {
595 return new FunctionAST(Proto, E);
1255 Function *FunctionAST::Codegen() {
1296 if (FunctionAST *
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp270 /// FunctionAST - This class represents a function definition itself.
271 class FunctionAST { class
275 FunctionAST(PrototypeAST *proto, ExprAST *body) function in class:FunctionAST
311 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
625 static FunctionAST *ParseDefinition() {
631 return new FunctionAST(Proto, E);
636 static FunctionAST *ParseTopLevelExpr() {
640 return new FunctionAST(Proto, E);
1538 Function *FunctionAST::Codegen() {
1583 if (FunctionAST *
[all...]

Completed in 152 milliseconds