/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | token.ml | 18 | If | Then | Else Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | token.ml | 18 | If | Then | Else Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | token.ml | 18 | If | Then | Else Constructor
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 164 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/ |
D | toy.cpp | 183 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/ |
D | toy.cpp | 189 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/ |
D | control-builders.cc | 18 void IfBuilder::Then() { builder_->NewIfTrue(); } in Then() function in v8::internal::compiler::IfBuilder
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 294 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/ |
D | toy-jit.cpp | 167 ExprAST *Cond, *Then, *Else; member in IfExprAST 334 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
|
D | toy.cpp | 168 ExprAST *Cond, *Then, *Else; member in IfExprAST 335 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 182 ExprAST *Cond, *Then, *Else; member in IfExprAST 349 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
|
D | toy.cpp | 189 ExprAST *Cond, *Then, *Else; member in IfExprAST 356 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 166 ExprAST *Cond, *Then, *Else; member in IfExprAST 333 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
D | toy.cpp | 182 std::unique_ptr<ExprAST> Cond, Then, Else; member 358 auto Then = ParseExpression(); in ParseIfExpr() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 208 ExprAST *Cond, *Then, *Else; member in IfExprAST 375 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/ |
D | toy.cpp | 182 std::unique_ptr<ExprAST> Cond, Then, Else; member 358 auto Then = ParseExpression(); in ParseIfExpr() local
|
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
D | toy.cpp | 182 std::unique_ptr<ExprAST> Cond, Then, Else; member 358 auto Then = ParseExpression(); in ParseIfExpr() local
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
D | toy.cpp | 183 std::unique_ptr<ExprAST> Cond, Then, Else; member 359 auto Then = ParseExpression(); in ParseIfExpr() local
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1680 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/ |
D | Core.cpp | 2242 LLVMBasicBlockRef Then, LLVMBasicBlockRef Else) { in LLVMBuildCondBr() 2258 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke() 2747 LLVMValueRef Then, LLVMValueRef Else, in LLVMBuildSelect()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 650 static void CreateIfFixit(Sema &S, const Stmt *If, const Stmt *Then, in CreateIfFixit()
|
D | TreeTransform.h | 1165 VarDecl *CondVar, Stmt *Then, in RebuildIfStmt() 6138 StmtResult Then = getDerived().TransformStmt(S->getThen()); in TransformIfStmt() local
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3015 const Stmt *const Then = Node.getThen(); in AST_MATCHER_P() local
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 2215 Stmt *Then = I->getThen(); in VisitIfStmt() local
|
/external/v8/src/ |
D | api.cc | 6475 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
|