Home
last modified time | relevance | path

Searched defs:Bar (Results 1 – 25 of 138) sorted by relevance

123456

/external/clang/test/FixIt/
Dformat-darwin.m61 struct Bar { struct
66 void testParens(Foo *obj, struct Bar *record) { argument
93 void testWarn() {
112 void testPreserveHex() {
123 void testSignedness(NSInteger i, NSUInteger u) {
133 void testNoWarn() {
142 void testWarn() {
154 void testPreserveHex() {
162 void testNoWarn() {
169 void testSignedness(NSInteger i, NSUInteger u) {
[all …]
/external/clang/test/Index/
Dprint-type.cpp10 struct Bar { struct
11 Bar(outer::Foo<bool>* foo) { }; in Bar() function
13 typedef int FooType;
14 int *p;
15 int *f(int *p, char *x, FooType z) { in f()
19 typedef double OtherType;
20 typedef int ArrayType[5];
/external/clang/test/SemaObjC/
Dassign-rvalue-message.m8 struct Bar { struct
13 struct Bar bar; argument
Dcategory-method-lookup-2.m8 @interface Bar : NSObject interface
10 @interface Bar (Cat) interface in Cat
14 @implementation Bar (Cat) implementation in Cat
Dprotocol-lookup.m16 @protocol Bar <Foo> protocol
23 - (id)initWithFoo:(id <Foo>)foo bar:(id <Bar>)bar;
34 {
Dnested-typedef-decl.m6 @interface Bar { interface
10 @implementation Bar implementation
Dcontinuation-class-err.m27 @interface Bar <Foo> { interface
33 @interface Bar () interface in copy
38 @implementation Bar implementation
Divar-lookup.m131 @interface Bar : Foo interface
134 @interface Bar () { interface in NSString
144 @interface Bar () { interface in int
150 @implementation Bar { implementation
/external/clang/test/CodeGen/
D2009-06-18-StaticInitTailPadPack.c6 struct Bar { struct
12 struct Bar f1; argument
D2003-10-09-UnionInitializerBug.c9 struct Bar { struct
16 struct Bar test = {0}; argument
Dms-inline-asm.cpp10 struct Bar { struct
18 Foo::Bar::ptr = (int *)0xDEADBEEF; in t1()
/external/chromium_org/v8/test/webkit/fast/js/
Dobject-prototype-constructor.js28 var Foo = { Bar: function () {}}; method
34 var Foo2 = { Bar: F}; property
39 var Foo3 = { Bar: new Function("")}; property
/external/clang/test/PCH/
Dselector-warning.m4 @interface Bar interface
10 @implementation Bar implementation
16 @implementation Bar(CAT) implementation in CAT
Dattrs-PR8406.c11 struct Bar struct
20 struct Bar bar; in foo() argument
/external/clang/test/SemaCXX/
DPR9572.cpp9 struct Bar : public Foo { struct
10 Bar() { } // expected-note {{implicit destructor for 'Foo' first required here}} in Bar() argument
Dzero-length-arrays.cpp12 class Bar { class
19 Bar(): foo_count(0) { } in Bar() function in Bar
/external/chromium_org/ppapi/generators/test_cgen_range/
Dversions.h32 int32_t (*Bar)(int32_t x, int32_t y, int32_t z); member
38 int32_t (*Bar)(int32_t x); member
42 int32_t (*Bar)(int32_t x, int32_t y); member
/external/clang/test/SemaObjCXX/
Dprotocol-lookup.mm15 @protocol Bar <Foo> protocol
22 - (id)initWithFoo:(id <Foo>)foo bar:(id <Bar>)bar;
33 {
/external/clang/test/Analysis/
Drdar-6562655.m29 @interface Bar : NSObject <NSCopying, NSCoding> { interface
39 @interface Bar(BarInternal) - (void)_setIsWhite:(BOOL)isWhite; interface in BarInternal
41 @interface Bar (BarBotnetCompatibility) interface in BarBotnetCompatibility
53 @implementation Bar implementation
58 @implementation Bar (BarBotnet) implementation in BarBotnet
/external/clang/test/CodeGenObjC/
Dinstance-method-metadata.m20 @interface Bar : NSObject <Proto> @end interface
26 @implementation Bar implementation
Ddebug-info-property-accessors.m27 @interface Bar : NSObject interface
32 @implementation Bar implementation
/external/apache-harmony/support/src/test/resources/tests/resources/
Dhyts_Bar.serBar.java package foo.bar.execjartest foo.bar.execjartest.Bar extends java. ...
/external/clang/test/Rewriter/
Drewrite-nested-blocks-1.mm19 @interface Bar interface
28 - (void)method:(Bar *)up {
Dproperties.m35 @interface Bar { interface
39 @implementation Bar implementation in int
/external/clang/test/ARCMT/
Dremove-dealloc-zerouts.m30 @interface Bar interface
36 @implementation Bar implementation

123456