Home
last modified time | relevance | path

Searched refs:ParseUnary (Results 1 – 15 of 15) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp457 static ExprAST *ParseUnary() { in ParseUnary() function
465 if (ExprAST *Operand = ParseUnary()) in ParseUnary()
487 ExprAST *RHS = ParseUnary(); in ParseBinOpRHS()
507 ExprAST *LHS = ParseUnary(); in ParseExpression()
Dtoy.cpp458 static ExprAST *ParseUnary() { in ParseUnary() function
466 if (ExprAST *Operand = ParseUnary()) in ParseUnary()
488 ExprAST *RHS = ParseUnary(); in ParseBinOpRHS()
508 ExprAST *LHS = ParseUnary(); in ParseExpression()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp472 static ExprAST *ParseUnary() { in ParseUnary() function
480 if (ExprAST *Operand = ParseUnary()) in ParseUnary()
502 ExprAST *RHS = ParseUnary(); in ParseBinOpRHS()
522 ExprAST *LHS = ParseUnary(); in ParseExpression()
Dtoy.cpp479 static ExprAST *ParseUnary() { in ParseUnary() function
487 if (ExprAST *Operand = ParseUnary()) in ParseUnary()
509 ExprAST *RHS = ParseUnary(); in ParseBinOpRHS()
529 ExprAST *LHS = ParseUnary(); in ParseExpression()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp444 static std::unique_ptr<ExprAST> ParseUnary() { in ParseUnary() function
452 if (auto Operand = ParseUnary()) in ParseUnary()
475 auto RHS = ParseUnary(); in ParseBinOpRHS()
498 auto LHS = ParseUnary(); in ParseExpression()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp514 static std::unique_ptr<ExprAST> ParseUnary() { in ParseUnary() function
522 if (auto Operand = ParseUnary()) in ParseUnary()
545 auto RHS = ParseUnary(); in ParseBinOpRHS()
568 auto LHS = ParseUnary(); in ParseExpression()
/external/llvm/docs/tutorial/
DLangImpl6.rst339 static std::unique_ptr<ExprAST> ParseUnary() {
347 if (auto Operand = ParseUnary())
359 The problem with this function, is that we need to call ParseUnary from
361 call ParseUnary instead:
371 auto RHS = ParseUnary();
380 auto LHS = ParseUnary();
DOCamlLangImpl6.rst308 The problem with this function, is that we need to call ParseUnary from
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp456 static ExprAST *ParseUnary() { in ParseUnary() function
464 if (ExprAST *Operand = ParseUnary()) in ParseUnary()
486 ExprAST *RHS = ParseUnary(); in ParseBinOpRHS()
506 ExprAST *LHS = ParseUnary(); in ParseExpression()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp498 static ExprAST *ParseUnary() { in ParseUnary() function
506 if (ExprAST *Operand = ParseUnary()) in ParseUnary()
528 ExprAST *RHS = ParseUnary(); in ParseBinOpRHS()
548 ExprAST *LHS = ParseUnary(); in ParseExpression()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp490 static std::unique_ptr<ExprAST> ParseUnary() { in ParseUnary() function
498 if (auto Operand = ParseUnary()) in ParseUnary()
521 auto RHS = ParseUnary(); in ParseBinOpRHS()
543 auto LHS = ParseUnary(); in ParseExpression()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp490 static std::unique_ptr<ExprAST> ParseUnary() { in ParseUnary() function
498 if (auto Operand = ParseUnary()) in ParseUnary()
521 auto RHS = ParseUnary(); in ParseBinOpRHS()
543 auto LHS = ParseUnary(); in ParseExpression()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp655 static std::unique_ptr<ExprAST> ParseUnary() { in ParseUnary() function
663 if (auto Operand = ParseUnary()) in ParseUnary()
687 auto RHS = ParseUnary(); in ParseBinOpRHS()
710 auto LHS = ParseUnary(); in ParseExpression()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp490 static std::unique_ptr<ExprAST> ParseUnary() { in ParseUnary() function
498 if (auto Operand = ParseUnary()) in ParseUnary()
521 auto RHS = ParseUnary(); in ParseBinOpRHS()
543 auto LHS = ParseUnary(); in ParseExpression()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp491 static std::unique_ptr<ExprAST> ParseUnary() { in ParseUnary() function
499 if (auto Operand = ParseUnary()) in ParseUnary()
522 auto RHS = ParseUnary(); in ParseBinOpRHS()
544 auto LHS = ParseUnary(); in ParseExpression()