Searched refs:Bar (Results 1 - 25 of 135) sorted by relevance

123456

/external/clang/test/SemaCXX/
H A Dtemplated-friend-decl.cpp6 struct Bar {}; struct in struct:Foo
8 // The templated declaration for class Bar should not be instantiated when
12 friend struct Bar;
H A Dzero-length-arrays.cpp12 class Bar { class
19 Bar(): foo_count(0) { } function in class:Bar
20 ~Bar() { }
24 Bar b;
25 Bar b2(b);
H A DPR9572.cpp9 struct Bar : public Foo { struct in inherits:Foo
10 Bar() { } // expected-note {{implicit destructor for 'Foo' first required here}} function in struct:Bar
/external/clang/test/SemaTemplate/
H A Dmissing-class-keyword-crash.cpp5 class Bar {}; class
7 class Bar<G> blah_test; // expected-error{{template argument for non-type template parameter must be an expression}}
/external/chromium_org/v8/test/webkit/
H A Dfunction-dot-length-read-only.js30 function Bar() { } class
31 Bar.prototype = foo;
33 var o = new Bar();
/external/clang/test/CodeGen/
H A Dvariadic-gpfp-x86.c3 struct Bar { struct
9 struct Bar foo(__builtin_va_list ap) {
10 return __builtin_va_arg(ap, struct Bar);
H A D2003-10-09-UnionInitializerBug.c9 struct Bar { struct
16 struct Bar test = {0};
/external/clang/test/CodeGenCXX/
H A Ddebug-info-indirect-field-decl.cpp8 struct Bar { struct
17 Foo<Bar, &Bar::i2> the_foo;
H A D2005-02-19-UnnamedVirtualThunkArgument.cpp8 struct Bar { struct
9 Bar();
10 virtual ~Bar();
14 struct Baz : public Foo, public Bar {
H A Dunion-dtor.cpp11 struct Bar { struct
12 Bar();
13 ~Bar();
20 Bar bar;
28 Bar bar;
35 // The ctor and dtor of Foo<> and Bar should not be mentioned in the resulting
H A Dcopy-initialization.cpp8 struct Bar { struct
9 Bar();
20 f(Bar());
/external/clang/test/PCH/
H A Dattrs-PR8406.c11 struct Bar struct
20 struct Bar bar;
H A Drdar10830559.cpp25 class Bar class in class:Foo
34 friend class Templated< Bar::BarImpl >::s;
/external/chromium_org/v8/test/webkit/fast/js/
H A Dobject-prototype-constructor.js28 var Foo = { Bar: function () {}};
29 var f = new Foo.Bar();
30 shouldBe("f.constructor", "Foo.Bar");
34 var Foo2 = { Bar: F};
35 var f2 = new Foo2.Bar();
36 shouldBe("f2.constructor", "Foo2.Bar");
39 var Foo3 = { Bar: new Function("")};
40 var f3 = new Foo3.Bar();
41 shouldBe("f3.constructor", "Foo3.Bar");
/external/chromium_org/tools/clang/plugins/tests/
H A Dnested_class_inline_ctor.h14 class Bar { class in class:Foo
15 Bar() {} function in class:Foo::Bar
16 ~Bar() {}
/external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
H A Dtest5-expected.cc11 struct Bar : public Foo { struct in inherits:Foo
21 scoped_refptr<Bar> temp(new Bar);
H A Dtest5-original.cc11 struct Bar : public Foo { struct in inherits:Foo
21 scoped_refptr<Bar> temp(new Bar);
H A Dtest6-expected.cc11 struct Bar : public Foo { struct in inherits:Foo
22 scoped_refptr<Bar> temp(new Bar);
H A Dtest6-original.cc11 struct Bar : public Foo { struct in inherits:Foo
22 scoped_refptr<Bar> temp(new Bar);
H A Dtemp-passed-as-raw-arg-expected.cc20 void Bar(Foo* f);
23 Bar(GetBuggyFoo());
H A Dtemp-passed-as-raw-arg-original.cc20 void Bar(Foo* f);
23 Bar(GetBuggyFoo());
H A Dtest8-expected.cc11 struct Bar : public Foo { struct in inherits:Foo
21 // Bar* -> Foo* conversion).
23 scoped_refptr<Bar>* heap_allocated = new scoped_refptr<Bar>();
24 *heap_allocated = new Bar;
H A Dtest8-original.cc11 struct Bar : public Foo { struct in inherits:Foo
21 // Bar* -> Foo* conversion).
23 scoped_refptr<Bar>* heap_allocated = new scoped_refptr<Bar>();
24 *heap_allocated = new Bar;
/external/chromium_org/build/android/tests/symbolize/
H A Da.cc9 void Bar(const char* c);
14 void A::Bar(const char* c) {} function in class:A
/external/apache-harmony/support/src/test/resources/tests/resources/
H A Dhyts_Bar.serBar.java package foo.bar.execjartest foo.bar.execjartest.Bar extends java. ...

Completed in 9530 milliseconds

123456