/external/llvm-project/flang/test/Semantics/ |
D | assign01.f90 | 41 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)
|
D | coarrays01.f90 | 30 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,*]
|
D | resolve27.f90 | 15 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
|
D | resolve22.f90 | 22 subroutine s3 subroutine 23 type t type 25 interface t interface 28 type t type 30 type(t) :: x local
|
D | resolve62.f90 | 35 subroutine s3 subroutine 36 interface operator(.foo.) 44 logical :: a, b, c local
|
D | resolve09.f90 | 38 subroutine s3 subroutine 43 subroutine s3a() argument 47 subroutine s3b() argument
|
D | symbol11.f90 | 49 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
|
D | resolve35.f90 | 20 subroutine s3 subroutine 21 real :: a(10,10), b(10,10) 22 type y; end type 23 integer(8) :: x local
|
D | resolve30.f90 | 19 subroutine s3 subroutine 21 integer :: i, j local
|
/external/llvm-project/clang/test/CodeGen/ |
D | pr45476.cpp | 8 struct s3 { struct 12 _Atomic struct s3 a; argument
|
D | ms_struct.c | 18 struct s3 { struct 21 } ATTR s3; argument
|
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/ |
D | compare.pass.cpp | 43 std::string s3("BaaaaaA"); in main() local 50 std::wstring s3(L"BaaaaaA"); in main() local 60 std::string s3("BaaaaaA"); in main() local 67 std::wstring s3(L"BaaaaaA"); in main() local
|
/external/llvm-project/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/ |
D | compare.pass.cpp | 43 std::string s3("BaaaaaA"); in main() local 50 std::wstring s3(L"BaaaaaA"); in main() local 60 std::string s3("BaaaaaA"); in main() local 67 std::wstring s3(L"BaaaaaA"); in main() local
|
/external/clang/test/CodeGen/ |
D | mms-bitfields.c | 17 struct s3 { struct 20 } s3; argument
|
D | ms_struct.c | 18 struct s3 { struct 21 } ATTR s3; argument
|
/external/libaom/libaom/av1/common/arm/ |
D | mem_neon.h | 36 uint8x8_t *const s2, uint8x8_t *const s3, in load_u8_8x8() 58 uint8x16_t *const s2, uint8x16_t *const s3) { in load_u8_8x16() 70 uint8x8_t *const s2, uint8x8_t *const s3) { in load_u8_8x4() 82 uint16x4_t *const s2, uint16x4_t *const s3) { in load_u16_4x4() 95 uint16x8_t *const s2, uint16x8_t *const s3) { in load_u16_8x4() 108 int16x4_t *const s2, int16x4_t *const s3, in load_s16_4x8() 130 int16x4_t *const s2, int16x4_t *const s3) { in load_s16_4x4() 149 const uint8x8_t s3, const uint8x8_t s4, in store_u8_8x8() 171 const uint8x8_t s3) { in store_u8_8x4() 183 const uint8x16_t s3) { in store_u8_8x16() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | property-aggregate.m | 6 struct s3 { char c[3]; }; argument 14 @property struct s3 s3; property
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | property-aggregate.m | 6 struct s3 { char c[3]; }; struct 14 @property struct s3 s3; property
|
/external/libcxx/test/std/containers/views/span.cons/ |
D | span.fail.cpp | 44 …std::span< int> s3{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV() local 57 …std::span< int, 0> s3{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV() local 70 …std::span< int> s3{cvsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local 83 …std::span< int, 0> s3{cvsp}; // expected-error {{no matching constructor for initial… in checkCV() local 100 …std::span<float, 0> s3{sp}; // expected-error {{no matching constructor for initialization of 'std… in main() local
|
/external/clang/test/Sema/ |
D | arm-layout.c | 36 struct s3 { struct 41 check(s3_size, sizeof(struct s3) == 8); argument
|
D | pragma-pack-5.c | 31 struct s3 { struct 37 extern int check[sizeof(struct s3) == 8 ? 1 : -1]; argument
|
/external/llvm-project/clang/test/Sema/ |
D | arm-layout.c | 36 struct s3 { struct 41 check(s3_size, sizeof(struct s3) == 8); argument
|
D | pragma-pack-5.c | 31 struct s3 { struct 37 extern int check[sizeof(struct s3) == 8 ? 1 : -1]; argument
|
/external/llvm-project/libcxx/test/std/containers/views/span.cons/ |
D | span.fail.cpp | 48 …std::span< int> s3{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV() local 61 …std::span< int, 0> s3{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV() local 74 …std::span< int> s3{cvsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local 87 …std::span< int, 0> s3{cvsp}; // expected-error {{no matching constructor for initial… in checkCV() local 104 …std::span<float, 0> s3{sp}; // expected-error {{no matching constructor for initialization of 'std… in main() local
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_ordering.c | 17 struct s3 *s3; member 21 struct s3 { struct 28 struct s3 s3; argument
|