/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | StringSaver.h | 29 // All returned strings are null-terminated: *save(S).end() == 0. 30 StringRef save(const char *S) { return save(StringRef(S)); } in save() function 31 StringRef save(StringRef S); 32 StringRef save(const Twine &S); in save() function 33 StringRef save(const std::string &S) { return save(StringRef(S)); } in save() function 51 // All returned strings are null-terminated: *save(S).end() == 0. 52 StringRef save(const char *S) { return save(StringRe function 54 StringRef save(const Twine &S) { return save(StringRef(S.str())); } save() function 55 StringRef save(const std::string &S) { return save(StringRef(S)); } save() function [all...] |
/freebsd/contrib/byacc/test/btyacc/ |
H A D | rename_debug.c | 163 struct YYParseState_s *save; /* Previously saved parser state */ member 244 #define yytrial (yyps->save) 364 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 365 #define YYVALID_NESTED do { if (yyps->save && \ 366 yyps->save->save == 0) goto yyvalid; } while(0) 398 yyps->save = 0; in YYPARSE_DECL() 436 if (yyps->save) in YYPARSE_DECL() 501 YYParseState *save; in YYPARSE_DECL() local 508 save = yypath; in YYPARSE_DECL() 509 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | btyacc_destroy1.tab.c | 437 struct YYParseState_s *save; /* Previously saved parser state */ member 520 #define yytrial (yyps->save) 640 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 641 #define YYVALID_NESTED do { if (yyps->save && \ 642 yyps->save->save == 0) goto yyvalid; } while(0) 674 yyps->save = 0; in YYPARSE_DECL() 712 if (yyps->save) in YYPARSE_DECL() 777 YYParseState *save; in YYPARSE_DECL() local 784 save = yypath; in YYPARSE_DECL() 785 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | calc.tab.c | 418 struct YYParseState_s *save; /* Previously saved parser state */ member 515 #define yytrial (yyps->save) 635 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 636 #define YYVALID_NESTED do { if (yyps->save && \ 637 yyps->save->save == 0) goto yyvalid; } while(0) 669 yyps->save = 0; in YYPARSE_DECL() 707 if (yyps->save) in YYPARSE_DECL() 772 YYParseState *save; in YYPARSE_DECL() local 779 save = yypath; in YYPARSE_DECL() 780 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | calc2.tab.c | 420 struct YYParseState_s *save; /* Previously saved parser state */ member 528 #define yytrial (yyps->save) 648 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 649 #define YYVALID_NESTED do { if (yyps->save && \ 650 yyps->save->save == 0) goto yyvalid; } while(0) 682 yyps->save = 0; in YYPARSE_DECL() 720 if (yyps->save) in YYPARSE_DECL() 785 YYParseState *save; in YYPARSE_DECL() local 792 save = yypath; in YYPARSE_DECL() 793 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | error.tab.c | 304 struct YYParseState_s *save; /* Previously saved parser state */ member 381 #define yytrial (yyps->save) 501 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 502 #define YYVALID_NESTED do { if (yyps->save && \ 503 yyps->save->save == 0) goto yyvalid; } while(0) 535 yyps->save = 0; in YYPARSE_DECL() 573 if (yyps->save) in YYPARSE_DECL() 638 YYParseState *save; in YYPARSE_DECL() local 645 save = yypath; in YYPARSE_DECL() 646 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | inherit0.tab.c | 341 struct YYParseState_s *save; /* Previously saved parser state */ member 400 #define yytrial (yyps->save) 520 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 521 #define YYVALID_NESTED do { if (yyps->save && \ 522 yyps->save->save == 0) goto yyvalid; } while(0) 554 yyps->save = 0; in YYPARSE_DECL() 592 if (yyps->save) in YYPARSE_DECL() 657 YYParseState *save; in YYPARSE_DECL() local 664 save = yypath; in YYPARSE_DECL() 665 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | pure_calc.tab.c | 417 struct YYParseState_s *save; /* Previously saved parser state */ member 477 #define yytrial (yyps->save) 597 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 598 #define YYVALID_NESTED do { if (yyps->save && \ 599 yyps->save->save == 0) goto yyvalid; } while(0) 692 yyps->save = 0; in YYPARSE_DECL() 730 if (yyps->save) in YYPARSE_DECL() 795 YYParseState *save; in YYPARSE_DECL() local 802 save = yypath; in YYPARSE_DECL() 803 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | pure_error.tab.c | 305 struct YYParseState_s *save; /* Previously saved parser state */ member 345 #define yytrial (yyps->save) 465 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 466 #define YYVALID_NESTED do { if (yyps->save && \ 467 yyps->save->save == 0) goto yyvalid; } while(0) 560 yyps->save = 0; in YYPARSE_DECL() 598 if (yyps->save) in YYPARSE_DECL() 663 YYParseState *save; in YYPARSE_DECL() local 670 save = yypath; in YYPARSE_DECL() 671 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | quote_calc2-s.tab.c | 437 struct YYParseState_s *save; /* Previously saved parser state */ member 533 #define yytrial (yyps->save) 653 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 654 #define YYVALID_NESTED do { if (yyps->save && \ 655 yyps->save->save == 0) goto yyvalid; } while(0) 687 yyps->save = 0; in YYPARSE_DECL() 725 if (yyps->save) in YYPARSE_DECL() 790 YYParseState *save; in YYPARSE_DECL() local 797 save = yypath; in YYPARSE_DECL() 798 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | quote_calc4-s.tab.c | 438 struct YYParseState_s *save; /* Previously saved parser state */ member 534 #define yytrial (yyps->save) 654 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 655 #define YYVALID_NESTED do { if (yyps->save && \ 656 yyps->save->save == 0) goto yyvalid; } while(0) 688 yyps->save = 0; in YYPARSE_DECL() 726 if (yyps->save) in YYPARSE_DECL() 791 YYParseState *save; in YYPARSE_DECL() local 798 save = yypath; in YYPARSE_DECL() 799 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | stdin1.calc.c | 325 struct YYParseState_s *save; /* Previously saved parser state */ member 422 #define yytrial (yyps->save) 542 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 543 #define YYVALID_NESTED do { if (yyps->save && \ 544 yyps->save->save == 0) goto yyvalid; } while(0) 576 yyps->save = 0; in YYPARSE_DECL() 614 if (yyps->save) in YYPARSE_DECL() 679 YYParseState *save; in YYPARSE_DECL() local 686 save = yypath; in YYPARSE_DECL() 687 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | stdin2.calc.c | 325 struct YYParseState_s *save; /* Previously saved parser state */ member 422 #define yytrial (yyps->save) 542 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 543 #define YYVALID_NESTED do { if (yyps->save && \ 544 yyps->save->save == 0) goto yyvalid; } while(0) 576 yyps->save = 0; in YYPARSE_DECL() 614 if (yyps->save) in YYPARSE_DECL() 679 YYParseState *save; in YYPARSE_DECL() local 686 save = yypath; in YYPARSE_DECL() 687 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | quote_calc4.tab.c | 438 struct YYParseState_s *save; /* Previously saved parser state */ member 534 #define yytrial (yyps->save) 654 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 655 #define YYVALID_NESTED do { if (yyps->save && \ 656 yyps->save->save == 0) goto yyvalid; } while(0) 688 yyps->save = 0; in YYPARSE_DECL() 726 if (yyps->save) in YYPARSE_DECL() 791 YYParseState *save; in YYPARSE_DECL() local 798 save = yypath; in YYPARSE_DECL() 799 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | calc_code_all.tab.c | 430 struct YYParseState_s *save; /* Previously saved parser state */ member 543 #define yytrial (yyps->save) 663 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 664 #define YYVALID_NESTED do { if (yyps->save && \ 665 yyps->save->save == 0) goto yyvalid; } while(0) 697 yyps->save = 0; in YYPARSE_DECL() 735 if (yyps->save) in YYPARSE_DECL() 800 YYParseState *save; in YYPARSE_DECL() local 807 save = yypath; in YYPARSE_DECL() 808 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | calc_code_default.tab.c | 418 struct YYParseState_s *save; /* Previously saved parser state */ member 523 #define yytrial (yyps->save) 643 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 644 #define YYVALID_NESTED do { if (yyps->save && \ 645 yyps->save->save == 0) goto yyvalid; } while(0) 677 yyps->save = 0; in YYPARSE_DECL() 715 if (yyps->save) in YYPARSE_DECL() 780 YYParseState *save; in YYPARSE_DECL() local 787 save = yypath; in YYPARSE_DECL() 788 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | calc_code_imports.tab.c | 418 struct YYParseState_s *save; /* Previously saved parser state */ member 515 #define yytrial (yyps->save) 635 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 636 #define YYVALID_NESTED do { if (yyps->save && \ 637 yyps->save->save == 0) goto yyvalid; } while(0) 669 yyps->save = 0; in YYPARSE_DECL() 707 if (yyps->save) in YYPARSE_DECL() 772 YYParseState *save; in YYPARSE_DECL() local 779 save = yypath; in YYPARSE_DECL() 780 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | calc_code_requires.tab.c | 426 struct YYParseState_s *save; /* Previously saved parser state */ member 523 #define yytrial (yyps->save) 643 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 644 #define YYVALID_NESTED do { if (yyps->save && \ 645 yyps->save->save == 0) goto yyvalid; } while(0) 677 yyps->save = 0; in YYPARSE_DECL() 715 if (yyps->save) in YYPARSE_DECL() 780 YYParseState *save; in YYPARSE_DECL() local 787 save = yypath; in YYPARSE_DECL() 788 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | defines1.calc.c | 325 struct YYParseState_s *save; /* Previously saved parser state */ member 422 #define yytrial (yyps->save) 542 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 543 #define YYVALID_NESTED do { if (yyps->save && \ 544 yyps->save->save == 0) goto yyvalid; } while(0) 576 yyps->save = 0; in YYPARSE_DECL() 614 if (yyps->save) in YYPARSE_DECL() 679 YYParseState *save; in YYPARSE_DECL() local 686 save = yypath; in YYPARSE_DECL() 687 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | defines2.calc.c | 325 struct YYParseState_s *save; /* Previously saved parser state */ member 422 #define yytrial (yyps->save) 542 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 543 #define YYVALID_NESTED do { if (yyps->save && \ 544 yyps->save->save == 0) goto yyvalid; } while(0) 576 yyps->save = 0; in YYPARSE_DECL() 614 if (yyps->save) in YYPARSE_DECL() 679 YYParseState *save; in YYPARSE_DECL() local 686 save = yypath; in YYPARSE_DECL() 687 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | empty.tab.c | 309 struct YYParseState_s *save; /* Previously saved parser state */ member 377 #define yytrial (yyps->save) 497 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 498 #define YYVALID_NESTED do { if (yyps->save && \ 499 yyps->save->save == 0) goto yyvalid; } while(0) 531 yyps->save = 0; in YYPARSE_DECL() 569 if (yyps->save) in YYPARSE_DECL() 634 YYParseState *save; in YYPARSE_DECL() local 641 save = yypath; in YYPARSE_DECL() 642 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | err_syntax12.tab.c | 311 struct YYParseState_s *save; /* Previously saved parser state */ member 388 #define yytrial (yyps->save) 508 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 509 #define YYVALID_NESTED do { if (yyps->save && \ 510 yyps->save->save == 0) goto yyvalid; } while(0) 542 yyps->save = 0; in YYPARSE_DECL() 580 if (yyps->save) in YYPARSE_DECL() 645 YYParseState *save; in YYPARSE_DECL() local 652 save = yypath; in YYPARSE_DECL() 653 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | quote_calc-s.tab.c | 437 struct YYParseState_s *save; /* Previously saved parser state */ member 533 #define yytrial (yyps->save) 653 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 654 #define YYVALID_NESTED do { if (yyps->save && \ 655 yyps->save->save == 0) goto yyvalid; } while(0) 687 yyps->save = 0; in YYPARSE_DECL() 725 if (yyps->save) in YYPARSE_DECL() 790 YYParseState *save; in YYPARSE_DECL() local 797 save = yypath; in YYPARSE_DECL() 798 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | quote_calc.tab.c | 443 struct YYParseState_s *save; /* Previously saved parser state */ member 539 #define yytrial (yyps->save) 659 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 660 #define YYVALID_NESTED do { if (yyps->save && \ 661 yyps->save->save == 0) goto yyvalid; } while(0) 693 yyps->save = 0; in YYPARSE_DECL() 731 if (yyps->save) in YYPARSE_DECL() 796 YYParseState *save; in YYPARSE_DECL() local 803 save = yypath; in YYPARSE_DECL() 804 yypath = save->save; in YYPARSE_DECL() [all …]
|
H A D | quote_calc2.tab.c | 443 struct YYParseState_s *save; /* Previously saved parser state */ member 539 #define yytrial (yyps->save) 659 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0) 660 #define YYVALID_NESTED do { if (yyps->save && \ 661 yyps->save->save == 0) goto yyvalid; } while(0) 693 yyps->save = 0; in YYPARSE_DECL() 731 if (yyps->save) in YYPARSE_DECL() 796 YYParseState *save; in YYPARSE_DECL() local 803 save = yypath; in YYPARSE_DECL() 804 yypath = save->save; in YYPARSE_DECL() [all …]
|