Home
last modified time | relevance | path

Searched defs:S1 (Results 1 – 25 of 135) sorted by relevance

123456

/external/clang/test/SemaCXX/
Dout-of-line-def-mismatch.cpp16 struct S1 {}; struct
20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match a… in func() argument
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func()
22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not… in func() argument
23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does no… in func() argument
24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does … in func() argument
Dattr-aligned.cpp4 typedef struct S1 { char c; } S1 __attribute__((aligned(8))); typedef
Dnew-null.cpp7 struct S1 { struct
8 void *operator new(size_t n) { in operator new()
11 void *operator new[](size_t n) noexcept { in operator new[]()
Delaborated-type-specifier.cpp6 typedef struct S1 { struct
11 } S1; argument
Dnamespace.cpp27 namespace S1 { namespace
38 namespace S1 { namespace
55 namespace S1 { namespace
Dtype-definition-in-specifier.cpp14 typedef struct S1 { int x; } S1_typedef; in f0() struct
/external/llvm/include/llvm/ADT/
DSetOperations.h23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union()
40 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect()
51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference()
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract()
/external/clang/test/OpenMP/
Dthreadprivate_codegen.cpp34 struct S1 { struct
36 S1() in S1() argument
39 S1(int a) in S1() argument
42 S1(const S1 &s) { in S1() function
45 ~S1() { in ~S1() argument
Dflush_messages.cpp3 struct S1 { // expected-note 2 {{declared here}} struct
4 int a;
Dtarget_codegen.cpp372 struct S1 { struct
396 S1 S; in bar() argument
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp7.cpp46 struct S1 { struct
48 S1 &operator=(int*); argument
52 S1 &s1 = operator=(&this->x); in f() argument
/external/clang/test/CodeGenObjC/
Darc-property.m17 struct S1 { Class isa; }; argument
19 @property (nonatomic, strong) __attribute__((NSObject)) struct S1 *pointer; argument
/external/clang/test/CodeGenCXX/
Dfastcall.cpp10 struct S1 { struct
12 S1(const S1 &y); argument
Dwarn-padded-packed.cpp3 struct S1 { struct
5 short s; // expected-warning {{padding struct 'S1' with 1 byte to align 's'}} argument
6 long l; // expected-warning {{padding struct 'S1' with 4 bytes to align 'l'}} argument
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { } in f() argument
Dregparm.cpp8 struct S1 { struct
10 S1(const S1 &y); argument
/external/clang/test/CXX/class/class.nest/
Dp3.cpp20 struct S1 { }; struct
24 struct S2::S1 { }; struct in PR6107::S2
/external/clang/test/Index/Inputs/
Dt1.c11 struct S1 { struct
20 struct S1 s1; in field_test() argument
/external/clang/test/Sema/
DMicrosoftCompatibility.c18 __declspec(align(32768)) struct S1 { int a; } s; /* expected-error {{requested alignment must be 81… struct
Dtype-spec-struct-union.c7 typedef struct S1 { struct
12 } S1; argument
/external/clang/test/ARCMT/
Dobjcmt-designated-initializer.m14 @interface S1 : B1 interface
18 @implementation S1 implementation
/external/clang/test/SemaTemplate/
Dself-comparison.cpp7 template <int A, int B> struct S1 { struct
8 void foo() { in foo()
/external/clang/test/Analysis/
Dsymbol-reaper.c51 struct S1 { struct
55 struct S1 array[5]; argument
/external/clang/test/PCH/
Dcheck-deserializations.cpp12 struct S1 { struct
43 void test(S1*, S2*) { in test() argument
/external/clang/test/Modules/
Dmisplaced-5.c4 struct S1 { // expected-note{{'struct S1' begins here}} struct
Dredecl-merge.m55 struct S1 { struct
68 struct S1 s1; argument

123456