Home
last modified time | relevance | path

Searched defs:MyStruct (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/clang/test/CodeGenObjCXX/
H A Dproperty-reference.mm3 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 Dmain.c1 struct MyStruct { struct
10 struct MyStruct struct_arr[3] = {{112, "abcd", 221}, in main() argument
/llvm-project/clang/test/CodeGen/
H A D2007-04-05-PackedStruct.c10 struct MyStruct { struct
17 struct MyStruct MS = { tB, 0 }; in bar() argument
H A D2007-04-05-UnPackedStruct.c9 struct MyStruct { struct
15 struct MyStruct MS = { tB, 0 }; in bar() argument
H A Daddress-space.c39 } MyStruct; typedef
/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
H A Dnil-return-struct.mm6 struct MyStruct { struct
11 - (MyStruct)methodWhichReturnsARect; argument
/llvm-project/compiler-rt/test/tsan/Darwin/
H A Dlibcxx-shared-ptr-stress.mm16 struct MyStruct { struct
18 MyStruct() : self_counter(0) { } argument
41 std::shared_ptr<MyStruct> shared(new MyStruct()); argument
H A Dlibcxx-shared-ptr.mm12 struct MyStruct { struct
26 std::shared_ptr<MyStruct> shared(new MyStruct()); argument
/llvm-project/lldb/test/API/commands/expression/fixits/
H A Dmain.cpp9 struct MyStruct struct
18 struct MyStruct my_struct = {10, {20, 30}}; in main() argument
/llvm-project/clang/test/Index/Inputs/
H A Dfoo.h6 struct MyStruct { struct
7 int field_var;
/llvm-project/clang/test/Index/Core/
H A Ddesignated-inits.c3 struct MyStruct { struct
11 // CHECK: [[@LINE+1]]:14 | struct/C | MyStruct | argument
/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dobjectassign.c35 struct MyStruct { struct
40 typedef struct MyStruct *__attribute__((NSObject)) MyStruct_t; argument
H A DobjectRRGC.c36 struct MyStruct { struct
41 typedef struct MyStruct *__attribute__((NSObject)) MyStruct_t; argument
H A Djosh.C10 struct MyStruct { struct
18 MyStruct first; // works in test() argument
/llvm-project/compiler-rt/test/tsan/libdispatch/
H A Dgroups-destructor.cpp12 struct MyStruct { struct
13 virtual ~MyStruct() { in ~MyStruct() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsizeof-expression-2.c
H A Dsizeof-expression-warn-on-sizeof-pointer-to-aggregate.cpp15 struct MyStruct { in Test5() struct
16 Array10 arr; in Test5()
17 Array10* ptr; in Test5()
H A Dsizeof-expression-any-pointer.cpp106 struct MyStruct { in Test5() struct
107 Array10 arr; in Test5()
108 Array10* ptr; in Test5()
H A Dsizeof-expression.cpp190 struct MyStruct { in Test5() struct
191 arrTest5::MyStruct Test5() argument
192 ptrTest5::MyStruct Test5() argument
/llvm-project/clang/test/CodeGenCUDA/
H A Daddress-spaces.cu18 struct MyStruct { struct
23 // CHECK: @_ZZ5func0vE1a = internal addrspace(3) global %struct.MyStruct undef argument
/llvm-project/lldb/test/API/python_api/value/
H A Dmain.c26 struct MyStruct struct
43 struct MyStruct small; argument
/llvm-project/lldb/test/API/macosx/ctf/
H A Dtest.c31 typedef struct MyStruct { struct
34 } MyStructT; argument
/llvm-project/clang/test/CoverageMapping/
H A Dstrong_order.cpp45 struct MyStruct { struct
51 void foo(MyStruct bar){ in foo() argument
/llvm-project/clang/test/ExtractAPI/
H A Dtypedef_anonymous_record.c6 typedef struct { } MyStruct; global() typedef
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dredundant-expression.cpp161 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...]

12