Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/llvm-project/flang/test/Evaluate/
H A Dfolding21.f906 subroutine s1(a,b) subroutine
7 real nada1(-2:-1) ! size = 2
8 real nada2(-1:-1) ! size = 1
9 real nada3( 0:-1) ! size = 0
10 real nada4( 1:-1) ! size = 0
11 real nada5( 2:-1) ! size = 0
12 real nada6( 3:-1) ! size = 0
13 real nada7( 5, 3:-1) ! size = 0
14 real nada8( -1) ! size = 0
16 integer, parameter :: size1 = size(nada1)
[all …]
/llvm-project/flang/test/Semantics/
H A Ddata06.f903 subroutine s1 subroutine
4 type :: t1
7 type(t1) :: t1x
10 type :: t2
14 type(t2) :: t2x
16 integer :: ja = 888
19 integer :: a1(10)
22 integer :: a2(10)
25 integer :: a3(2)
28 integer :: a4(3)
[all …]
H A Dresolve94.f907 subroutine s1() subroutine
9 team2s1 global() argument
10 rCoarrays1 global() argument
11 rVar2s1 global() argument
12 iVar2s1 global() argument
13 intArrays1 global() argument
14 intScalarCoarrays1 global() argument
15 intCoarrays1 global() argument
16 smallIntCoarrays1 global() argument
H A Dresolve69.f902 subroutine s1() subroutine
71 end subroutine s1 argument
17 constVals1 global() argument
18 nonConstVals1 global() argument
20 colonString1s1 global() argument
21 constKindStrings1 global() argument
22 constKindString1s1 global() argument
24 constKindString2s1 global() argument
26 nonConstKindStrings1 global() argument
28 deferredStrings1 global() argument
30 colonString2s1 global() argument
32 colonString3s1 global() argument
34 foo1s1 global() argument
36 foo2s1 global() argument
37 __anonb38b1dca0105s1 global() argument
45 badParamValues1 global() argument
47 deriveds1 global() argument
H A Ddosemantics05.f9013 subroutine s1() subroutine
15 integer :: i, ivar, jvar, kvar
16 real :: x local
18 type point
22 type, extends(point) :: color_point
26 type(point), target :: c local
27 class(point), pointer :: p_or_c
H A Dsymbol12.f905 subroutine s1 subroutine
11 !REF: /s1/d argument
27 integer e, f local
H A Dresolve21.f902 subroutine s1 subroutine
5 integer :: s1 argument
19 …!ERROR: 's1' is not an object and may not be used as the base of a component reference or type par… argument
H A Dresolve97.f9010 subroutine s1 subroutine
12 integer(kind=kind(m1j1)) :: t_s1m1j1 argument
13 integer(kind=kind(m1s1j1)) :: t_s1j1 ! implicitly typed in s1 argument
14 integer :: m1j1, m1s1j1, m1s1j2, m1s1j4 argument
21 integer(kind=kind(m1s1j3)) :: t_m1s1j3 ! m1s1j3 implicitly typed in s1 argument
28 !ERROR: Forward reference to 'm1s1j3' is not allowed in the same specification part argument
50 subroutine s1 subroutine
52 integer(kind=kind(m2j1)) :: t_s1m2j1 argument
54 integer(kind=kind(m2s1j1)) :: t_s1j1 argument
55 integer :: m2j1, m2s1j1, m2s1j2, m2s1j4 argument
[all …]
H A Dresolve124.f907 subroutine s1(n) subroutine
18 end subroutine s1 argument
H A Dresolve64.f907 subroutine s1(x, y, z) subroutine
8 logical :: x local
9 real :: y, z local
37 subroutine s1(x, y, z) subroutine
38 logical :: x local
39 complex :: y, z local
H A Ddeallocate06.f909 subroutine s1() subroutine
11 complex, pointer :: c(:)
12 complex, allocatable :: d(:)
13 complex :: e(10)
17 subroutine s2()
H A Dforall02.f9025 subroutine s1() subroutine
27 integer :: i local
28 type(impureFinal), allocatable :: ifVar, ifvar1
29 type(impureFinal), allocatable :: ifArr1(:), ifArr2(:,:)
30 type(impureFinal) :: if0
31 integer a(10)
H A Dresolve51.f904 subroutine s1() subroutine
5 type :: t type
7 procedure(f) :: ff
14 function f()
H A Dresolve50.f904 subroutine s1 subroutine
6 type(team_type) :: t local
7 complex :: x[*]
8 real :: y[*]
9 real :: z local
/llvm-project/libcxx/test/std/time/time.duration/time.duration.comparisons/
H A Dop_equal.pass.cpp32 std::chrono::seconds s1(3); in main() local
38 std::chrono::seconds s1(3); in main() local
44 std::chrono::milliseconds s1(3); in main() local
50 std::chrono::milliseconds s1(3); in main() local
56 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local
62 std::chrono::duration<int, std::ratio<2, 3> > s1(10); in main() local
68 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local
75 constexpr std::chrono::seconds s1(3); in main() local
81 constexpr std::chrono::seconds s1(3); in main() local
87 constexpr std::chrono::milliseconds s1(3); in main() local
[all …]
H A Dop_less.pass.cpp42 std::chrono::seconds s1(3); in main() local
50 std::chrono::seconds s1(3); in main() local
58 std::chrono::milliseconds s1(3); in main() local
66 std::chrono::milliseconds s1(3); in main() local
74 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local
82 std::chrono::duration<int, std::ratio<2, 3> > s1(10); in main() local
90 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local
99 constexpr std::chrono::seconds s1(3); in main() local
107 constexpr std::chrono::seconds s1(3); in main() local
115 constexpr std::chrono::milliseconds s1(3); in main() local
[all …]
H A Dcompare.three_way.pass.cpp28 std::chrono::seconds s1(3); in test() local
34 std::chrono::seconds s1(3); in test() local
40 std::chrono::milliseconds s1(3); in test() local
46 std::chrono::milliseconds s1(3); in test() local
52 std::chrono::duration<int, std::ratio<2, 3>> s1(9); in test() local
58 std::chrono::duration<int, std::ratio<2, 3>> s1(10); in test() local
64 std::chrono::duration<int, std::ratio<2, 3>> s1(9); in test() local
/llvm-project/clang/test/SemaObjC/
H A Dformat-arg-attribute.m24 struct s1 { int i; } __attribute__((format_arg(1))); // expected-warning {{'format_arg' attribute … argument
25 …; } __attribute__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to}}
26 …V0 } __attribute__((format_arg(1))); // expected-warning {{'format_arg' attribute only applies to}}
28 extern NSString *ff3 (const NSString *) __attribute__((format_arg(3-2)));
29 …tring *) __attribute__((format_arg(foo))); // expected-error {{use of undeclared identifier 'foo'}}
32 …*fi0 (int) __attribute__((format_arg(1))); // expected-error {{format argument not a string type}}
33 extern NSString *fi1 (NSString *) __attribute__((format_arg(1)));
35 extern NSString *fi2 (NSString *) __attribute__((format_arg(1)));
37 …SString *) __attribute__((format_arg(1))); // expected-error {{function does not return NSString}}
38 extern NSString *fi4 (const NSString *) __attribute__((format_arg(1)));
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-string-cstr-format.cpp57 void std_format(const std::string &s1, const std::string &s2, const std::string &s3) { in std_format()
74 void std_format_wide(const std::wstring &s1, const std::wstring &s2, const std::wstring &s3) { in std_format_wide()
92 std::string std_format_no_cstr(const std::string &s1, const std::string &s2) { in std_format_no_cstr()
97 std::string std_format_no_cstr_wide(const std::string &s1, const std::string &s2) { in std_format_no_cstr_wide()
102 std::string not_std_format(const std::string &s1) { in not_std_format()
110 std::string not_std_format_wide(const std::string &s1) { in not_std_format_wide()
119 void std_print(const std::string &s1, const std::string &s2, const std::string &s3) { in std_print()
136 void std_print_wide(const std::wstring &s1, const std::wstring &s2, const std::wstring &s3) { in std_print_wide()
154 void std_print_no_cstr(const std::string &s1, const std::string &s2) { in std_print_no_cstr()
159 void std_print_no_cstr_wide(const std::wstring &s1, const std::wstring &s2) { in std_print_no_cstr_wide()
[all …]
/llvm-project/libcxx/test/std/time/time.duration/time.duration.nonmember/
H A Dop_+.pass.cpp26 std::chrono::seconds s1(3); in main() local
32 std::chrono::seconds s1(3); in main() local
38 std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
44 std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
51 constexpr std::chrono::seconds s1(3); in main() local
57 constexpr std::chrono::seconds s1(3); in main() local
63 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
69 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
H A Dop_-.pass.cpp27 std::chrono::seconds s1(3); in main() local
33 std::chrono::seconds s1(3); in main() local
39 std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
45 std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
52 constexpr std::chrono::seconds s1(3); in main() local
58 constexpr std::chrono::seconds s1(3); in main() local
64 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
70 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(3); in main() local
/llvm-project/libcxx/test/std/numerics/numarray/class.slice/slice.ops/
H A Dslice.ops.pass.cpp24 std::slice s1; in test() local
30 std::slice s1{1, 2, 3}; in test() local
36 std::slice s1; in test() local
42 std::slice s1{0, 2, 3}; in test() local
48 std::slice s1{1, 0, 3}; in test() local
54 std::slice s1{1, 2, 0}; in test() local
/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A Dstring_view_size_size_deduction.pass.cpp57 std::basic_string s1{sv, 0, 4}; in test() local
68 std::basic_string s1{sv, 0, 4, std::allocator<char>{}}; in test() local
79 std::basic_string s1{sv, 0, 4, test_allocator<wchar_t>{}}; in test() local
91 std::basic_string s1{sv, 0, 4, min_allocator<char8_t>{}}; in test() local
102 std::basic_string s1{sv, 0, 4, min_allocator<char16_t>{}}; in test() local
112 std::basic_string s1{sv, 0, 4, explicit_allocator<char32_t>{}}; in test() local
H A Dstring_view_deduction.pass.cpp50 std::basic_string s1(sv); in test() local
61 std::basic_string s1{sv, std::allocator<char>{}}; in test() local
72 std::basic_string s1{sv, test_allocator<wchar_t>{}}; in test() local
84 std::basic_string s1{sv, min_allocator<char8_t>{}}; in test() local
95 std::basic_string s1{sv, min_allocator<char16_t>{}}; in test() local
105 std::basic_string s1{sv, explicit_allocator<char32_t>{}}; in test() local
/llvm-project/libcxx/test/std/containers/views/views.span/span.cons/
H A Dstdarray.pass.cpp40 std::span< int> s1{ arr}; // a span< int> pointing at int. in checkCV() local
45 std::span< int,3> s1{ arr}; // a span< int> pointing at int. in checkCV() local
51 std::span<const int> s1{ arr}; // a span<const int> pointing at int. in checkCV() local
59 std::span<const int,3> s1{ arr}; // a span<const int> pointing at int. in checkCV() local
71 std::span<T> s1{val}; in testConstructorArray() local
82 std::span<const T> s1{val}; in testConstructorConstArray() local

12345678910>>...26