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

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfuture.py79 def Then(self, callback, error_handler=_DefaultErrorHandler): member in class:Future
102 fortytwo().Then(inc).Get() ==> 43
103 fortytwo().Then(inc_future).Get() ==> 43
104 fortytwo().Then(inc_future).Then(inc_future).Get() ==> 44
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml18 | If | Then | Else Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml18 | If | Then | Else Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml18 | If | Then | Else Constructor in type:token
/external/chromium_org/v8/src/compiler/
H A Dcontrol-builders.cc18 void IfBuilder::Then() { builder_->NewIfTrue(); } function in class:v8::internal::compiler::IfBuilder
70 control_if.Then();
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp145 ExprAST *Cond, *Then, *Else; member in class:__anon25453::IfExprAST
148 : Cond(cond), Then(then), Else(_else) {}
287 ExprAST *Then = ParseExpression(); local
288 if (Then == 0) return 0;
298 return new IfExprAST(Cond, Then, Else);
534 Value *ThenV = Then->Codegen();
538 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp160 ExprAST *Cond, *Then, *Else; member in class:__anon25454::IfExprAST
163 : Cond(cond), Then(then), Else(_else) {}
315 ExprAST *Then = ParseExpression(); local
316 if (Then == 0) return 0;
326 return new IfExprAST(Cond, Then, Else);
638 Value *ThenV = Then->Codegen();
642 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2387 const Stmt *const Then = Node.getThen(); local
2388 return (Then != nullptr && InnerMatcher.matches(*Then, Finder, Builder));
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp642 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, argument
649 Then->getLocStart()));
652 Then->getLocEnd(), 0, S.getSourceManager(), S.getLangOpts());
H A DTreeTransform.h1117 VarDecl *CondVar, Stmt *Then,
1119 return getSema().ActOnIfStmt(IfLoc, Cond, CondVar, Then, ElseLoc, Else);
5545 StmtResult Then = getDerived().TransformStmt(S->getThen());
5546 if (Then.isInvalid())
5557 Then.get() == S->getThen() &&
5562 Then.get(),
1116 RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond, VarDecl *CondVar, Stmt *Then, SourceLocation ElseLoc, Stmt *Else) argument
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp165 ExprAST *Cond, *Then, *Else; member in class:__anon25455::IfExprAST
168 : Cond(cond), Then(then), Else(_else) {}
333 ExprAST *Then = ParseExpression(); local
334 if (Then == 0) return 0;
344 return new IfExprAST(Cond, Then, Else);
734 Value *ThenV = Then->Codegen();
738 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp183 ExprAST *Cond, *Then, *Else; member in class:IfExprAST
186 : Cond(cond), Then(then), Else(_else) {}
350 ExprAST *Then = ParseExpression(); local
351 if (Then == 0) return 0;
361 return new IfExprAST(Cond, Then, Else);
761 Value *ThenV = Then->Codegen();
765 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
H A Dtoy.cpp189 ExprAST *Cond, *Then, *Else; member in class:IfExprAST
192 : Cond(cond), Then(then), Else(_else) {}
356 ExprAST *Then = ParseExpression(); local
357 if (Then == 0) return 0;
367 return new IfExprAST(Cond, Then, Else);
1125 Value *ThenV = Then->Codegen();
1129 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp213 ExprAST *Cond, *Then, *Else; member in class:IfExprAST
216 : Cond(cond), Then(then), Else(_else) {}
380 ExprAST *Then = ParseExpression(); local
381 if (Then == 0) return 0;
391 return new IfExprAST(Cond, Then, Else);
1303 Value *ThenV = Then->Codegen();
1307 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp166 ExprAST *Cond, *Then, *Else; member in class:IfExprAST
169 : Cond(cond), Then(then), Else(_else) {}
333 ExprAST *Then = ParseExpression(); local
334 if (Then == 0) return 0;
344 return new IfExprAST(Cond, Then, Else);
983 Value *ThenV = Then->Codegen();
987 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp168 ExprAST *Cond, *Then, *Else; member in class:IfExprAST
171 : Cond(cond), Then(then), Else(_else) {}
335 ExprAST *Then = ParseExpression(); local
336 if (Then == 0) return 0;
346 return new IfExprAST(Cond, Then, Else);
743 Value *ThenV = Then->Codegen();
747 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
H A Dtoy.cpp168 ExprAST *Cond, *Then, *Else; member in class:IfExprAST
171 : Cond(cond), Then(then), Else(_else) {}
335 ExprAST *Then = ParseExpression(); local
336 if (Then == 0) return 0;
346 return new IfExprAST(Cond, Then, Else);
1023 Value *ThenV = Then->Codegen();
1027 // Codegen of 'Then' can change the current block, update ThenBB for the PHI.
/external/clang/lib/Analysis/
H A DCFG.cpp2083 Stmt *Then = I->getThen(); local
2084 assert(Then);
2090 if (!isa<CompoundStmt>(Then))
2091 addLocalScopeAndDtors(Then);
2093 ThenBlock = addStmt(Then);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1543 LLVMBasicBlockRef Then,
1546 return LLVMBuildCondBr(Builder_val(B), If, Then, Else);
1602 LLVMBasicBlockRef Then,
1606 Wosize_val(Args), Then, Catch, String_val(Name));
2077 LLVMValueRef Then, LLVMValueRef Else,
2079 return LLVMBuildSelect(Builder_val(B), If, Then, Else, String_val(Name));
1542 llvm_build_cond_br(LLVMValueRef If, LLVMBasicBlockRef Then, LLVMBasicBlockRef Else, value B) argument
1601 llvm_build_invoke_nat(LLVMValueRef Fn, value Args, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, value Name, value B) argument
2076 llvm_build_select(LLVMValueRef If, LLVMValueRef Then, LLVMValueRef Else, value Name, value B) argument
/external/llvm/lib/IR/
H A DCore.cpp2042 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) {
2043 return wrap(unwrap(B)->CreateCondBr(unwrap(If), unwrap(Then), unwrap(Else)));
2058 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch,
2060 return wrap(unwrap(B)->CreateInvoke(unwrap(Fn), unwrap(Then), unwrap(Catch),
2509 LLVMValueRef Then, LLVMValueRef Else,
2511 return wrap(unwrap(B)->CreateSelect(unwrap(If), unwrap(Then), unwrap(Else),
2041 LLVMBuildCondBr(LLVMBuilderRef B, LLVMValueRef If, LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) argument
2056 LLVMBuildInvoke(LLVMBuilderRef B, LLVMValueRef Fn, LLVMValueRef *Args, unsigned NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, const char *Name) argument
2508 LLVMBuildSelect(LLVMBuilderRef B, LLVMValueRef If, LLVMValueRef Then, LLVMValueRef Else, const char *Name) argument
/external/chromium_org/v8/src/
H A Dapi.cc5954 Local<Promise> Promise::Then(Handle<Function> handler) { function in class:v8::Promise
5957 LOG_API(isolate, "Promise::Then");
H A Dhydrogen.cc902 void HGraphBuilder::IfBuilder::Then() { function in class:v8::internal::HGraphBuilder::IfBuilder
972 Then();
1315 length_checker.Then();
1323 capacity_checker.Then();
1375 cow_checker.Then();
1416 if_builder.Then();
1471 key_smi_if.Then();
1492 not_string_or_name_if.Then();
1509 not_symbol_if.Then();
1526 string_index_if.Then();
[all...]

Completed in 417 milliseconds