/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-not/ |
H A D | not-calls-external.txt | 26 # RUN: env not %{python} fail.py | FileCheck -check-prefixes=FOO-NO,BAR-NO %s 27 # RUN: not env %{python} fail.py | FileCheck -check-prefixes=FOO-NO,BAR-NO %s 30 # RUN: | FileCheck -check-prefixes=FOO1,BAR-NO %s 33 # RUN: | FileCheck -check-prefixes=FOO1,BAR1 %s 36 # RUN: | FileCheck -check-prefixes=FOO-NO,BAR2 %s 39 # RUN: | FileCheck -check-prefixes=FOO-NO,BAR-NO %s 42 # RUN: | FileCheck -check-prefixes=FOO2,BAR1 %s 45 # RUN: | FileCheck -check-prefixes=FOO-NO,BAR1 %s 51 # RUN: | FileCheck -check-prefixes=FOO2,BAR2 %s 54 # RUN: | FileCheck -check-prefixes=FOO1,BAR1 %s [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/ |
H A D | valid-shell.txt | 6 # RUN: FileCheck --check-prefix=REMOVE-FILE < %t.out %s 9 # RUN: FileCheck --check-prefix=FILE-EXIST < %t.out %s 12 # RUN: FileCheck --check-prefix=REMOVE-FILE < %t.out %s 23 # RUN: FileCheck --check-prefix=REMOVE-PARENT-DIR < %t.out %s 26 # RUN: FileCheck --check-prefix=MAKE-PARENT-DIR < %t.out %s 30 # RUN: FileCheck --check-prefix=REMOVE-PARENT-DIR < %t.out %s 40 # RUN: FileCheck --check-prefix=MAKE-DIR < %t.out %s 43 # RUN: FileCheck --check-prefix=MAKE-DIR < %t.out %s 46 # RUN: FileCheck --check-prefix=REMOVE-DIR < %t.out %s 56 # RUN: FileCheck --check-prefix=DIRS-EXIST < %t.out %s [all …]
|
H A D | redirects.txt | 5 # RUN: FileCheck --check-prefix=STDOUT-WRITE < %t.stdout-write %s 11 # RUN: FileCheck --check-prefix=STDOUT-APPEND < %t.stdout-write %s 21 # RUN: FileCheck --check-prefix=STDERR-WRITE < %t.stderr-write %s 27 # RUN: FileCheck --check-prefix=STDERR-APPEND < %t.stderr-write %s 37 # RUN: FileCheck --check-prefix=COMBINED-WRITE < %t.combined %s
|
H A D | dev-null.txt | 4 # RUN: %{python} %S/check_args.py --my_arg /dev/null | FileCheck %s --check-prefix=CHECK1 7 # RUN: %{python} %S/check_args.py --my_arg=/dev/null | FileCheck %s --check-prefix=CHECK2 10 # RUN: %{python} %S/check_args.py -a /dev/null | FileCheck %s --check-prefix=CHECK3 13 # RUN: %{python} %S/check_args.py -a=/dev/null | FileCheck %s --check-prefix=CHECK4
|
H A D | sequencing-0.txt | 4 # RUN: FileCheck --check-prefix CHECK-AND < %t.out %s 13 # RUN: FileCheck --check-prefix CHECK-OR-1 < %t.out %s 19 # RUN: FileCheck --check-prefix CHECK-OR-2 < %t.out %s 25 # RUN: FileCheck --check-prefix CHECK-SEQ < %t.out %s
|
H A D | diff-pipes.txt | 5 # RUN: diff %t.foo %t.foo | FileCheck -allow-empty -check-prefix=EMPTY %s 6 # RUN: diff -u %t.foo %t.bar | FileCheck %s && false || true 15 # RUN: cat %t.foo | diff - %t.foo | FileCheck -allow-empty -check-prefix=EMPTY %s 16 # RUN: cat %t.bar | diff -u %t.foo - | FileCheck %s && false || true
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-env/ |
H A D | env-calls-env.txt | 4 # RUN: | FileCheck -check-prefix=CHECK-2-EMPTY %s 10 # RUN: | FileCheck -check-prefix=CHECK-2-VAL %s 16 # RUN: | FileCheck -check-prefix=CHECK-2-U %s 22 # RUN: | FileCheck -check-prefix=CHECK-2-U-VAL %s 28 # RUN: | FileCheck -check-prefix=CHECK-3 %s
|
H A D | env-u.txt | 4 # RUN: | FileCheck --check-prefix=CHECK-ENV-PRESET %s 9 # RUN: | FileCheck --check-prefix=CHECK-ENV-UNSET-1 %s 14 # RUN: | FileCheck --check-prefix=CHECK-ENV-UNSET-MULTIPLE %s
|
H A D | env.txt | 4 # RUN: | FileCheck --check-prefix=CHECK-ENV-1 %s 9 # RUN: | FileCheck --check-prefix=CHECK-ENV-MULTIPLE %s
|
H A D | mixed.txt | 4 # RUN: | FileCheck --check-prefix=CHECK-ENV-1 %s 9 # RUN: | FileCheck --check-prefix=CHECK-ENV-MULTIPLE %s
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
H A D | FileCheck.rst | 1 FileCheck - Flexible pattern matching file verifier 4 .. program:: FileCheck 9 :program:`FileCheck` *match-filename* [*--check-prefix=XXX*] [*--strict-whitespace*] 14 :program:`FileCheck` reads two files (one from standard input, and one 38 FileCheck searches the contents of ``match-filename`` for patterns to 46 FileCheck does not permit duplicate prefixes, even if one is a check prefix 56 By default, FileCheck ignores any occurrence in ``match-filename`` of any check 72 FileCheck will report an error, listing the missing prefixes. 83 By default, FileCheck allows matches of anywhere on a line. This 95 By default, FileCheck canonicalizes input horizontal whitespace (spaces and [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/ |
H A D | CMakeLists.txt | 1 add_llvm_utility(FileCheck 2 FileCheck.cpp 5 target_link_libraries(FileCheck PRIVATE LLVMFileCheck LLVMSupport)
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/utils/FileCheck/ |
H A D | BUILD.gn | 1 executable("FileCheck") { 3 "//llvm/lib/FileCheck", 6 sources = [ "FileCheck.cpp" ]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/ |
H A D | line-continuation.txt | 4 # RUN: | FileCheck %s 7 # RUN: | FileCheck %s 9 # RUN: | FileCheck %s
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/ |
H A D | line-continuation.txt | 5 # RUN: | FileCheck %s 8 # RUN: | FileCheck %s 10 # RUN: | FileCheck %s
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
H A D | CMakeLists.txt | 2 FileCheck.cpp 5 "${LLVM_MAIN_INCLUDE_DIR}/llvm/FileCheck"
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/FileCheck/ |
H A D | BUILD.gn | 1 static_library("FileCheck") { 4 sources = [ "FileCheck.cpp" ]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/ |
H A D | FileCheck.h | 177 class FileCheck { 184 explicit FileCheck(FileCheckRequest Req); 185 ~FileCheck();
|
/netbsd-src/external/apache2/llvm/lib/libLLVMFileCheck/ |
H A D | Makefile | 7 .PATH: ${LLVM_SRCDIR}/lib/FileCheck 9 SRCS+= FileCheck.cpp
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/docs/ |
H A D | AssemblyTests.md | 40 [LLVM's Filecheck](https://llvm.org/docs/CommandGuide/FileCheck.html) 50 bits of assembly. ([`CHECK-NEXT`](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-next-… 63 * Filecheck supports using [`CHECK` prefixes](https://llvm.org/docs/CommandGuide/FileCheck.html#cmd… 83 …[matching using regular expressions](https://llvm.org/docs/CommandGuide/FileCheck.html#filecheck-p… 84 allowing the creation of [named variables](https://llvm.org/docs/CommandGuide/FileCheck.html#filech… 85 …nd [checking non-sequential matches](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-d…
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/docs/ |
H A D | AssemblyTests.md | 40 [LLVM's Filecheck](https://llvm.org/docs/CommandGuide/FileCheck.html) 50 bits of assembly. ([`CHECK-NEXT`](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-next-… 63 * Filecheck supports using [`CHECK` prefixes](https://llvm.org/docs/CommandGuide/FileCheck.html#cmd… 83 …[matching using regular expressions](https://llvm.org/docs/CommandGuide/FileCheck.html#filecheck-p… 84 allowing the creation of [named variables](https://llvm.org/docs/CommandGuide/FileCheck.html#filech… 85 …nd [checking non-sequential matches](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-d…
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/ |
H A D | instrprof-value-prof.test | 4 // RUN: llvm-profdata show --all-functions -ic-targets %t.profdata | FileCheck %S/Inputs/instrpro… 11 // RUN: llvm-profdata show --all-functions -ic-targets %t.ir.profdata | FileCheck %S/Inputs/instr…
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/Linux/ |
H A D | coverage_shared.test | 14 RUN: llvm-cov show -instr-profile %t-shared.profdata %t.d/a.shared | FileCheck --check-prefix=COV %… 15 RUN: llvm-cov show -instr-profile %t-static.profdata %t-static | FileCheck --check-prefix=COV %S/..…
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | TestingGuide.rst | 75 FileCheck. 264 the :doc:`FileCheck tool <CommandGuide/FileCheck>`. *[The usage of grep in RUN 281 ; RUN: llvm-link -S %t/a.ll %t/b.ll | FileCheck %s 313 ; RUN: llvm-link %S/Inputs/ident.a.ll %S/Inputs/ident.b.ll -S | FileCheck %s 367 ; RUN: opt -S %s | FileCheck 417 ; RUN: llc -mcpu=core2 < %s | FileCheck %s -check-prefix=SSE2 418 ; RUN: llc -mcpu=corei7-avx < %s | FileCheck %s -check-prefix=AVX1 419 ; RUN: llc -mcpu=core-avx2 < %s | FileCheck %s -check-prefix=AVX2 434 triple, test with the specific FileCheck and put it into the specific 596 **FileCheck-specific substitutions:** [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/unittests/FileCheck/ |
H A D | BUILD.gn | 5 "//llvm/lib/FileCheck",
|