Searched refs:Qux (Results 1 – 9 of 9) sorted by relevance
15 struct Qux { struct19 extern const struct Qux Bork; argument20 const struct Qux Bork = {
4 char Qux[33] = {0}; in bork() local
3 int Qux[33] = {0}; in bork() local
4 ; greater than the alignment guaranteed for Qux or C.0.1173), but it11 %Qux = alloca [33 x i8]12 %Qux1 = bitcast [33 x i8]* %Qux to i8*
35 @interface Qux interface37 @interface Qux () interface in assign41 @implementation Qux implementation90 // CHECK: properties-class-extensions.m:35:12: ObjCInterfaceDecl=Qux:35:12 Extent=[35:1 - 36:5]92 // CHECK: properties-class-extensions.m:37:12: ObjCClassRef=Qux:35:12 Extent=[37:12 - 37:15]
3 enum Baz { Qux = 0 }; enumerator
19 template <char *sz> class Qux { class
54 static Baz Qux = 0;
12 baz->Qux(*Foo()); // (a)