Home
last modified time | relevance | path

Searched defs:Then (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoken.ml18 | If | Then | Else Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml18 | If | Then | Else Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoken.ml18 | If | Then | Else Constructor
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp164 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon08d88ba30111::IfExprAST
167 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
322 auto Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp183 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon7d54fca40111::IfExprAST
186 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
355 auto Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp189 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anonf1d16da50111::IfExprAST
192 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, in IfExprAST()
374 auto Then = ParseExpression(); in ParseIfExpr() local
/external/v8/src/compiler/
Dcontrol-builders.cc18 void IfBuilder::Then() { builder_->NewIfTrue(); } in Then() function in v8::internal::compiler::IfBuilder
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp294 std::unique_ptr<ExprAST> Cond, Then, Else; member in __anon664ddea60211::IfExprAST
298 std::unique_ptr<ExprAST> Then, std::unique_ptr<ExprAST> Else) in IfExprAST()
515 auto Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp167 ExprAST *Cond, *Then, *Else; member in IfExprAST
334 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
Dtoy.cpp168 ExprAST *Cond, *Then, *Else; member in IfExprAST
335 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp182 ExprAST *Cond, *Then, *Else; member in IfExprAST
349 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
Dtoy.cpp189 ExprAST *Cond, *Then, *Else; member in IfExprAST
356 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp166 ExprAST *Cond, *Then, *Else; member in IfExprAST
333 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp182 std::unique_ptr<ExprAST> Cond, Then, Else; member
358 auto Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp208 ExprAST *Cond, *Then, *Else; member in IfExprAST
375 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp182 std::unique_ptr<ExprAST> Cond, Then, Else; member
358 auto Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp182 std::unique_ptr<ExprAST> Cond, Then, Else; member
358 auto Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp183 std::unique_ptr<ExprAST> Cond, Then, Else; member
359 auto Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1680 LLVMBasicBlockRef Then, in llvm_build_cond_br()
1739 LLVMBasicBlockRef Then, in llvm_build_invoke_nat()
2223 LLVMValueRef Then, LLVMValueRef Else, in llvm_build_select()
/external/llvm/lib/IR/
DCore.cpp2242 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) { in LLVMBuildCondBr()
2258 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke()
2747 LLVMValueRef Then, LLVMValueRef Else, in LLVMBuildSelect()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp650 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, in CreateIfFixit()
DTreeTransform.h1165 VarDecl *CondVar, Stmt *Then, in RebuildIfStmt()
6138 StmtResult Then = getDerived().TransformStmt(S->getThen()); in TransformIfStmt() local
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3015 const Stmt *const Then = Node.getThen(); in AST_MATCHER_P() local
/external/clang/lib/Analysis/
DCFG.cpp2215 Stmt *Then = I->getThen(); in VisitIfStmt() local
/external/v8/src/
Dapi.cc6475 MaybeLocal<Promise> Promise::Then(Local<Context> context, in Then() function in v8::Promise
6489 Local<Promise> Promise::Then(Local<Function> handler) { in Then() function in v8::Promise

12