Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 98) sorted by relevance

1234

/llvm-project-15.0.7/flang/runtime/
H A Dio-stmt.cpp301 template <Direction DIR>
316 template <Direction DIR>
343 template <Direction DIR> int ExternalIoStatementState<DIR>::EndIoStatement() { in EndIoStatement()
348 template <Direction DIR>
357 template <Direction DIR>
365 template <Direction DIR>
376 template <Direction DIR>
387 template <Direction DIR>
392 template <Direction DIR>
406 template <Direction DIR>
[all …]
H A Dinternal-unit.cpp17 template <Direction DIR>
27 template <Direction DIR>
40 template <Direction DIR> void InternalDescriptorUnit<DIR>::EndIoStatement() { in EndIoStatement()
41 if constexpr (DIR == Direction::Output) { in EndIoStatement()
52 template <Direction DIR>
53 bool InternalDescriptorUnit<DIR>::Emit( in Emit()
55 if constexpr (DIR == Direction::Input) { in Emit()
86 template <Direction DIR>
107 template <Direction DIR>
121 template <Direction DIR>
[all …]
H A Ddescriptor-io.h45 template <int KIND, Direction DIR>
78 template <int KIND, Direction DIR>
111 template <int KIND, Direction DIR>
159 template <typename A, Direction DIR>
199 template <int KIND, Direction DIR>
241 template <Direction DIR>
244 template <Direction DIR>
254 return DescriptorIO<DIR>(io, desc); in DefaultFormattedComponentIO()
269 template <Direction DIR>
315 template <Direction DIR>
[all …]
H A Dio-stmt.h359 InternalDescriptorUnit<DIR> unit_;
362 template <Direction DIR, typename CHAR>
390 template <Direction DIR, typename CHAR>
425 template <Direction DIR>
453 template <Direction DIR, typename CHAR>
473 template <Direction DIR>
481 template <Direction DIR>
489 template <Direction DIR>
513 template <Direction DIR, typename CHAR>
535 template <Direction DIR>
[all …]
H A Dio-api.cpp45 template <Direction DIR>
70 template <Direction DIR>
95 template <Direction DIR>
121 template <Direction DIR>
181 unitNumber = DIR == Direction::Input ? 5 : 6; in BeginExternalListIO()
212 iostat = unit->SetDirection(DIR); in BeginExternalListIO()
236 template <Direction DIR>
269 iostat = unit->SetDirection(DIR); in BeginExternalFormattedIO()
295 template <Direction DIR>
325 iostat = unit->SetDirection(DIR); in BeginUnformattedIO()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/tsan/go/
H A Dbuildgo.sh164 DIR=$(mktemp -qd /tmp/gotsan.XXXXXXXXXX)
166 rm -rf $DIR
170 DIR=.
177 done > $DIR/gotsan.cpp
185 $CC $DIR/gotsan.cpp -c -o $DIR/race_debug_$SUFFIX.syso $DEBUG_FLAGS $CFLAGS
193 $CC $DIR/gotsan.cpp -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS
195 $CC $OSCFLAGS $ARCHCFLAGS test.c $DIR/race_$SUFFIX.syso -g -o $DIR/test $OSLDFLAGS $LDFLAGS
199 if nm $DIR/race_$SUFFIX.syso | grep -q __libc_; then
207 /usr/sbin/paxctl +a $DIR/test
211 $DIR/test
[all …]
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dpolybench_test.sh.in18 DIR=@POLYBENCH_DIR@
35 CPPFLAGS="$CPPFLAGS $SIZE -I $DIR/utilities"
59 for i in `cat $DIR/utilities/benchmark_list`; do
70 echo ./ppcg$EXEEXT -I $DIR/$dir $DIR/$i \
73 ./ppcg$EXEEXT -I $DIR/$dir $DIR/$i $CPPFLAGS \
75 $CC -I $DIR/$dir $CPPFLAGS $DIR/$i -o $prog_orig \
76 $DIR/utilities/polybench.c $CFLAGS
79 echo $CC -I $DIR/$dir $CPPFLAGS $source_opt \
80 -o $prog_opt $DIR/utilities/polybench.c \
83 $CC -I $DIR/$dir $CPPFLAGS $source_opt -o $prog_opt \
[all …]
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp_lib.h.var491 !DIR$ ENDIF
499 !DIR$ ENDIF
507 !DIR$ ENDIF
515 !DIR$ ENDIF
523 !DIR$ ENDIF
532 !DIR$ ENDIF
540 !DIR$ ENDIF
548 !DIR$ ENDIF
556 !DIR$ ENDIF
564 !DIR$ ENDIF
[all …]
H A Domp_lib.f90.var395 !DIR$ IF(__INTEL_COMPILER.GE.1400)
397 !DIR$ ENDIF
405 !DIR$ ENDIF
413 !DIR$ ENDIF
421 !DIR$ ENDIF
429 !DIR$ ENDIF
438 !DIR$ ENDIF
446 !DIR$ ENDIF
454 !DIR$ ENDIF
462 !DIR$ ENDIF
[all …]
/llvm-project-15.0.7/clang/test/ClangScanDeps/Inputs/removed-args/
H A Dcdb.json.template3 "directory": "DIR",
4DIR/tu.c -fmodules -fimplicit-module-maps -fmodules-validate-once-per-build-session -fbuild-sessio…
5 "file": "DIR/tu.c"
/llvm-project-15.0.7/lld/test/ELF/
H A Dearly-exit-for-bad-paths.s5 # RUN: FileCheck %s -check-prefixes=NO-DIR-OUTPUT,CHECK
7 # RUN: FileCheck %s -check-prefixes=DIR-IS-OUTPUT,CHECK
11 # RUN: FileCheck %s -check-prefixes=NO-DIR-OUTPUT,CHECK
14 # RUN: FileCheck %s -check-prefixes=DIR-IS-OUTPUT,CHECK
17 # RUN: FileCheck %s -check-prefixes=NO-DIR-MAP,CHECK
19 # RUN: FileCheck %s -check-prefixes=DIR-IS-MAP,CHECK
21 # NO-DIR-OUTPUT: error: cannot open output file does_not_exist/output:
22 # DIR-IS-OUTPUT: error: cannot open output file {{.*}}/dir_is_a_file:
23 # NO-DIR-MAP: error: cannot open map file does_not_exist/output:
24 # DIR-IS-MAP: error: cannot open map file {{.*}}/dir_is_a_file:
H A Ddeplibs.s49 # RUN: FileCheck %s -DOBJ=%t.o -DDIR=%t.dir --check-prefix=LIBA-DIR \
52 # LIBA-DIR: [[OBJ]]
53 # LIBA-DIR-NEXT: [[DIR]]{{[\\/]}}libfoo.a.a
57 # RUN: FileCheck %s -DOBJ=%t.o -DDIR=%t.dir --check-prefix=PLAIN-DIR \
60 # PLAIN-DIR: [[OBJ]]
61 # PLAIN-DIR-NEXT: [[DIR]]{{[\\/]}}foo.a
/llvm-project-15.0.7/lld/test/wasm/
H A Dearly-exit-for-bad-paths.s4 # RUN: FileCheck %s -check-prefixes=NO-DIR-OUTPUT,CHECK
6 # RUN: FileCheck %s -check-prefixes=DIR-IS-OUTPUT,CHECK
9 # RUN: FileCheck %s -check-prefixes=NO-DIR-MAP,CHECK
11 # RUN: FileCheck %s -check-prefixes=DIR-IS-MAP,CHECK
13 # NO-DIR-OUTPUT: error: cannot open output file does_not_exist/output:
14 # DIR-IS-OUTPUT: error: cannot open output file {{.*}}/dir_is_a_file:
15 # NO-DIR-MAP: error: cannot open map file does_not_exist/output:
16 # DIR-IS-MAP: error: cannot open map file {{.*}}/dir_is_a_file:
/llvm-project-15.0.7/clang/test/Driver/
H A Drocm-detect.hip83 // SPACK: ROCm installation search path (Spack 4.0.0): [[DIR:.*]]
85 // SPACK: ROCm installation search path: [[DIR]]/llvm-amdgpu-4.0.0-ieagcs7inf7runpyfvepqkurasoglq4z
88 // SPACK: InstalledDir: [[DIR]]/llvm-amdgpu-4.0.0-ieagcs7inf7runpyfvepqkurasoglq4z/bin
92 // SPACK-SAME: "-idirafter" "[[DIR]]/hip-4.0.0-5f63slrursbrvfe2txrrjkynbsywsob5/include"
94 // SPACK-MULT: InstalledDir: [[DIR:.*]]/llvm-amdgpu-4.0.0-ieagcs7inf7runpyfvepqkurasoglq4z/bin
99 // SPACK-SET: InstalledDir: [[DIR:.*]]/llvm-amdgpu-4.0.0-ieagcs7inf7runpyfvepqkurasoglq4z/bin
100 // SPACK-SET: Found HIP installation: [[DIR]]/hip-4.0.0-abcd, version 4.0.20214-a2917cd
103 // SPACK-SET-SAME: "-idirafter" "[[DIR]]/hip-4.0.0-abcd/include"
105 // SPACK-MISS: InstalledDir: [[DIR:.*]]/llvm-amdgpu-4.0.0-ieagcs7inf7runpyfvepqkurasoglq4z/bin
106 // SPACK-MISS-DAG: SPACK package hip-4.0.0 not found at [[DIR]]
[all …]
/llvm-project-15.0.7/clang/test/ClangScanDeps/Inputs/modules-context-hash/
H A Dcdb_a.json.template3 "directory": "DIR",
4 "command": "clang -c DIR/tu.c -fmodules -fmodules-cache-path=DIR/cache -IDIR/a -o DIR/tu_a.o",
5 "file": "DIR/tu.c"
H A Dcdb_b.json.template3 "directory": "DIR",
4 "command": "clang -c DIR/tu.c -fmodules -fmodules-cache-path=DIR/cache -IDIR/b -o DIR/tu_b.o",
5 "file": "DIR/tu.c"
/llvm-project-15.0.7/clang/test/ClangScanDeps/
H A Dmodulemap-via-vfs.m3 // RUN: sed -e "s|DIR|%/t.dir|g" %t.dir/build/compile-commands.json.in > %t.dir/build/compile-comma…
4 // RUN: sed -e "s|DIR|%/t.dir|g" %t.dir/build/vfs.yaml.in > %t.dir/build/vfs.yaml
17 "directory": "DIR",
18 …"command": "clang DIR/main.m -Imodules/A -fmodules -fmodules-cache-path=DIR/module-cache -fimplici…
19 "file": "DIR/main.m"
42 "external-contents": "DIR/build/module.modulemap",
46 "name": "DIR/modules/A",
/llvm-project-15.0.7/clang/test/ClangScanDeps/Inputs/resource_directory/
H A Dcdb.json.template3 "directory": "DIR",
4 …-fmodules -gmodules -fimplicit-module-maps -fmodules-cache-path=DIR/cache -c DIR/tu.c -o DIR/tu.o",
5 "file": "DIR/tu.c"
/llvm-project-15.0.7/lldb/test/Shell/Minidump/
H A Dfb-dump.test3 # RUN: FileCheck --check-prefix=CHECK-DIR --check-prefix=CHECK-APPDATA \
10 # RUN: FileCheck --check-prefix=CHECK-DIR --check-prefix=CHECK-APPDATA \
45 # CHECK-DIR: RVA SIZE TYPE StreamType
46 # CHECK-DIR-NEXT: ---------- ---------- ---------- --------------------------
47 # CHECK-DIR-NEXT: 0x{{[0-9a-f]{8} }}0x00000038 0x00000007 SystemInfo
48 # CHECK-DIR-NEXT: 0x{{[0-9a-f]{8} }}0x00000018 0x0000000f MiscInfo
50 # CHECK-DIR-NEXT: 0x{{[0-9a-f]{8} }}0x00000015 0xfacee000 FacebookThreadName
51 # CHECK-DIR-NEXT: 0x{{[0-9a-f]{8} }}0x00000010 0xface1ca7 FacebookLogcat
55 # CHECK-DIR-NEXT: 0x{{[0-9a-f]{8} }}0x00000005 0xfacecafb FacebookBuildID
57 # CHECK-DIR-NEXT: 0x{{[0-9a-f]{8} }}0x00000019 0xfacecafd FacebookJavaStack
[all …]
/llvm-project-15.0.7/clang/test/ClangScanDeps/Inputs/diagnostics/
H A Dcdb.json.template3 "directory": "DIR",
4 …clang -c DIR/tu.c -fmodules -target i386-apple-ios14.0-simulator -fmodules-cache-path=DIR/cache -W…
5 "file": "DIR/tu.c"
/llvm-project-15.0.7/llvm/test/tools/llvm-ar/
H A Dprint-thin-archive-path.test6 RUN: cd %t && llvm-ar t foo/archive.a | FileCheck %s --match-full-lines --check-prefix=PARENT-DIR
7 RUN: cd %t/foo && llvm-ar t archive.a | FileCheck %s --match-full-lines --check-prefix=CHILD-DIR
9 PARENT-DIR: foo/a.txt
10 CHILD-DIR: a.txt
/llvm-project-15.0.7/llvm/test/tools/llvm-lib/
H A Dthin-relative.test8 RUN: llvm-ar t archive.a | FileCheck %s --check-prefix=PARENT-DIR --match-full-lines
9 PARENT-DIR: foo/obj.o
12 RUN: llvm-ar t foo/archive.a | FileCheck %s --check-prefix=SAME-DIR --match-full-lines
13 SAME-DIR: foo/obj.o
/llvm-project-15.0.7/llvm/utils/
H A Dfindsym.pl19 opendir DIR,$Directory;
20 my @files = readdir DIR;
21 closedir DIR;
/llvm-project-15.0.7/libcxx/utils/ci/
H A Dapple-install-libcxx.sh23 --llvm-root <DIR> Path to the root of the LLVM monorepo. Only the libcxx
26 --build-dir <DIR> Path to the directory to use for building. This will
29 --install-dir <DIR> Path to the directory to install the library to.
31 --symbols-dir <DIR> Path to the directory to install the .dSYM bundle to.
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Dsources.test45 # RUN: FileCheck -DFILE=%t.comp-dir.o --check-prefix=CU-COMP-DIR \
48 # CU-COMP-DIR: warning: [[FILE]]: missing name for compilation unit
49 # CU-COMP-DIR-NEXT: warning: [[FILE]]: missing name for compilation unit
93 # CU-COMP-DIR-REL-NAME: /comp/first[[SEP:[/\\]]]first.c
94 # CU-COMP-DIR-REL-NAME-NEXT: /comp/second[[SEP]]second.c
141 # RUN: FileCheck --check-prefix=CU-COMP-DIR-ABS-NAME-POSIX \
144 # CU-COMP-DIR-ABS-NAME-POSIX: /abs/first.c
145 # CU-COMP-DIR-ABS-NAME-POSIX-NEXT: /abs/second.c
152 # RUN: FileCheck --check-prefix=CU-COMP-DIR-ABS-NAME-WINDOWS \
155 # CU-COMP-DIR-ABS-NAME-WINDOWS: C:\abs\first.c
[all …]

1234