Searched defs:S2 (Results 1 - 25 of 256) sorted by relevance

1234567891011

/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.unused/
H A Dp1.cpp4 struct [[maybe_unused maybe_unused]] S2 {}; // expected-error {{attribute 'maybe_unused' cannot appear multiple times in an attribute specifier}} struct
/external/clang/test/Modules/Inputs/PR24954/
H A DB.h19 template <class _CharT> class S2;
22 operator<<(basic_ostream<_CharT>& __os, const S2<_CharT>& __x);
25 struct S2 { struct in namespace:B
27 operator<<(basic_ostream<_Cp>& __os, const S2<_Cp>& __x);
/external/clang/test/Modules/Inputs/
H A Delaborated-type-structs.h2 struct S2 { int x; }; struct
H A Dredecl-merge-left.h19 struct S2 { struct
24 void consume_S2(struct S2*);
/external/llvm/unittests/ADT/
H A DImmutableMapTest.cpp34 ImmutableMap<int, int> S2 = f.add(f.add(f.add(S, 3, 10), 4, 11), 5, 12); local
37 EXPECT_FALSE(S2.isEmpty());
42 EXPECT_EQ(10, *S2.lookup(3));
43 EXPECT_EQ(11, *S2.lookup(4));
44 EXPECT_EQ(12, *S2.lookup(5));
46 EXPECT_EQ(5, S2.getMaxElement()->first);
47 EXPECT_EQ(3U, S2.getHeight());
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/
H A Dp1.cpp4 struct [[nodiscard nodiscard]] S2 {}; // expected-error {{attribute 'nodiscard' cannot appear multiple times in an attribute specifier}} struct
/external/clang/test/SemaCXX/
H A Dattr-aligned.cpp8 typedef struct __attribute__((aligned(8))) S2 { char c; } AS; struct
9 static_assert(alignof(S2) == 8, "attribute not propagated");
10 static_assert(alignof(struct S2) == 8, "attribute ignored");
H A Dout-of-line-def-mismatch.cpp9 struct S2 { struct in namespace:N2::N1
20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
24 void N2::N1::S2
[all...]
H A Dfunction-extern-c.cpp22 struct S2 { struct
32 extern "C" S2 f5( void );
H A Dnew-null.cpp17 struct S2 { struct
H A Dptrtomember.cpp14 struct S2 { struct
18 int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}}
H A Dwarn-dangling-field.cpp21 struct S2 { struct
23 S2(int i) : x(i) {} // expected-warning {{binding reference member 'x' to a temporary}} function in struct:S2
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp8.cpp18 struct S2 { struct
23 void S2::f(int i) {
/external/clang/test/CodeGenCXX/
H A Dcfi-blacklist.cpp11 struct S2 { struct in namespace:std
27 void s2f(std::S2 *s2) {
H A Dexception-spec-decay.cpp17 struct S2 { struct
29 S2 <int[10]> s2;
H A Dregparm.cpp19 struct S2 { struct
23 void __attribute__((regparm(3))) foo3(struct S2 a, int b);
25 void bar3(struct S2 a, int b) {
H A Ddebug-info-nodebug.cpp33 struct S2 { struct
37 int S2::static_member = 5;
39 S2 junk;
40 func1(S2::static_const_member);
/external/clang/test/CXX/class/class.nest/
H A Dp3.cpp21 struct S2 { struct in namespace:PR6107
24 struct S2::S1 { };
/external/clang/test/Index/Inputs/
H A Dt1.c15 struct S2 { struct
22 ((struct S2 *)0)->x = 0;
/external/llvm/unittests/Support/
H A DTypeNameTest.cpp24 struct S2 {}; struct
29 StringRef S2Name = getTypeName<S2>();
37 EXPECT_TRUE(S2Name.endswith("S2")) << S2Name.str();
39 EXPECT_TRUE(S2Name.endswith("::S2")) << S2Name.str();
/external/clang/test/Analysis/
H A Dsymbol-reaper.c54 struct S2 { struct
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp3.cpp60 struct S2 { struct in struct:PR7979::S
68 template void S<int>::S2::h();
73 template <typename T> void S<T>::S2::h() {}
/external/clang/test/Index/
H A Dannotate-tokens.cpp17 struct S2 { S1 *operator->(); }; struct
18 void test3(S2 s2) {
111 // CHECK: Keyword: "struct" [17:1 - 17:7] StructDecl=S2:17:8 (Definition)
112 // CHECK: Identifier: "S2" [17:8 - 17:10] StructDecl=S2:17:8 (Definition)
113 // CHECK: Punctuation: "{" [17:11 - 17:12] StructDecl=S2:17:8 (Definition)
120 // CHECK: Punctuation: ";" [17:29 - 17:30] StructDecl=S2:17:8 (Definition)
121 // CHECK: Punctuation: "}" [17:31 - 17:32] StructDecl=S2:17:8 (Definition)
126 // CHECK: Identifier: "S2" [18:12 - 18:14] TypeRef=struct S2
[all...]
/external/clang/test/PCH/
H A Dcheck-deserializations.cpp19 struct S2 { struct
37 S2 *s2;
43 void test(S1*, S2*) {
H A Dtypes.h47 struct S2;
48 struct S2 {}; struct

Completed in 539 milliseconds

1234567891011