| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | property-reference.mm | 4 struct MyStruct { struct 11 MyStruct _foo; argument 17 - (void) setFoo:(const MyStruct&)inFoo;
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2007-04-05-PackedStruct.c | 10 struct MyStruct { struct 17 struct MyStruct MS = { tB, 0 }; in bar() argument
|
| H A D | 2007-04-05-UnPackedStruct.c | 9 struct MyStruct { struct 15 struct MyStruct MS = { tB, 0 }; in bar() argument
|
| H A D | address-space.c | 39 } MyStruct; typedef
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/ |
| H A D | libcxx-shared-ptr-stress.mm | 16 struct MyStruct { struct 18 MyStruct() : self_counter(0) { } argument 41 std::shared_ptr<MyStruct> shared(new MyStruct()); argument
|
| H A D | libcxx-shared-ptr.mm | 12 struct MyStruct { struct 26 std::shared_ptr<MyStruct> shared(new MyStruct()); argument
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Darwin/ |
| H A D | nil-return-struct.mm | 6 struct MyStruct { struct 11 - (MyStruct)methodWhichReturnsARect; argument
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/fixits/ |
| H A D | main.cpp | 9 struct MyStruct struct 18 struct MyStruct my_struct = {10, {20, 30}}; in main() argument
|
| /llvm-project-15.0.7/clang/test/Index/Inputs/ |
| H A D | foo.h | 6 struct MyStruct { struct 7 int field_var;
|
| /llvm-project-15.0.7/clang/test/Index/Core/ |
| H A D | designated-inits.c | 3 struct MyStruct { struct 11 // CHECK: [[@LINE+1]]:14 | struct/C | MyStruct | argument
|
| /llvm-project-15.0.7/lldb/test/API/python_api/value/ |
| H A D | main.c | 26 struct MyStruct struct 39 struct MyStruct s = { 11, 22 }; in main() argument
|
| /llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/ |
| H A D | objectassign.c | 35 struct MyStruct { struct 40 typedef struct MyStruct *__attribute__((NSObject)) MyStruct_t; argument
|
| H A D | objectRRGC.c | 36 struct MyStruct { struct 41 typedef struct MyStruct *__attribute__((NSObject)) MyStruct_t; argument
|
| H A D | josh.C | 10 struct MyStruct { struct 18 MyStruct first; // works in test() argument
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/libdispatch/ |
| H A D | groups-destructor.cpp | 12 struct MyStruct { struct 13 virtual ~MyStruct() { in ~MyStruct() argument
|
| /llvm-project-15.0.7/clang/test/CodeGenCUDA/ |
| H A D | address-spaces.cu | 18 struct MyStruct { struct 23 // CHECK: @_ZZ5func0vE1a = internal addrspace(3) global %struct.MyStruct undef argument
|
| /llvm-project-15.0.7/clang/test/ExtractAPI/ |
| H A D | typedef_anonymous_record.c | 17 typedef struct { } MyStruct; typedef
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/ |
| H A D | redundant-expression.cpp | 161 struct MyStruct { struct 163 bool operator==(const MyStruct& rhs) const {return this->x == rhs.x; } // not modifing in operator ==() argument 164 bool operator>=(const MyStruct& rhs) const { return this->x >= rhs.x; } // not modifing in operator >=() argument 165 bool operator<=(MyStruct& rhs) const { return this->x <= rhs.x; } in operator <=() argument 166 bool operator&&(const MyStruct& rhs){ this->x++; return this->x && rhs.x; } in operator &&() argument
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | sizeof-expression.cpp | 192 struct MyStruct { in Test5() struct 193 Array10 arr; in Test5() 194 Array10* ptr; in Test5()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-missing-prototypes.c | 59 struct MyStruct {}; struct
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | usrs.m | 18 } MyStruct; typedef
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | const-return-type.cpp | 41 struct MyStruct {}; struct
|
| H A D | identifier-naming-hungarian-notation-cfgfile.cpp | 161 struct MyStruct { int StructCase; }; struct
|
| H A D | identifier-naming-hungarian-notation.cpp | 161 struct MyStruct { int StructCase; }; struct
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-unused-local-typedef.cpp | 230 struct MyStruct { }; in placement_new_and_delete() struct
|