/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | configuration.py | 57 filecheck = None variable 151 if filecheck and os.path.lexists(filecheck): 152 return filecheck
|
H A D | dotest.py | 276 configuration.filecheck = shutil.which("FileCheck", path=args.llvm_tools_dir)
|
H A D | lldbtest.py | 2209 def filecheck( member in TestBase
|
/openbsd/gnu/llvm/llvm/utils/vscode/llvm/ |
H A D | README.md | 9 (`$llvm-lit`, `$llvm-filecheck`)
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/t/ |
H A D | Manifest.t | 76 qw( mkmanifest manicheck filecheck fullcheck 108 ok( ! ExtUtils::Manifest::filecheck(), 'no additional files in directory' ); 115 ($res, $warn) = catch_warning( \&filecheck ); 142 is( join(' ', filecheck() ), 'bar', 'listing skipped with filecheck()' );
|
/openbsd/gnu/usr.bin/clang/llvm-config/ |
H A D | LibraryDependencies.inc.Mips | 16 …{"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "filecheck", "interfacestub… 52 { "filecheck", "LLVMFileCheck", true, {} },
|
H A D | LibraryDependencies.inc.PowerPC | 16 …{"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "filecheck", "interfacestub… 52 { "filecheck", "LLVMFileCheck", true, {} },
|
H A D | LibraryDependencies.inc.Sparc | 16 …{"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "filecheck", "interfacestub… 52 { "filecheck", "LLVMFileCheck", true, {} },
|
H A D | LibraryDependencies.inc.AArch64 | 23 …{"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "filecheck", "interfacestub… 59 { "filecheck", "LLVMFileCheck", true, {} },
|
H A D | LibraryDependencies.inc.ARM | 16 …{"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "filecheck", "interfacestub… 59 { "filecheck", "LLVMFileCheck", true, {} },
|
H A D | LibraryDependencies.inc.RISCV | 16 …{"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "filecheck", "interfacestub… 52 { "filecheck", "LLVMFileCheck", true, {} },
|
H A D | LibraryDependencies.inc.X86 | 16 …{"demangle", "support", "tablegen", "core", "fuzzercli", "fuzzmutate", "filecheck", "interfacestub… 52 { "filecheck", "LLVMFileCheck", true, {} },
|
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/ |
H A D | Manifest.pm | 234 sub filecheck { subroutine
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | FileCheck.rst | 157 Sets a filecheck pattern variable ``VAR`` with value ``VALUE`` that can be 162 Sets a filecheck numeric variable ``NUMVAR`` of matching format ``FMT`` to
|