Home
last modified time | relevance | path

Searched defs:s3 (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/llvm-project/clang/test/CodeGen/
H A Dpr45476.cpp8 struct s3 { struct
12 _Atomic struct s3 a; argument
H A Dms_struct.c18 struct s3 { struct
21 } ATTR s3; argument
H A Dbpf-attr-preserve-access-index-7.c9 struct __reloc__ s3; variable
23 struct s3 { struct
26 typedef struct s3 __s3; argument
/llvm-project/flang/test/Semantics/
H A Dresolve27.f9015 submodule(m:s1) s3 submodule
19 !ERROR: Module 'm' already has a submodule named 's3' argument
20 submodule(m:s2) s3 submodule
21 integer y variable
H A Dcoarrays01.f9030 subroutine s3 subroutine
31 type :: team_type
33 type :: foo
36 type(team_type) :: t1
37 type(foo) :: t2
38 type(team_type) :: t3(3)
39 real :: y[10,*]
H A Dassign01.f9041 subroutine s3 subroutine
42 logical, allocatable :: m1(:,:)
43 logical :: m2(4,2)
44 real :: x(4,4), y(4,4)
45 real :: a(4,5), b(4,5)
H A Dresolve22.f9022 subroutine s3 subroutine
23 type t type
25 interface t interface
28 type t type
30 type(t) :: x local
H A Dresolve123.f9027 subroutine s3(arg) subroutine
36 end subroutine s3 argument
H A Dresolve62.f9035 subroutine s3 subroutine
36 interface operator(.foo.)
44 logical :: a, b, c local
H A Dsymbol11.f9049 subroutine s3 subroutine
52 !DEF: /s3/t1/a1 ObjectEntity INTEGER(4) argument
58 !DEF: /s3/t2/a2 ObjectEntity INTEGER(4) argument
63 !REF: /s3/t1 argument
66 !REF: /s3/x argument
H A Dresolve30.f9019 subroutine s3 subroutine
21 integer :: i, j local
H A Dcall35.f9013 subroutine s3 subroutine
14 interface
H A Dresolve35.f9020 subroutine s3 subroutine
21 real :: a(10,10), b(10,10)
22 type y; end type
23 integer(8) :: x local
H A Ddata02.f9026 subroutine s3 subroutine
27 complex :: z1, z2
H A Dlabel14.f9026 subroutine s3 subroutine
30 10 end block
31 20 end block
H A Dresolve39.f9019 subroutine s3 subroutine
22 real :: a(10)
/llvm-project/clang/test/CodeGenObjC/
H A Dproperty-aggregate.m6 struct s3 { char c[3]; }; argument
14 @property struct s3 s3; property
/llvm-project/flang/test/Lower/
H A Dequivalence-1.f9036 SUBROUTINE s3 subroutine
56 END SUBROUTINE s3 argument
H A Dcommon-block.f9040 subroutine s3 global() subroutine
49 cs3 global() argument
/llvm-project/flang/test/Semantics/Inputs/
H A Dmodfile09-d.f901 submodule(m:s2) s3 submodule
2 integer s3_x argument
/llvm-project/libcxx/test/std/containers/views/views.span/span.cons/
H A Darray.pass.cpp39 std::span< volatile int> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() local
48 std::span< volatile int,3> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() local
58 std::span< volatile int> s3{ arr}; // a span< volatile int> pointing at const int. in checkCV() local
69 std::span< volatile int,3> s3{ arr}; // a span< volatile int> pointing at const int. in checkCV() local
89 std::span<const T> s3 = val; in testSpan() local
[all...]
H A Dspan.verify.cpp47 …std::span< int> s3{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV() local
60 …std::span< int, 0> s3{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV() local
73 …std::span< int> s3{cvsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local
86 …std::span< int, 0> s3{cvsp}; // expected-error {{no matching constructor for initial… in checkCV() local
103 …std::span<float, 0> s3{sp}; // expected-error {{no matching constructor for initialization of 'std… in main() local
/llvm-project/clang/test/Sema/
H A Darm-layout.c36 struct s3 { struct
41 check(s3_size, sizeof(struct s3) == 8); argument
H A Dpragma-pack-5.c31 struct s3 { struct
37 extern int check[sizeof(struct s3) == 8 ? 1 : -1]; argument
/llvm-project/libcxx/test/std/localization/locales/locale/locale.operators/
H A Dcompare.pass.cpp29 std::string s3("BaaaaaA"); in main() local
35 std::wstring s3(L"BaaaaaA"); in main() local

12345678910>>...17