Home
last modified time | relevance | path

Searched refs:_else (Results 1 – 6 of 6) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp169 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST() argument
170 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
Dtoy.cpp170 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/
Dtoy-jit.cpp184 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST() argument
185 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
Dtoy.cpp191 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/
Dtoy.cpp168 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/
Dtoy.cpp210 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST() argument
211 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()