Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dproperty-reference.mm4 struct MyStruct { struct
11 MyStruct _foo; argument
17 - (void) setFoo:(const MyStruct&)inFoo;
/llvm-project-15.0.7/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-15.0.7/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-15.0.7/compiler-rt/test/asan/TestCases/Darwin/
H A Dnil-return-struct.mm6 struct MyStruct { struct
11 - (MyStruct)methodWhichReturnsARect; argument
/llvm-project-15.0.7/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-15.0.7/clang/test/Index/Inputs/
H A Dfoo.h6 struct MyStruct { struct
7 int field_var;
/llvm-project-15.0.7/clang/test/Index/Core/
H A Ddesignated-inits.c3 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 Dmain.c26 struct MyStruct struct
39 struct MyStruct s = { 11, 22 }; in main() argument
/llvm-project-15.0.7/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-15.0.7/compiler-rt/test/tsan/libdispatch/
H A Dgroups-destructor.cpp12 struct MyStruct { struct
13 virtual ~MyStruct() { in ~MyStruct() argument
/llvm-project-15.0.7/clang/test/CodeGenCUDA/
H A Daddress-spaces.cu18 struct MyStruct { struct
23 // CHECK: @_ZZ5func0vE1a = internal addrspace(3) global %struct.MyStruct undef argument
/llvm-project-15.0.7/clang/test/ExtractAPI/
H A Dtypedef_anonymous_record.c17 typedef struct { } MyStruct; typedef
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsizeof-expression.cpp192 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 Dwarn-missing-prototypes.c59 struct MyStruct {}; struct
/llvm-project-15.0.7/clang/test/Index/
H A Dusrs.m18 } MyStruct; typedef
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type.cpp41 struct MyStruct {}; struct
H A Didentifier-naming-hungarian-notation-cfgfile.cpp161 struct MyStruct { int StructCase; }; struct
H A Didentifier-naming-hungarian-notation.cpp161 struct MyStruct { int StructCase; }; struct
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unused-local-typedef.cpp230 struct MyStruct { }; in placement_new_and_delete() struct

12