/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | auto-release-result-assert.mm | 21 struct S2 { struct 29 S1Ref S2::m1() { argument 33 S1Ref (^Block1)(void) = ^{
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-default-member-init-macros.cpp | 13 struct S2 { struct 16 S2() : P(nullptr) {} in S2() argument
|
/llvm-project/lldb/test/API/functionalities/optimized_code/ |
H A D | main.cpp | 13 struct S2 { struct 17 S2(int x) { in S2() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | ms-constexpr.cpp | 29 struct S2 { struct 30 [[msvc::constexpr]] S2() {} in S2() argument 32 …static constexpr bool check() { [[msvc::constexpr]] return S2{}.value(); } // expected-error {{con… in check() argument
|
H A D | ptrauth-incomplete-virtual-member-function-return-arg-type.cpp | 29 struct S2 { global() struct 33 m0S2 m0() argument 37 m1S2 m1() argument
|
H A D | delete-non-virtual-dtor.cpp | 23 struct S2 { struct 24 ~S2() {} in ~S2() argument 27 void f2(S2 *s2) { delete s2; } in f2() argument
|
H A D | new-null.cpp | 17 struct S2 { struct 18 static size_t x; 19 void *operator new(size_t n) throw() { in operator new() 22 void *operator new[](size_t n) { in operator new[]()
|
H A D | ptrtomember.cpp | 14 struct S2 { struct 21 int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}} argument
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SetOperations.h | 76 if (S2 argument 34 set_union(S1Ty & S1,const S2Ty & S2) set_union() argument 50 set_intersect(S1Ty & S1,const S2Ty & S2) set_intersect() argument 65 set_intersection_impl(const S1Ty & S1,const S2Ty & S2) set_intersection_impl() argument 86 set_difference(const S1Ty & S1,const S2Ty & S2) set_difference() argument 97 set_subtract(S1Ty & S1,const S2Ty & S2) set_subtract() argument 107 set_subtract(S1Ty & S1,const S2Ty & S2,S1Ty & Removed,S1Ty & Remaining) set_subtract() argument 119 set_is_subset(const S1Ty & S1,const S2Ty & S2) set_is_subset() argument [all...] |
H A D | StringSwitch.h | 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() 167 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower() 172 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower() [all …]
|
/llvm-project/clang/test/FixIt/ |
H A D | fixit-deducing-this.cpp | 14 struct S2 { struct 15 void f(this S2 foo) { in f() argument 31 int var;
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | unused-return-value-avoid-assignment.cpp | 19 struct S2 { struct 20 S2(){}; in S2() function
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_map_names_attr.cpp | 37 struct S2 { struct 42 struct S2 *ps; argument
|
H A D | target_map_names.cpp | 37 struct S2 { struct 42 struct S2 *ps; argument
|
H A D | target_data_map_codegen_hold.cpp | 39 struct S2 { struct 41 struct S2 *ps; argument
|
H A D | threadprivate_codegen.cpp | 43 struct S2 { struct 46 S2() in S2() argument 49 S2(int a) in S2() argument 52 S2(const S2 &s) { in S2() argument 55 ~S2() { in ~S2() argument [all...] |
/llvm-project/clang/test/Preprocessor/ |
H A D | pragma_diagnostic_sections.cpp | 58 struct S2 { struct 60 S2() : in S2() argument
|
/llvm-project/llvm/unittests/ADT/ |
H A D | StatisticTest.cpp | 25 OptionalStatistic &S1, OptionalStatistic &S2) { in extractCounters() 92 OptionalStatistic S2; in TEST() local 108 OptionalStatistic S2; in TEST() local 136 OptionalStatistic S2; in TEST() local 153 OptionalStatistic S2; in TEST() local
|
/llvm-project/clang/test/Frontend/ |
H A D | noderef.c | 10 struct S2 { struct 11 int a[2]; 12 int NODEREF a2[2]; 13 int *b; 14 int NODEREF *b2; 15 struct S *s; 16 struct S NODEREF *s2;
|
/llvm-project/clang/test/Modules/ |
H A D | elaborated-type-specifier-from-hidden-module.m | 6 struct S2 *y; struct 7 struct S2 { int x; }; struct
|
/llvm-project/clang/test/Sema/ |
H A D | GH70594.cpp | 13 struct S2 : A { struct 14 constexpr S2() : CA() {} in S2() function
|
/llvm-project/clang/test/Modules/Inputs/PR24954/ |
H A D | B.h | 19 template <class _CharT> class S2; variable 25 struct S2 { struct
|
/llvm-project/libcxx/test/libcxx/utilities/function.objects/refwrap/ |
H A D | layout.binary.compile.pass.cpp | 19 struct S2 : std::less<int> { char c; }; struct
|
H A D | layout.unary.compile.pass.cpp | 20 struct S2 : std::negate<int> { char c; }; argument
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/ |
H A D | p1.cpp | 60 struct S0<T>::S2; // expected-error{{cannot have a nested name specifier}} member in qualified_decl::S0 64 struct S0<T>::S2<U*>; member in qualified_decl::S0 68 struct S0<int>::S2<bool>; member in qualified_decl::S0 72 struct S0<int>::S2; member in qualified_decl::S0
|