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/v8/src/compiler/
Dcontrol-builders.cc18 void IfBuilder::Then() { builder_->NewIfTrue(); } in Then() function in v8::internal::compiler::IfBuilder
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp164 ExprAST *Cond, *Then, *Else; member in __anone5e5f5430111::IfExprAST
321 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp183 ExprAST *Cond, *Then, *Else; member in __anon5a6266440111::IfExprAST
352 ExprAST *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/Chapter7/
Dtoy.cpp189 ExprAST *Cond, *Then, *Else; member in __anonceded7450111::IfExprAST
372 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/initial/
Dtoy.cpp182 std::unique_ptr<ExprAST> Cond, Then, Else; member
358 auto Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp297 ExprAST *Cond, *Then, *Else; member in __anon435b48460211::IfExprAST
518 ExprAST *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_codegen/
Dtoy.cpp182 std::unique_ptr<ExprAST> Cond, Then, Else; member
358 auto 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/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.c1669 LLVMBasicBlockRef Then, in llvm_build_cond_br()
1728 LLVMBasicBlockRef Then, in llvm_build_invoke_nat()
2212 LLVMValueRef Then, LLVMValueRef Else, in llvm_build_select()
/external/llvm/lib/IR/
DCore.cpp2218 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) { in LLVMBuildCondBr()
2234 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke()
2686 LLVMValueRef Then, LLVMValueRef Else, in LLVMBuildSelect()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp637 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, in CreateIfFixit()
DTreeTransform.h1144 VarDecl *CondVar, Stmt *Then, in RebuildIfStmt()
5806 StmtResult Then = getDerived().TransformStmt(S->getThen()); in TransformIfStmt() local
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2723 const Stmt *const Then = Node.getThen(); in AST_MATCHER_P() local
/external/clang/lib/Analysis/
DCFG.cpp2150 Stmt *Then = I->getThen(); in VisitIfStmt() local
/external/v8/src/
Dapi.cc5954 Local<Promise> Promise::Then(Handle<Function> handler) { in Then() function in v8::Promise

12