/external/clang/test/CodeGenCXX/ |
D | 2005-02-19-UnnamedVirtualThunkArgument.cpp | 14 struct Baz : public Foo, public Bar { struct 15 Baz(); 16 virtual ~Baz(); 20 bool Baz::test(bool) const { in test()
|
/external/clang/test/Rewriter/ |
D | rewrite-message-expr.mm | 5 @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…
|
D | rewrite-nested-blocks-1.mm | 15 @interface Baz interface 29 Baz *down;
|
/external/markdown/tests/misc/ |
D | span.txt | 2 <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/ |
D | c-index-getCursor-test.m | 31 @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/ |
D | temp_arg_nontype.cpp | 141 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.
|
D | class-template-decl.cpp | 64 typedef Bar<T1> Baz; typedef 73 Foo<int>::Baz x; in pr8001()
|
/external/clang/test/SemaObjC/ |
D | super-dealloc-attribute.m | 24 @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
|
D | arc-property-lifetime.m | 153 @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];
|
D | protocol-lookup.m | 18 @interface Baz : NSObject { interface 25 @implementation Baz implementation
|
D | block-type-safety.m | 110 @interface Baz @end interface 112 @interface Baz(FooConformance) <Foo> interface in FooConformance 115 @implementation Baz @end implementation 119 return (Baz *)0;
|
D | dealloc.m | 15 @interface Baz : Root { interface 19 @implementation Baz implementation
|
D | continuation-class-property.m | 13 @interface Baz <Foo> { interface 21 @interface Baz () interface in readwrite
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2003-08-17-FoldSwitch.ll | 9 i32 2, label %Baz 18 Baz: ; preds = %0 29 i32 2, label %Baz 38 Baz: ; preds = %0
|
/external/clang/test/SemaCXX/ |
D | using-decl-templates.cpp | 54 struct Baz { struct 57 template <class T> struct Bar : public Foo<T>, Baz { 59 using Baz::k;
|
D | PR9572.cpp | 12 struct Baz { struct 14 Baz() { } in Baz() argument
|
D | warn-shadow.cpp | 49 static void Baz(); 54 void Foo::Baz() { in Baz() function in rdar8900456::Foo
|
D | warn-enum-compare.cpp | 10 enum Baz {B1, B2, B3}; enum 14 enum Baz {B1, B2, B3}; enum 17 using name1::Baz; 28 Baz z = name1::B3; in test()
|
D | using-decl-1.cpp | 89 namespace ns2 { struct Baz : ns1::Bar {}; } struct 92 void test(ns2::Baz *p) { in test()
|
/external/clang/test/CodeGen/ |
D | 2009-06-18-StaticInitTailPadPack.c | 11 struct Baz { struct 17 struct Baz f2; argument
|
/external/clang/test/CodeGenObjC/ |
D | layout-bitfield-crash.m | 6 @interface Baz interface 13 @implementation Baz implementation
|
/external/clang/test/SemaObjCXX/ |
D | protocol-lookup.mm | 18 @interface Baz : NSObject { interface 25 @implementation Baz implementation
|
/external/clang/test/ARCMT/ |
D | releases-driver.m.result | 46 @interface Baz { 51 @implementation Baz
|
D | releases-driver.m | 50 @interface Baz { interface 55 @implementation Baz implementation
|
D | releases.m.result | 51 @interface Baz { 56 @implementation Baz
|