/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 191 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 323 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 329 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 335 return LogErrorP("Expected ')' in prototype"); in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 196 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 328 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 334 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 340 return LogErrorP("Expected ')' in prototype"); in ParsePrototype()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 306 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 544 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 553 return LogErrorP("Expected unary operator"); in ParsePrototype() 562 return LogErrorP("Expected binary operator"); in ParsePrototype() 571 return LogErrorP("Invalid precedence: must be 1..100"); in ParsePrototype() 579 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 585 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 592 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 291 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 529 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 538 return LogErrorP("Expected unary operator"); in ParsePrototype() 547 return LogErrorP("Expected binary operator"); in ParsePrototype() 556 return LogErrorP("Invalid precedecnce: must be 1..100"); in ParsePrototype() 564 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 570 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 577 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | toy.cpp | 308 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 597 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 606 return LogErrorP("Expected unary operator"); in ParsePrototype() 615 return LogErrorP("Expected binary operator"); in ParsePrototype() 624 return LogErrorP("Invalid precedecnce: must be 1..100"); in ParsePrototype() 632 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 638 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 645 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | toy.cpp | 323 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 612 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 621 return LogErrorP("Expected unary operator"); in ParsePrototype() 630 return LogErrorP("Expected binary operator"); in ParsePrototype() 639 return LogErrorP("Invalid precedecnce: must be 1..100"); in ParsePrototype() 647 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 653 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 660 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 323 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 612 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 621 return LogErrorP("Expected unary operator"); in ParsePrototype() 630 return LogErrorP("Expected binary operator"); in ParsePrototype() 639 return LogErrorP("Invalid precedecnce: must be 1..100"); in ParsePrototype() 647 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 653 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 660 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 311 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 600 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 609 return LogErrorP("Expected unary operator"); in ParsePrototype() 618 return LogErrorP("Expected binary operator"); in ParsePrototype() 627 return LogErrorP("Invalid precedecnce: must be 1..100"); in ParsePrototype() 635 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 641 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 648 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | toy.cpp | 311 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 600 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 609 return LogErrorP("Expected unary operator"); in ParsePrototype() 618 return LogErrorP("Expected binary operator"); in ParsePrototype() 627 return LogErrorP("Invalid precedecnce: must be 1..100"); in ParsePrototype() 635 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 641 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 648 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 311 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 600 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 609 return LogErrorP("Expected unary operator"); in ParsePrototype() 618 return LogErrorP("Expected binary operator"); in ParsePrototype() 627 return LogErrorP("Invalid precedecnce: must be 1..100"); in ParsePrototype() 635 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 641 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 648 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | toy.cpp | 299 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 588 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 597 return LogErrorP("Expected unary operator"); in ParsePrototype() 606 return LogErrorP("Expected binary operator"); in ParsePrototype() 615 return LogErrorP("Invalid precedecnce: must be 1..100"); in ParsePrototype() 623 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 629 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 636 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 323 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 612 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 621 return LogErrorP("Expected unary operator"); in ParsePrototype() 630 return LogErrorP("Expected binary operator"); in ParsePrototype() 639 return LogErrorP("Invalid precedecnce: must be 1..100"); in ParsePrototype() 647 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 653 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 660 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 328 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 617 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 626 return LogErrorP("Expected unary operator"); in ParsePrototype() 635 return LogErrorP("Expected binary operator"); in ParsePrototype() 644 return LogErrorP("Invalid precedence: must be 1..100"); in ParsePrototype() 652 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 658 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 665 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 329 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 618 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 627 return LogErrorP("Expected unary operator"); in ParsePrototype() 636 return LogErrorP("Expected binary operator"); in ParsePrototype() 645 return LogErrorP("Invalid precedence: must be 1..100"); in ParsePrototype() 653 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 659 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 666 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | toy.cpp | 314 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 603 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 612 return LogErrorP("Expected unary operator"); in ParsePrototype() 621 return LogErrorP("Expected binary operator"); in ParsePrototype() 630 return LogErrorP("Invalid precedecnce: must be 1..100"); in ParsePrototype() 638 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 644 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 651 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 308 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 597 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 606 return LogErrorP("Expected unary operator"); in ParsePrototype() 615 return LogErrorP("Expected binary operator"); in ParsePrototype() 624 return LogErrorP("Invalid precedecnce: must be 1..100"); in ParsePrototype() 632 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 638 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 645 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | toy.cpp | 325 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 614 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 623 return LogErrorP("Expected unary operator"); in ParsePrototype() 632 return LogErrorP("Expected binary operator"); in ParsePrototype() 641 return LogErrorP("Invalid precedecnce: must be 1..100"); in ParsePrototype() 649 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 655 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 662 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 311 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 600 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 609 return LogErrorP("Expected unary operator"); in ParsePrototype() 618 return LogErrorP("Expected binary operator"); in ParsePrototype() 627 return LogErrorP("Invalid precedecnce: must be 1..100"); in ParsePrototype() 635 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 641 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 648 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 206 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 338 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 344 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 350 return LogErrorP("Expected ')' in prototype"); in ParsePrototype()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 217 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 349 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 355 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 361 return LogErrorP("Expected ')' in prototype"); in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 215 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 347 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 353 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 359 return LogErrorP("Expected ')' in prototype"); in ParsePrototype()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 227 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 359 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 365 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 371 return LogErrorP("Expected ')' in prototype"); in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 436 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 732 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 741 return LogErrorP("Expected unary operator"); in ParsePrototype() 750 return LogErrorP("Expected binary operator"); in ParsePrototype() 759 return LogErrorP("Invalid precedecnce: must be 1..100"); in ParsePrototype() 767 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 773 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 780 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 436 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 732 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 741 return LogErrorP("Expected unary operator"); in ParsePrototype() 750 return LogErrorP("Expected binary operator"); in ParsePrototype() 759 return LogErrorP("Invalid precedence: must be 1..100"); in ParsePrototype() 767 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 773 return LogErrorP("Expected ')' in prototype"); in ParsePrototype() 780 return LogErrorP("Invalid number of operands for operator"); in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 258 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP() function 472 return LogErrorP("Expected function name in prototype"); in ParsePrototype() 478 return LogErrorP("Expected '(' in prototype"); in ParsePrototype() 484 return LogErrorP("Expected ')' in prototype"); in ParsePrototype()
|