Searched refs:_else (Results 1 – 6 of 6) sorted by relevance
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 169 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST() argument 170 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
|
D | toy.cpp | 170 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST() argument 171 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 184 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST() argument 185 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
|
D | toy.cpp | 191 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST() argument 192 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 168 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST() argument 169 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 210 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST() argument 211 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
|