/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | property-reference.mm | 3 struct MyStruct { struct 10 MyStruct _foo; argument 16 - (void) setFoo:(const MyStruct&)inFoo;
|
/llvm-project/lldb/test/API/lang/c/parray_vrs_char_array/ |
H A D | main.c | 1 struct MyStruct { struct 10 struct MyStruct struct_arr[3] = {{112, "abcd", 221}, in main() argument
|
/llvm-project/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/compiler-rt/test/asan/TestCases/Darwin/ |
H A D | nil-return-struct.mm | 6 struct MyStruct { struct 11 - (MyStruct)methodWhichReturnsARect; argument
|
/llvm-project/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/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/clang/test/Index/Inputs/ |
H A D | foo.h | 6 struct MyStruct { struct 7 int field_var;
|
/llvm-project/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/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/compiler-rt/test/tsan/libdispatch/ |
H A D | groups-destructor.cpp | 12 struct MyStruct { struct 13 virtual ~MyStruct() { in ~MyStruct() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | sizeof-expression-2.c |
|
H A D | sizeof-expression-warn-on-sizeof-pointer-to-aggregate.cpp | 15 struct MyStruct { in Test5() struct 16 Array10 arr; in Test5() 17 Array10* ptr; in Test5()
|
H A D | sizeof-expression-any-pointer.cpp | 106 struct MyStruct { in Test5() struct 107 Array10 arr; in Test5() 108 Array10* ptr; in Test5()
|
H A D | sizeof-expression.cpp | 190 struct MyStruct { in Test5() struct 191 arrTest5::MyStruct Test5() argument 192 ptrTest5::MyStruct Test5() argument
|
/llvm-project/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/lldb/test/API/python_api/value/ |
H A D | main.c | 26 struct MyStruct struct 43 struct MyStruct small; argument
|
/llvm-project/lldb/test/API/macosx/ctf/ |
H A D | test.c | 31 typedef struct MyStruct { struct 34 } MyStructT; argument
|
/llvm-project/clang/test/CoverageMapping/ |
H A D | strong_order.cpp | 45 struct MyStruct { struct 51 void foo(MyStruct bar){ in foo() argument
|
/llvm-project/clang/test/ExtractAPI/ |
H A D | typedef_anonymous_record.c | 6 typedef struct { } MyStruct; global() typedef [all...] |
/llvm-project/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 [all...] |