Home
last modified time | relevance | path

Searched defs:S0 (Results 1 – 25 of 61) sorted by relevance

123

/llvm-project/clang/test/SemaObjCXX/
H A Divar-struct.mm11 struct S0 { struct
12 S0(); field
19 S0 ivar0[Count]; argument
/llvm-project/clang/test/CodeGenObjCXX/
H A Dproperty-dot-copy-elision.mm3 struct S0 { struct
4 ~S0(); argument
11 S1(S0); argument
/llvm-project/clang/test/CodeGenCXX/
H A Dubsan-nullability-arg.cpp6 struct S0 { struct
32 struct S0 { struct
33 int field1;
/llvm-project/llvm/include/llvm/ADT/
H A DStringSwitch.h90 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases()
94 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
99 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
104 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
109 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
115 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
121 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
127 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
134 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
163 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, T Value) { in CasesLower()
[all …]
/llvm-project/clang/test/CodeGen/SystemZ/
H A Ds390x-packed-struct-func-arg.c4 struct S0 { struct
11 struct S0 S0_member; argument
/llvm-project/clang/test/CodeGenObjC/
H A Dnontrivial-c-struct-property.m5 } S0; typedef
14 -(void)setP1:(S0)s0; argument
21 -(void)setP1:(S0)s0 { argument
[all...]
H A Dnoescape.m157 struct S0 { struct
163 __block struct S0 b0; argument
/llvm-project/clang/test/Modules/Inputs/
H A Dtemplate-nontrivial0.h9 struct S0 { struct
13 Class0<S0> returnNonTrivial(); argument
/llvm-project/clang/test/PCH/
H A Dblock-helpers.h1 struct S0 { struct
9 __block S0 x, y; in m() argument
H A Dno-escaping-block-tail-calls.h3 struct S0 { struct
10 int foo(S0 &); argument
/llvm-project/lldb/test/API/commands/expression/rdar42038760/
H A Dmain.c4 struct S0 { struct
10 struct S0 l_19; in func_1() argument
/llvm-project/clang/test/AST/
H A Dast-dump-APValue-anon-union.cpp13 struct S0 { struct
32 constexpr S0 s0{}; in Test() argument
H A Dast-dump-APValue-array.cpp13 struct S0 { struct
22 S0 s0 = {1, 2}; argument
H A Dast-dump-APValue-struct.cpp13 struct S0 { struct
14 int i = 0;
15 union {
17 } u0;
/llvm-project/clang/test/SemaCXX/
H A Dwarn-overaligned-type-thrown.cpp20 struct S0 { struct
41 throw S0(); in test0() argument
H A Dopenmp_default_simd_align.cpp3 struct S0 { struct
6 static const int test1 = __builtin_omp_required_simd_align(decltype(S0::x)); argument
H A Dalignof.cpp3 struct S0 { struct
6 …static const int test1 = __alignof__(S0::x); // expected-error {{invalid application of 'alignof' … argument
H A Dtype-definition-in-specifier.cpp11 struct S0 { int x; }; struct
H A Dattr-trivial-abi.cpp18 struct [[clang::trivial_abi]] S0 { struct
21 static_assert(__is_trivially_relocatable(S0), ""); argument
/llvm-project/clang/test/CXX/dcl.dcl/dcl.enum/
H A Dp1.cpp4 struct S0 { struct
/llvm-project/clang/test/SemaObjC/
H A Dnon-trivial-c-union.m13 } S0; global() typedef
27 m1:(S0) global() argument
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp211 getPHIOperand(BasicBlock * BB,StoreInst * S0,StoreInst * S1) getPHIOperand() argument
230 canSinkStoresAndGEPs(StoreInst * S0,StoreInst * S1) const canSinkStoresAndGEPs() argument
246 sinkStoresAndGEPs(BasicBlock * BB,StoreInst * S0,StoreInst * S1) sinkStoresAndGEPs() argument
329 auto *S0 = dyn_cast<StoreInst>(I); mergeStores() local
[all...]
/llvm-project/clang/test/CodeGen/
H A Dmips-byval-arg.c6 } S0; typedef
/llvm-project/clang/test/InterfaceStubs/
H A Dvar-template-specialization-decl.cpp14 template<typename T> struct S0 : public S9<bool, true> { }; struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dnon-private-member-variables-in-classes.cpp12 struct S0 { struct
13 int S0_v0; argument
16 int S0_v1; argument
19 int S0_v2; argument
22 int S0_v3; argument

123