| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | resolve59.f90 | 36 function rf() function 37 real :: rf local 40 procedure(rf), pointer :: f4 41 f4 => rf 100 function rf() function 101 real :: rf local 105 procedure(rf), pointer :: r 106 r => rf
|
| H A D | typeinfo01.f90 | 134 procedure :: rf, ru, wf, wu method 135 generic :: read(formatted) => rf 141 subroutine rf(x,u,iot,v,iostat,iomsg) subroutine 178 procedure :: rf 190 subroutine rf(x,u,iot,v,iostat,iomsg) subroutine
|
| /llvm-project-15.0.7/lldb/test/Shell/Reproducer/Modules/ |
| H A D | TestModuleCXX.test | 4 # RUN: rm -rf %t.repro 5 # RUN: rm -rf %t.root 6 # RUN: rm -rf %t.clang-cache 7 # RUN: rm -rf %t.lldb-cache 31 # RUN: rm -rf %t.root 32 # RUN: rm -rf %t.clang-cache 33 # RUN: rm -rf %t.lldb-cache
|
| /llvm-project-15.0.7/polly/lib/External/ |
| H A D | update-isl.sh | 24 (cd $GITDIR && rm -rf m4 autogen.sh configure.ac) 28 rm -rf $GITDIR/.git 29 rm -rf $GITDIR/imath/.git 34 rm -rf $ISL_SOURCE_DIR 38 rm -rf $TMPDIR
|
| /llvm-project-15.0.7/clang/test/CodeCompletion/ |
| H A D | pch-and-module.m | 13 // RUN: rm -rf %t && mkdir %t 17 // RUN: rm -rf %t && mkdir %t 22 // RUN: rm -rf %t && mkdir %t 27 // RUN: rm -rf %t && mkdir %t 31 // RUN: rm -rf %t
|
| /llvm-project-15.0.7/clang/test/Analysis/scan-build/ |
| H A D | silence-core-checkers.test | 4 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 9 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 15 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 21 RUN: rm -rf %t.output_dir && mkdir %t.output_dir
|
| H A D | deduplication.test | 4 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 12 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 21 RUN: rm -rf %t.output_dir && mkdir %t.output_dir
|
| H A D | exclude_directories.test | 4 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 20 RUN: rm -rf %t.output_dir && mkdir %t.output_dir 30 RUN: rm -rf %t.output_dir && mkdir %t.output_dir
|
| /llvm-project-15.0.7/lldb/test/Shell/Reproducer/ |
| H A D | TestWorkingDir.test | 6 # RUN: rm -rf %t.repro 13 # RUN: rm -rf %t/binary 20 # RUN: rm -rf %t.repro 21 # RUN: rm -rf %t
|
| H A D | TestHomeDir.test | 3 # RUN: rm -rf %t.repro 4 # RUN: rm -rf %t.home
|
| /llvm-project-15.0.7/openmp/runtime/test/misc_bugs/ |
| H A D | many-microtask-args.c | 31 int rf = 2216; in main() local 32 if (r != rf) { in main() 33 fprintf(stderr, "r should be %d but instead equals %d\n", rf, r); in main()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | prebuilt-implicit-modules.m | 1 // RUN: rm -rf %t 6 // RUN: rm -rf %t1 13 // RUN: rm -rf %t1 18 // RUN: rm -rf %t1 24 // RUN: rm -rf %t2
|
| H A D | ignored_macros.m | 2 // RUN: rm -rf %t.modules 9 // RUN: rm -rf %t.modules 18 // RUN: rm -rf %t.modules 25 // RUN: rm -rf %t.modules 32 // RUN: rm -rf %t.modules
|
| H A D | implicit-private-with-submodule.m | 1 // RUN: rm -rf %t 5 // RUN: rm -rf %t 9 // RUN: rm -rf %t 11 // RUN: rm -rf %t
|
| H A D | find-privateheaders.m | 1 // RUN: rm -rf %t.cache 4 // RUN: rm -rf %t.cache
|
| H A D | implicit-private-canonical.m | 1 // RUN: rm -rf %t 7 // RUN: rm -rf %t 11 // RUN: rm -rf %t
|
| H A D | incomplete-module.m | 3 // RUN: rm -rf %t 7 // RUN: rm -rf %t
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/ |
| H A D | p2.cpp | 23 register void rf(); // expected-error {{illegal storage class on function}} 36 register void rf(); // expected-error {{storage class specified for a member declaration}}
|
| /llvm-project-15.0.7/third-party/ |
| H A D | update_benchmark.sh | 11 rm -rf benchmark 13 rm -rf benchmark/.git*
|
| /llvm-project-15.0.7/lldb/scripts/lldb-test-qemu/ |
| H A D | setup.sh | 104 rm -rf linux.git 109 rm -rf linux.build 114 rm -rf qemu.git
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RTDyldMemoryManager.cpp | 45 static void((*rf)(void *)) = 0; in __register_frame() local 49 *(void **)&rf = in __register_frame() 52 if (rf) in __register_frame() 53 rf(p); in __register_frame()
|
| /llvm-project-15.0.7/libc/src/__support/File/ |
| H A D | file.h | 129 constexpr File(WriteFunc *wf, ReadFunc *rf, SeekFunc *sf, CloseFunc *cf, in File() argument 132 : platform_write(wf), platform_read(rf), platform_seek(sf), in File() 140 static void init(File *f, WriteFunc *wf, ReadFunc *rf, SeekFunc *sf, in init() argument 146 f->platform_read = rf; in init()
|
| /llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/ |
| H A D | branch-no-const.ll | 16 br i1 %A, label %rt, label %rf 19 rf:
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | migrate.m | 1 // RUN: rm -rf %t 5 // RUN: rm -rf %t
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ifs/ |
| H A D | fail-file-write.test | 4 # RUN: rm -rf %t.TestDir 10 # RUN: rm -rf %t.TestDir
|