Home
last modified time | relevance | path

Searched refs:Baz (Results 1 – 25 of 41) sorted by relevance

12

/external/clang/test/CodeGenCXX/
D2005-02-19-UnnamedVirtualThunkArgument.cpp14 struct Baz : public Foo, public Bar { struct
15 Baz();
16 virtual ~Baz();
20 bool Baz::test(bool) const { in test()
/external/clang/test/Rewriter/
Drewrite-message-expr.mm5 @interface Baz interface
18 int f(Baz *baz) {
19 int i = x([Baz z])->bar;
20 int j = ((Foo*)[Baz z])->bar;
25 // CHECK-LP: ((struct Foo_IMPL *)x(((id (*)(id, SEL))(void *)objc_msgSend)(objc_getClass("Baz"), se…
Drewrite-nested-blocks-1.mm15 @interface Baz interface
29 Baz *down;
/external/markdown/tests/misc/
Dspan.txt2 <span id="someId"> Foo *bar* Baz </span>
6 <div id="someId"> Foo *bar* Baz </div>
8 <baza id="someId"> Foo *bar* Baz </baza>
/external/clang/test/Index/
Dc-index-getCursor-test.m31 @interface Baz : Bar <SubP> interface
45 Baz * bee;
93 // CHECK: [31:1 - 31:18] ObjCInterfaceDecl=Baz:31:12
95 // CHECK: [31:21 - 31:23] ObjCInterfaceDecl=Baz:31:12
97 // CHECK: [31:27 - 33:5] ObjCInterfaceDecl=Baz:31:12
99 // CHECK: [33:16 - 36:1] ObjCInterfaceDecl=Baz:31:12
103 // CHECK: [36:21 - 38:5] ObjCInterfaceDecl=Baz:31:12
115 // CHECK: [45:2 - 45:5] ObjCClassRef=Baz:31:12
/external/clang/test/SemaTemplate/
Dtemp_arg_nontype.cpp141 struct Baz {}; struct
143 Baz<k> f1; // This works.
144 Baz<E(0)> f2; // This too.
145 Baz<static_cast<E>(0)> f3; // And this.
147 Baz<ns::E(0)> b1; // This doesn't work.
148 Baz<static_cast<ns::E>(0)> b2; // This neither.
Dclass-template-decl.cpp64 typedef Bar<T1> Baz; typedef
73 Foo<int>::Baz x; in pr8001()
/external/clang/test/SemaObjC/
Dsuper-dealloc-attribute.m24 @interface Baz : Root<NSObject> interface
26 - (void) MyDeallocMeth __attribute((objc_requires_super)); // 'Baz' author has annotated method
28 - (void) AnnotMeth __attribute((objc_requires_super)); // 'Baz' author has annotated method
31 @implementation Baz implementation
46 @interface Bar : Baz
Darc-property-lifetime.m153 @interface Baz interface
164 void foo(Baz *f) {
165 f.prop = [[Baz alloc] init];
166 f.strong_prop = [[Baz alloc] init];
167 f.strong_attr_prop = [[Baz alloc] init];
168 f.realy_strong_attr_prop = [[Baz alloc] init];
169 f.implicit = [[Baz alloc] init];
Dprotocol-lookup.m18 @interface Baz : NSObject { interface
25 @implementation Baz implementation
Dblock-type-safety.m110 @interface Baz @end interface
112 @interface Baz(FooConformance) <Foo> interface in FooConformance
115 @implementation Baz @end implementation
119 return (Baz *)0;
Ddealloc.m15 @interface Baz : Root { interface
19 @implementation Baz implementation
Dcontinuation-class-property.m13 @interface Baz <Foo> { interface
21 @interface Baz () interface in readwrite
/external/llvm/test/Transforms/SimplifyCFG/
D2003-08-17-FoldSwitch.ll9 i32 2, label %Baz
18 Baz: ; preds = %0
29 i32 2, label %Baz
38 Baz: ; preds = %0
/external/clang/test/SemaCXX/
Dusing-decl-templates.cpp54 struct Baz { struct
57 template <class T> struct Bar : public Foo<T>, Baz {
59 using Baz::k;
DPR9572.cpp12 struct Baz { struct
14 Baz() { } in Baz() argument
Dwarn-shadow.cpp49 static void Baz();
54 void Foo::Baz() { in Baz() function in rdar8900456::Foo
Dwarn-enum-compare.cpp10 enum Baz {B1, B2, B3}; enum
14 enum Baz {B1, B2, B3}; enum
17 using name1::Baz;
28 Baz z = name1::B3; in test()
Dusing-decl-1.cpp89 namespace ns2 { struct Baz : ns1::Bar {}; } struct
92 void test(ns2::Baz *p) { in test()
/external/clang/test/CodeGen/
D2009-06-18-StaticInitTailPadPack.c11 struct Baz { struct
17 struct Baz f2; argument
/external/clang/test/CodeGenObjC/
Dlayout-bitfield-crash.m6 @interface Baz interface
13 @implementation Baz implementation
/external/clang/test/SemaObjCXX/
Dprotocol-lookup.mm18 @interface Baz : NSObject { interface
25 @implementation Baz implementation
/external/clang/test/ARCMT/
Dreleases-driver.m.result46 @interface Baz {
51 @implementation Baz
Dreleases-driver.m50 @interface Baz { interface
55 @implementation Baz implementation
Dreleases.m.result51 @interface Baz {
56 @implementation Baz

12