Home
last modified time | relevance | path

Searched defs:foo3 (Results 1 – 25 of 106) sorted by relevance

12345

/llvm-project-15.0.7/flang/test/Semantics/
H A Dcanondo11.f9020 subroutine foo3() subroutine
21 real :: a(10, 10), b(10, 10) = 1.0
25 01 end associate
H A Dresolve103.f9024 subroutine foo3(a, n3) subroutine
26 real a(n3)
27 integer n3
H A Dcall27.f9016 subroutine foo3(a) subroutine
17 real, allocatable, optional :: a local
/llvm-project-15.0.7/flang/test/Lower/
H A Dglobal-initialization.f9025 subroutine foo3() subroutine
29 integer*4, dimension(5), save :: idata = (/ (i*i, i=1,5) /)
30 integer*8, dimension(2, 10:13), save :: my_data = reshape((/1,2,3,4,5,6,7,8/), shape(my_data))
31 real*2, dimension(7:9), save :: rdata = (/100., 99., 98./)
H A Darray-elemental-calls-char-byval.f9088 subroutine foo3(i, j) subroutine
89 integer :: i(10), j(10)
H A Dderived-types-kind-params.f9047 subroutine foo3(at3) subroutine
48 type(t3(7)) :: at3
H A Darray-elemental-calls-char.f90138 subroutine foo3(i, j) subroutine
139 integer :: i(10), j(10)
/llvm-project-15.0.7/clang/test/Analysis/Checkers/WebKit/
H A Duncounted-lambda-captures.cpp12 auto foo3 = [&](){ ref_countable = nullptr; }; in raw_ptr() local
28 auto foo3 = [&](){ (void) ref_countable_ref; }; in references() local
41 auto foo3 = [&]() {}; in quiet() local
/llvm-project-15.0.7/clang/test/Format/
H A Daccess-modifiers.cpp48 struct foo3 { struct
49 int i;
50 int j;
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dmsvc_pragma_alloc_text.cpp24 void foo3() {} in foo3() function
H A Dlong-call-attr.c11 void __attribute__((near)) foo3 (void) { foo1(); foo4(); } in foo3() function
/llvm-project-15.0.7/lld/test/ELF/
H A Dversion-script.s87 foo3: label
H A Dmips-got-page-script.s61 foo3: label
H A Darm-sbrel32.s30 foo3: .space 4 label
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Daix-constructor-attribute.c14 int foo3(void) { in foo3() function
H A Dpowerpc-c99complex.c31 _Complex long double foo3(_Complex long double x) { in foo3() function
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dassembler-expressions.s17 foo3: label
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dblock-as-object.m17 void foo3(void (^block)(void)) { function
/llvm-project-15.0.7/clang/test/Parser/
H A Dobjc-interfaces.m10 -(nullable NoSuchType)foo3; // expected-error {{expected a type}} method
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllimport-runtime-fns.cpp49 T *foo3() { return dynamic_cast<T *>((C *)0); } in foo3() function
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Difunc-alias.s18 .set foo3,foo2 define
/llvm-project-15.0.7/clang/test/Analysis/copypaste/
H A Dfold.cpp28 int foo3(Args&&... args) { in foo3() function
H A Dgeneric.c25 int foo3(void) { in foo3() function
H A Dcatch.cpp23 bool foo3(int x) { in foo3() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dconvertvector.c14 vector8float foo3(double x) { in foo3() function

12345