Searched refs:Qux (Results 1 – 16 of 16) sorted by relevance
19 struct Qux { struct21 Qux() {}; in Qux() argument29 typedef int(Qux::*TD)();30 typedef int(Qux::*TD1)();34 TD d = &Qux::d; in main()
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]
12 struct Qux { }; struct28 Qux<int, char*, Foo<int>> qux;
3 enum Baz { Qux = 0 }; enumerator
38 typedef int Qux; typedef39 template <Bar<Qux> *P>
54 static Baz Qux = 0;
25 template <char *sz> class Qux { class
12 baz->Qux(*Foo()); // (a)
13217 PASS: gdb.cp/templates.exp: ptype Qux
13452 PASS: gdb.cp/templates.exp: ptype Qux
13072 PASS: gdb.cp/templates.exp: ptype Qux