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

/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp147 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) argument
148 : Cond(cond), Then(then), Else(_else) {}
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp162 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) argument
163 : Cond(cond), Then(then), Else(_else) {}
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp167 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) argument
168 : Cond(cond), Then(then), Else(_else) {}
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp185 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) argument
186 : 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/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.cpp170 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) argument
171 : 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) {}
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp215 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) argument
216 : Cond(cond), Then(then), Else(_else) {}

Completed in 92 milliseconds