Home
last modified time | relevance | path

Searched refs:dir1 (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Ddiff-r.txt4 # RUN: rm -rf %t/dir1 %t/dir2
5 # RUN: mkdir -p %t/dir1 %t/dir2
8 # RUN: echo "hello" > %t/dir1/f1
12 # RUN: mkdir -p %t/dir1/subdir %t/dir2/subdir
13 # RUN: echo "12345" > %t/dir1/subdir/f01
15 # RUN: echo -e "xxx\nzzz\nyyy" > %t/dir1/subdir/f02
19 # RUN: mkdir -p %t/dir1/empty_subdir %t/dir2/empty_subdir
20 # RUN: diff -r %t/dir1 %t/dir2
H A Ddiff-r-error-5.txt2 # RUN: rm -rf %t/dir1 %t/dir2
3 # RUN: mkdir -p %t/dir1 %t/dir2
6 # RUN: mkdir -p %t/dir1/extra_subdir
7 # RUN: echo ZYX > %t/dir1/extra_subdir/extra_file
8 # RUN: diff -r %t/dir1 %t/dir2
H A Ddiff-r-error-1.txt2 # RUN: rm -rf %t/dir1 %t/dir2
3 # RUN: mkdir -p %t/dir1 %t/dir2
6 # RUN: mkdir -p %t/dir1/subdir %t/dir2/subdir
7 # RUN: echo "12345" > %t/dir1/subdir/f01
9 # RUN: diff -r %t/dir1 %t/dir2
H A Ddiff-r-error-3.txt2 # RUN: rm -rf %t/dir1 %t/dir2
3 # RUN: mkdir -p %t/dir1 %t/dir2
6 # RUN: mkdir -p %t/dir1/extra_subdir
7 # RUN: diff -r %t/dir1 %t/dir2
H A Ddiff-r-error-4.txt2 # RUN: rm -rf %t/dir1 %t/dir2
3 # RUN: mkdir -p %t/dir1 %t/dir2
6 # RUN: mkdir -p %t/dir1/extra_subdir
8 # RUN: diff -r %t/dir1 %t/dir2
H A Ddiff-r-error-0.txt2 # RUN: rm -rf %t/dir1 %t/dir2
3 # RUN: mkdir -p %t/dir1 %t/dir2
6 # RUN: touch %t/dir1/dir1unique
8 # RUN: diff -r %t/dir1 %t/dir2
H A Ddiff-r-error-6.txt2 # RUN: rm -rf %t/dir1 %t/dir2
3 # RUN: mkdir -p %t/dir1 %t/dir2
6 # RUN: echo -n > %t/dir1/extra_file
8 # RUN: diff -r %t/dir1 %t/dir2
H A Ddiff-r-error-2.txt2 # RUN: rm -rf %t/dir1 %t/dir2
3 # RUN: mkdir -p %t/dir1 %t/dir2
7 # RUN: diff -r %t/dir1 %t/dir2
H A Dvalid-shell.txt84 # RUN: mkdir -p %T/dir1 %T/dir2
85 # RUN: cd %T/dir1 && echo "hello" > temp1.txt
87 # RUN: diff temp2.txt ../dir1/temp1.txt
/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/
H A Dinput-dir.test3 RUN: echo "%t.dir1" >> %t.input
6 RUN: mkdir -p %t.dir1
9 RUN: echo ' ' > %t.dir1/bar
10 RUN: echo ' ' > %t.dir1/foo
16 RUN: llvm-profdata merge -weighted-input=2,%t.dir2 -dump-input-file-list -o /dev/null %t.dir1 | Fil…
18 CHECK-DAG: 1,{{.*}}.dir1{{[/\\]}}bar
19 CHECK-DAG: 1,{{.*}}.dir1{{[/\\]}}foo
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dfilename-spec.s3 # RUN: cd %t && mkdir dir0 dir1 dir2
40 # RUN: cp tx.o dir1/filename-spec1.o
42 # RUN: llvm-ar rc dir1/lib1.a dir1/filename-spec1.o
48 # RUN: dir1/lib1.a dir2/lib2.a
54 # RUN: dir1/lib1.a dir2/lib2.a
60 # RUN: dir1/lib1.a dir2/lib2.a
66 # RUN: dir1/lib1.a dir2/lib2.a
70 # RUN: cp dir1/lib1.a 'lib1().a'
/llvm-project-15.0.7/libc/test/src/dirent/
H A Ddirent_test.cpp30 struct ::dirent *file1 = nullptr, *file2 = nullptr, *dir1 = nullptr, in TEST() local
41 dir1 = d; in TEST()
51 ASSERT_TRUE(dir1 != nullptr); in TEST()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/
H A Dremove_all.pass.cpp136 const path dir1 = env.create_dir(dir / "dir1"); in TEST_CASE() local
139 dir, dir1, in TEST_CASE()
142 env.create_file(dir1 / "file2", 42), in TEST_CASE()
143 env.create_directory_symlink(dir, dir1 / "sym2") in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/
H A Dcreate_directory.pass.cpp87 const path dir1 = env.make_env_path("dir1"); in TEST_CASE() local
92 TEST_CHECK(!is_directory(dir1)); in TEST_CASE()
H A Dcreate_directory_with_attributes.pass.cpp88 const path dir1 = env.make_env_path("dir1"); in TEST_CASE() local
94 TEST_CHECK(!is_directory(dir1)); in TEST_CASE()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dthinlto_backend.ll32 ; RUN: mkdir -p %T/dir1
33 ; RUN: cd %T/dir1
36 ; RUN: llvm-dis %T/dir1/*1.s.3.import.bc -o - | FileCheck --check-prefix=CHECK-IMPORT %s
/llvm-project-15.0.7/libc/test/src/dirent/testdata/
H A DCMakeLists.txt3 file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/dir1)
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug_line_invalid.test203 # NONFATAL: include_directories[ 1] = "dir1"
218 # NONFATAL: include_directories[ 1] = "dir1"
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-line.yaml39 ## | | | | | | | | +---------- include_directories[1] "dir1\0"
84 - dir1
118 ## | | | | | | | | +---------- include_directories[1] "dir1\0"
/llvm-project-15.0.7/llvm/test/Transforms/LowerMatrixIntrinsics/
H A Dremarks-shared-subtrees.ll134 !17 = !DIFile(filename: "file1.h", directory: "dir1")
/llvm-project-15.0.7/lldb/docs/use/
H A Dsymbols.rst77 % defaults write com.apple.DebugSymbols DBGSpotlightPaths -array /path/dir1 /path/dir2
/llvm-project-15.0.7/llvm/docs/
H A DLibFuzzer.rst242 ./fuzzer [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]
H A DAMDGPUUsage.rst1755 file:///dir1/dir2/file1