Home
last modified time | relevance | path

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

/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/chromium_org/chrome/common/extensions/docs/server2/
Dfuture.py79 def Then(self, callback, error_handler=_DefaultErrorHandler): member in Future
/external/chromium_org/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.cpp145 ExprAST *Cond, *Then, *Else; member in __anonfb7718fa0111::IfExprAST
287 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp160 ExprAST *Cond, *Then, *Else; member in __anon6ff389fb0111::IfExprAST
315 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp168 ExprAST *Cond, *Then, *Else; member in IfExprAST
335 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.cpp165 ExprAST *Cond, *Then, *Else; member in __anone46ffafc0111::IfExprAST
333 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp183 ExprAST *Cond, *Then, *Else; member in IfExprAST
350 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/MCJIT/complete/
Dtoy.cpp213 ExprAST *Cond, *Then, *Else; member in IfExprAST
380 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1543 LLVMBasicBlockRef Then, in llvm_build_cond_br()
1602 LLVMBasicBlockRef Then, in llvm_build_invoke_nat()
2077 LLVMValueRef Then, LLVMValueRef Else, in llvm_build_select()
/external/llvm/lib/IR/
DCore.cpp2042 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) { in LLVMBuildCondBr()
2058 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke()
2509 LLVMValueRef Then, LLVMValueRef Else, in LLVMBuildSelect()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp642 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, in CreateIfFixit()
DTreeTransform.h1117 VarDecl *CondVar, Stmt *Then, in RebuildIfStmt()
5545 StmtResult Then = getDerived().TransformStmt(S->getThen()); in TransformIfStmt() local
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2387 const Stmt *const Then = Node.getThen(); in AST_MATCHER_P() local
/external/clang/lib/Analysis/
DCFG.cpp2083 Stmt *Then = I->getThen(); in VisitIfStmt() local
/external/chromium_org/v8/src/
Dapi.cc5954 Local<Promise> Promise::Then(Handle<Function> handler) { in Then() function in v8::Promise
Dhydrogen.cc902 void HGraphBuilder::IfBuilder::Then() { in Then() function in v8::internal::HGraphBuilder::IfBuilder