/llvm-project/clang/test/SemaObjCXX/ |
H A D | ivar-struct.mm | 11 struct S0 { struct 12 S0(); field 19 S0 ivar0[Count]; argument
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | property-dot-copy-elision.mm | 3 struct S0 { struct 4 ~S0(); argument 11 S1(S0); argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | ubsan-nullability-arg.cpp | 6 struct S0 { struct 32 struct S0 { struct 33 int field1;
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringSwitch.h | 90 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 D | s390x-packed-struct-func-arg.c | 4 struct S0 { struct 11 struct S0 S0_member; argument
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | nontrivial-c-struct-property.m | 5 } S0; typedef 14 -(void)setP1:(S0)s0; argument 21 -(void)setP1:(S0)s0 { argument [all...] |
H A D | noescape.m | 157 struct S0 { struct 163 __block struct S0 b0; argument
|
/llvm-project/clang/test/Modules/Inputs/ |
H A D | template-nontrivial0.h | 9 struct S0 { struct 13 Class0<S0> returnNonTrivial(); argument
|
/llvm-project/clang/test/PCH/ |
H A D | block-helpers.h | 1 struct S0 { struct 9 __block S0 x, y; in m() argument
|
H A D | no-escaping-block-tail-calls.h | 3 struct S0 { struct 10 int foo(S0 &); argument
|
/llvm-project/lldb/test/API/commands/expression/rdar42038760/ |
H A D | main.c | 4 struct S0 { struct 10 struct S0 l_19; in func_1() argument
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-APValue-anon-union.cpp | 13 struct S0 { struct 32 constexpr S0 s0{}; in Test() argument
|
H A D | ast-dump-APValue-array.cpp | 13 struct S0 { struct 22 S0 s0 = {1, 2}; argument
|
H A D | ast-dump-APValue-struct.cpp | 13 struct S0 { struct 14 int i = 0; 15 union { 17 } u0;
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-overaligned-type-thrown.cpp | 20 struct S0 { struct 41 throw S0(); in test0() argument
|
H A D | openmp_default_simd_align.cpp | 3 struct S0 { struct 6 static const int test1 = __builtin_omp_required_simd_align(decltype(S0::x)); argument
|
H A D | alignof.cpp | 3 struct S0 { struct 6 …static const int test1 = __alignof__(S0::x); // expected-error {{invalid application of 'alignof' … argument
|
H A D | type-definition-in-specifier.cpp | 11 struct S0 { int x; }; struct
|
H A D | attr-trivial-abi.cpp | 18 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 D | p1.cpp | 4 struct S0 { struct
|
/llvm-project/clang/test/SemaObjC/ |
H A D | non-trivial-c-union.m | 13 } S0; global() typedef 27 m1:(S0) global() argument [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MergedLoadStoreMotion.cpp | 211 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 D | mips-byval-arg.c | 6 } S0; typedef
|
/llvm-project/clang/test/InterfaceStubs/ |
H A D | var-template-specialization-decl.cpp | 14 template<typename T> struct S0 : public S9<bool, true> { }; struct
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | non-private-member-variables-in-classes.cpp | 12 struct S0 { struct 13 int S0_v0; argument 16 int S0_v1; argument 19 int S0_v2; argument 22 int S0_v3; argument
|