Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp146 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST() argument
147 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
Dtoy.cpp161 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST() argument
162 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
Dtoy.cpp166 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) in IfExprAST() argument
167 : 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/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/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()