Searched defs:_else (Results 1 - 6 of 6) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp184 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) argument
185 : Cond(cond), Then(then), Else(_else) {}
H A Dtoy.cpp191 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) argument
192 : Cond(cond), Then(then), Else(_else) {}
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp210 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) argument
211 : Cond(cond), Then(then), Else(_else) {}
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp168 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) argument
169 : Cond(cond), Then(then), Else(_else) {}
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp169 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) argument
170 : Cond(cond), Then(then), Else(_else) {}
H A Dtoy.cpp170 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) argument
171 : Cond(cond), Then(then), Else(_else) {}

Completed in 131 milliseconds