Searched refs:SomeStruct (Results 1 – 12 of 12) sorted by relevance
12 %SomeStruct = type { double }15 define linkonce_odr void @SomeStructCtor(%SomeStruct* %this, double %V) unnamed_addr align 2 {17 %this.addr = alloca %SomeStruct*, align 819 store %SomeStruct* %this, %SomeStruct** %this.addr, align 822 %this1 = load %SomeStruct*, %SomeStruct** %this.addr23 %Val = getelementptr inbounds %SomeStruct, %SomeStruct* %this1, i32 0, i32 0
42 struct SomeStruct { struct45 extern const __declspec(selectany) SomeStruct some_struct; // expected-warning {{default initializa… argument49 extern const SomeStruct some_struct;52 const SomeStruct some_struct2; // expected-error {{default initialization of an object of const typ…
41 } SomeStruct; typedef84 SomeStruct s;85 …id err = @(s); // expected-error{{illegal type 'SomeStruct' (aka 'struct _SomeStruct') used in a b…93 SomeStruct getSomeStruct() {94 SomeStruct s;100 …id rv_some_struct = @(getSomeStruct()); // expected-error {{illegal type 'SomeStruct' (aka 'struct…
70 struct SomeStruct { struct75 struct SomeStruct super = { 0 }; argument
41 } SomeStruct; typedef83 SomeStruct s;84 …id err = @(s); // expected-error{{illegal type 'SomeStruct' (aka '_SomeStruct') used in a boxed ex…95 SomeStruct getSomeStruct() {96 SomeStruct s;102 …id rv_some_struct = @(getSomeStruct()); // expected-error {{illegal type 'SomeStruct' (aka '_SomeS…
7 struct SomeStruct { struct16 struct SomeStruct { struct
140 SomeStruct s;171 extern SomeStruct s;
65 struct SomeStruct { struct70 struct SomeStruct _s; argument
667 struct SomeStruct { struct671 @property(assign) struct SomeStruct s; argument676 struct SomeStruct zeroedS;
1546 SomeStruct ss; in testPassToSystemHeaderFunctionIndirectlyStruct()1554 SomeStruct ss; in testPassToSystemHeaderFunctionIndirectlyStructFree()
93 } SomeStruct; typedef94 void fakeSystemHeaderCall(SomeStruct *);
12 struct SomeStruct { struct40 struct SomeStruct z = { argument