Home
last modified time | relevance | path

Searched refs:rf (Results 1 – 25 of 1032) sorted by relevance

12345678910>>...42

/llvm-project-15.0.7/flang/test/Semantics/
H A Dresolve59.f9036 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 Dtypeinfo01.f90134 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 DTestModuleCXX.test4 # 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 Dupdate-isl.sh24 (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 Dpch-and-module.m13 // 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 Dsilence-core-checkers.test4 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 Ddeduplication.test4 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 Dexclude_directories.test4 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 DTestWorkingDir.test6 # RUN: rm -rf %t.repro
13 # RUN: rm -rf %t/binary
20 # RUN: rm -rf %t.repro
21 # RUN: rm -rf %t
H A DTestHomeDir.test3 # RUN: rm -rf %t.repro
4 # RUN: rm -rf %t.home
/llvm-project-15.0.7/openmp/runtime/test/misc_bugs/
H A Dmany-microtask-args.c31 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 Dprebuilt-implicit-modules.m1 // 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 Dignored_macros.m2 // 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 Dimplicit-private-with-submodule.m1 // RUN: rm -rf %t
5 // RUN: rm -rf %t
9 // RUN: rm -rf %t
11 // RUN: rm -rf %t
H A Dfind-privateheaders.m1 // RUN: rm -rf %t.cache
4 // RUN: rm -rf %t.cache
H A Dimplicit-private-canonical.m1 // RUN: rm -rf %t
7 // RUN: rm -rf %t
11 // RUN: rm -rf %t
H A Dincomplete-module.m3 // 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 Dp2.cpp23 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 Dupdate_benchmark.sh11 rm -rf benchmark
13 rm -rf benchmark/.git*
/llvm-project-15.0.7/lldb/scripts/lldb-test-qemu/
H A Dsetup.sh104 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 DRTDyldMemoryManager.cpp45 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 Dfile.h129 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 Dbranch-no-const.ll16 br i1 %A, label %rt, label %rf
19 rf:
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dmigrate.m1 // RUN: rm -rf %t
5 // RUN: rm -rf %t
/llvm-project-15.0.7/llvm/test/tools/llvm-ifs/
H A Dfail-file-write.test4 # RUN: rm -rf %t.TestDir
10 # RUN: rm -rf %t.TestDir

12345678910>>...42