• Home
  • Raw
  • Download

Lines Matching refs:SUBST

617 ; RUN: | FileCheck -match-full-lines %s -check-prefix=SUBST-POS
619 ; SUBST-POS:<<<<<<
620 ; SUBST-POS-NEXT: 1: def-match1 def-match2
621 ; SUBST-POS-NEXT:check:1'0 ^~~~~~~~~~~~~~~~~~~~~
622 ; SUBST-POS-NEXT:check:1'1 with "DEF_MATCH1" equal to "def-match1"
623 ; SUBST-POS-NEXT:check:1'2 with "DEF_MATCH2" equal to "def-match2"
624 ; SUBST-POS-NEXT: 2: def-match1 def-nomatch
625 ; SUBST-POS-NEXT:check:2'0 X~~~~~~~~~~~~~~~~~~~~~ error: no match found
626 ; SUBST-POS-NEXT:check:2'1 with "DEF_MATCH1" equal to "def-match1"
627 ; SUBST-POS-NEXT:check:2'2 uses undefined variable(s): "UNDEF"
628 ; SUBST-POS-NEXT:check:2'3 with "DEF_NOMATCH" equal to "foobar"
629 ; SUBST-POS-NEXT:check:2'4 ? possible intended match
630 ; SUBST-POS-NEXT:>>>>>>
653 ; RUN: | FileCheck -match-full-lines %s -check-prefix=SUBST-NEG
655 ; SUBST-NEG:<<<<<<
656 ; SUBST-NEG-NEXT: 1: def-match1 def-nomatch
657 ; SUBST-NEG-NEXT:not:1'0 X~~~~~~~~~~~~~~~~~~~~~
658 ; SUBST-NEG-NEXT:not:1'1 with "DEF_MATCH1" equal to "def-match1"
659 ; SUBST-NEG-NEXT:not:1'2 uses undefined variable(s): "UNDEF"
660 ; SUBST-NEG-NEXT:not:1'3 with "DEF_NOMATCH" equal to "foobar"
661 ; SUBST-NEG-NEXT: 2: def-match1 def-match2
662 ; SUBST-NEG-NEXT:not:1'0 ~~~~~~~~~~~~~~~~~~~~~
663 ; SUBST-NEG-NEXT:not:2'0 !~~~~~~~~~~~~~~~~~~~~ error: no match expected
664 ; SUBST-NEG-NEXT:not:2'1 with "DEF_MATCH1" equal to "def-match1"
665 ; SUBST-NEG-NEXT:not:2'2 with "DEF_MATCH2" equal to "def-match2"
666 ; SUBST-NEG-NEXT: 3: END
667 ; SUBST-NEG-NEXT:check:3 ^~~
668 ; SUBST-NEG-NEXT:>>>>>>