| /external/llvm-project/clang/test/Modules/ |
| D | elaborated-type-specifier-from-hidden-module.m | 10 struct S3 { float y; }; // expected-error {{has incompatible definitions}} // expected-note {{field… struct 15 void useS1(struct S1 *x); 16 void useS2(struct S2 *x); 17 void useS2(struct S2 *x);
|
| /external/clang/test/Modules/ |
| D | elaborated-type-specifier-from-hidden-module.m | 11 struct S3 { float y; }; // expected-error {{redefinition}} argument 16 void useS1(struct S1 *x); 17 void useS2(struct S2 *x); 18 void useS2(struct S2 *x);
|
| /external/llvm-project/clang/test/OpenMP/ |
| D | threadprivate_codegen.cpp | 85 struct S3 { struct 88 S3() in S3() argument 91 S3(int a) in S3() function 94 S3(const S3 &s) { in S3() function 97 ~S3() { in ~S3() argument
|
| /external/clang/test/OpenMP/ |
| D | threadprivate_codegen.cpp | 67 struct S3 { struct 70 S3() in S3() function 73 S3(int a) in S3() function 76 S3(const S3 &s) { in S3() function 79 ~S3() { in ~S3() argument
|
| /external/libabigail/tests/data/test-abicompat/ |
| D | test0-fn-changed-libapp-v0.cc | 37 struct S3 struct 39 int m0; 41 S3() in S3() argument 77 fun3(S3*) in fun3() argument
|
| D | test0-fn-changed-libapp-v1.cc | 45 struct S3 struct 47 int m0; 48 unsigned char m1; 50 S3() in S3() function
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | openmp_default_simd_align.cpp | 31 struct S3 { struct 37 static const int test11 = __builtin_omp_required_simd_align(decltype(S3::s2.x)); argument 38 …static const int test12 = __builtin_omp_required_simd_align(decltype(S3::s2.s)); // expected-error… argument
|
| D | attr-aligned.cpp | 12 typedef struct __attribute__((aligned(4))) S3 { struct 14 } S3 __attribute__((aligned(8))); typedef
|
| D | warn-dangling-field.cpp | 26 struct S3 { struct 28 S3(Y y) : x1(y), x2(y) {} // no-warning: conversion operator in S3() argument
|
| D | alignof.cpp | 33 struct S3 { struct 39 static const int test11 = __alignof__(S3::s2.x); argument 40 …static const int test12 = __alignof__(S3::s2.s); // expected-error {{invalid application of '__ali… argument
|
| D | warn-bad-memaccess.cpp | 17 struct S3 { float x, y; S1 s[4]; void (*f)(S1**); } s3; argument
|
| /external/clang/test/SemaCXX/ |
| D | openmp_default_simd_align.cpp | 31 struct S3 { struct 37 static const int test11 = __builtin_omp_required_simd_align(decltype(S3::s2.x)); argument 38 …static const int test12 = __builtin_omp_required_simd_align(decltype(S3::s2.s)); // expected-error… argument
|
| D | attr-aligned.cpp | 12 typedef struct __attribute__((aligned(4))) S3 { struct 14 } S3 __attribute__((aligned(8))); argument
|
| D | warn-dangling-field.cpp | 26 struct S3 { struct 28 S3(Y y) : x1(y), x2(y) {} // no-warning: conversion operator in S3() argument
|
| D | alignof.cpp | 33 struct S3 { struct 39 static const int test11 = __alignof__(S3::s2.x); argument 40 …static const int test12 = __alignof__(S3::s2.s); // expected-error {{invalid application of 'align… argument
|
| D | warn-bad-memaccess.cpp | 16 struct S3 { float x, y; S1 s[4]; void (*f)(S1**); } s3; argument
|
| /external/clang/test/CodeGen/ |
| D | pragma-pack-1.c | 27 struct S3 struct 29 char a[3]; 31 struct T3 35 } d; 37 struct T32 61 // CHECK: %struct.S3 = type { [3 x i8], i8, %struct.T3, %struct.T32 } argument
|
| /external/llvm-project/clang/test/CodeGen/ |
| D | pragma-pack-1.c | 27 struct S3 struct 29 char a[3]; 31 struct T3 35 } d; 37 struct T32 61 // CHECK: %struct.S3 = type { [3 x i8], i8, %struct.T3, %struct.T32 } argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | StringSwitch.h | 98 StringLiteral S3, T Value) { in Cases() 103 StringLiteral S3, StringLiteral S4, T Value) { in Cases() 108 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() 114 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() 120 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() 126 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() 133 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() 171 StringLiteral S3, T Value) { in CasesLower() 176 StringLiteral S3, StringLiteral S4, T Value) { in CasesLower()
|
| /external/llvm-project/llvm/include/llvm/ADT/ |
| D | StringSwitch.h | 98 StringLiteral S3, T Value) { in Cases() 103 StringLiteral S3, StringLiteral S4, T Value) { in Cases() 108 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() 114 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() 120 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() 126 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() 133 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() 171 StringLiteral S3, T Value) { in CasesLower() 176 StringLiteral S3, StringLiteral S4, T Value) { in CasesLower()
|
| /external/llvm-project/llvm/unittests/ADT/ |
| D | ImmutableSetTest.cpp | 64 ImmutableSet<int> S3 = f.add(S, 2); in TEST_F() local 83 ImmutableSet<int> S3 = f.add(f.add(f.add(S2, 9), 20), 43); in TEST_F() local 121 ImmutableSet<int> S3 = f.add(S2, 3); in TEST_F() local 144 ImmutableSet<char> S3 = f.add(f.add(S2, 'o'), 'u'); in TEST_F() local 156 ImmutableSet<char> S3 = f.add(f.add(f.add(S2, 'f'), 'g'), 'h'); in TEST_F() local 179 ImmutableSet<long> S3 = f.add(f.add(f.add(S2, 3), 4), 5); in TEST_F() local
|
| /external/llvm/unittests/ADT/ |
| D | ImmutableSetTest.cpp | 65 ImmutableSet<int> S3 = f.add(S, 2); in TEST_F() local 84 ImmutableSet<int> S3 = f.add(f.add(f.add(S2, 9), 20), 43); in TEST_F() local 122 ImmutableSet<int> S3 = f.add(S2, 3); in TEST_F() local 145 ImmutableSet<char> S3 = f.add(f.add(S2, 'o'), 'u'); in TEST_F() local 157 ImmutableSet<char> S3 = f.add(f.add(f.add(S2, 'f'), 'g'), 'h'); in TEST_F() local 180 ImmutableSet<long> S3 = f.add(f.add(f.add(S2, 3), 4), 5); in TEST_F() local
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | finegrain-bitfield-access.cpp | 131 struct S3 { struct 137 S3 a3; argument
|
| D | override-bit-field-layout.cpp | 20 struct S3 { struct 27 struct S4 : S3 { argument
|
| /external/clang/test/Modules/Inputs/ |
| D | elaborated-type-structs.h | 3 struct S3 { int x; }; argument
|