Searched defs:Bar (Results 51 - 75 of 103) sorted by relevance

12345

/external/clang/test/Parser/
H A Dcxx-using-declaration.cpp51 class Bar {}; class in namespace:ShadowedTagNotes::foo
54 void Bar(int); // expected-note{{class 'Bar' is hidden by a non-type declaration of 'Bar' here}}
55 using foo::Bar;
58 const Bar *x; // expected-error{{must use 'class' tag to refer to type 'Bar' in this scope}}
/external/clang/test/SemaCXX/
H A Dunused.cpp58 struct Bar { struct in namespace:UnresolvedLookup
H A Dclass-base-member-init.cpp106 struct Bar : public Foo {}; struct in namespace:PR16596
108 Apply(Bar());
H A Dcopy-initialization.cpp34 struct Bar { struct in namespace:PR6757
41 f(Bar()); // expected-error{{no viable constructor copying parameter of type 'const PR6757::Foo'}}
H A Dpseudo-destructors.cpp5 typedef Foo Bar; // expected-note{{type 'Bar' (aka 'Foo') is declared here}} typedef
28 a->~Bar(); // expected-error{{destructor type 'Bar' (aka 'Foo') in object destruction expression does not match the type 'A' of the object being destroyed}}
30 f->~Bar();
32 i->~Bar(); // expected-error{{does not match}}
34 g().~Bar(); // expected-error{{non-scalar}}
36 f->::~Bar();
39 f->::~Bar(17, 42); // expected-error{{cannot have any arguments}}
H A Dusing-decl-templates.cpp57 template <class T> struct Bar : public Foo<T>, Baz { struct in namespace:PR7896
64 template int Bar<int>::foo();
H A Dwarn-shadow.cpp51 int Bar; member in struct:rdar8900456::Foo
55 double Bar = 12; // Don't warn. local
H A Dwarn-unused-result.cpp86 Status Bar();
91 void Bar() { function in namespace:PR17587
93 f.Bar(); // expected-warning {{ignoring return value}}
H A Dfunction-redecl.cpp40 void Bar(); // expected-note {{'Bar' declared here}}
42 friend void bar(); // expected-error {{no matching function 'bar' found in local scope; did you mean 'Bar'}}
66 class Bar { class
72 void Bar::f(Foo::Inner foo) { // expected-error {{out-of-line definition of 'f' does not match any declaration in 'Bar'}}
101 // Ensure we correct the redecl of Foo::isGood to Bar::Foo::isGood and not
104 // since it is a closer match than Bar::Foo::beEvil and neither have a body.
110 namespace Bar { namespace in namespace:redecl_typo
112 bool isGood(); // expected-note {{'Bar
[all...]
H A Dwarn-enum-compare.cpp4 enum Bar { BarD, BarE, BarF }; enum
23 Bar getBar();
27 Bar y = BarD;
43 while (AnonBB == y); // expected-warning {{comparison of constant 'AnonBB' (45) with expression of type 'Bar' is always false}}
84 while (x == y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
85 while (x != y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
86 while (x >= y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
87 while (x <= y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
88 while (x > y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
89 while (x < y); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
[all...]
H A Dwarn-global-constructors.cpp91 struct Bar { struct in namespace:pr8095
92 ~Bar();
95 static Bar b;
H A Dwarn-missing-noreturn.cpp111 struct Bar { struct in namespace:PR10801
121 Bar b;
/external/clang/test/SemaTemplate/
H A Dms-delayed-default-template-args.cpp37 template <typename T> struct Bar { T x; }; struct in namespace:test_nontype_param
39 template <Bar<Qux> *P>
42 Bar<int> g;
48 template <typename T> struct Bar { T x; }; struct in namespace:test_template_instantiation_arg
49 template <typename T = Bar<Weber>> // expected-error {{use of undeclared identifier 'Weber'}}
51 static_assert(sizeof(T) == 4, "Bar should have gotten int");
85 template <typename T> struct Bar { T x; }; struct in namespace:test_undeclared_nontype_parm_arg
87 template <Bar<Xylophone> *P> // expected-error {{use of undeclared identifier 'Xylophone'}}
92 Bar<Xylophone> g;
H A Dms-sizeof-missing-typename.cpp33 // expected-warning@+1 {{missing 'typename' prior to dependent type name 'Bar::InnerType'}}
35 // expected-warning@+1 {{missing 'typename' prior to dependent type name 'Bar::InnerType'}}
43 struct Bar { struct in namespace:nested_sizeof
49 template struct Foo<Bar>; // expected-note-re {{in instantiation {{.*}} requested here}}
H A Dtemp_explicit.cpp120 struct Bar struct in struct:Foo
126 struct Foo<int>::Bar<void> struct in class:Foo
H A Dclass-template-decl.cpp72 template<typename T2> class Bar;
73 typedef Bar<T1> Baz;
76 struct Bar { struct in struct:PR8001::Foo
77 Bar() {} function in struct:PR8001::Foo::Bar
83 Foo<int>::Bar<int> y(x);
H A Ddeduction.cpp144 class Bar { class in namespace:test3
/external/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py80 self.assertEqual('Method Bar not implemented.',
87 def Bar(self, rpc_controller, request, done): member in class:FooUnitTest.testService.MyServiceImpl
/external/chromium_org/ppapi/generators/test_cgen_range/
H A Ddev_channel_interface.h76 * Bar() comment.
78 void (*Bar)(int32_t x); member in struct:TestDevToStable_1_2
93 void (*Bar)(int32_t x); member in struct:TestDevToStable_1_1
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1.cpp84 class Bar { class in class:X2
91 void X2<T>::Bar<F>::Func() {}
/external/clang/test/CodeGen/
H A Dms-inline-asm.cpp10 struct Bar { struct in struct:Foo
18 Foo::Bar::ptr = (int *)0xDEADBEEF;
20 __asm mov eax, Foo :: Bar :: ptr
36 __asm mov eax, offset Foo::Bar::ptr
46 __asm mov eax, LENGTH Foo::Bar::ptr
50 __asm mov eax, LENGTH Foo::Bar::arr
55 __asm mov eax, TYPE Foo::Bar::ptr
59 __asm mov eax, TYPE Foo::Bar::arr
64 __asm mov eax, SIZE Foo::Bar::ptr
68 __asm mov eax, SIZE Foo::Bar
[all...]
/external/clang/test/Index/
H A Dcomment-cplus-decls.cpp119 class Bar { class in namespace:test2
H A Dprint-type.cpp16 struct Bar { struct in namespace:outer::inner
17 Bar(outer::Foo<bool>* foo) { } function in struct:outer::inner::Bar
61 // CHECK: StructDecl=Bar:16:8 (Definition) [type=outer::inner::Bar] [typekind=Record] [isPOD=0]
62 // CHECK: CXXConstructor=Bar:17:3 (Definition) [type=void (outer::Foo<bool> *){{.*}}] [typekind=FunctionProto] [canonicaltype=void (outer::Foo<bool> *){{.*}}] [canonicaltypekind=FunctionProto] [resulttype=void] [resulttypekind=Void] [args= [outer::Foo<bool> *] [Pointer]] [isPOD=0]
/external/clang/test/Analysis/inlining/
H A Dpath-notes.cpp21 class Bar { class
23 ~Bar() {
31 Bar b;
34 } // expected-note {{Calling '~Bar'}}
447 // CHECK-NEXT: <string>Calling &apos;~Bar&apos;</string>
449 // CHECK-NEXT: <string>Calling &apos;~Bar&apos;</string>
635 // CHECK-NEXT: <string>Entered call from &apos;~Bar&apos;</string>
637 // CHECK-NEXT: <string>Entered call from &apos;~Bar&apos;</string>
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
H A Dbackground.js9 'Bookmarks Bar': '1',
260 this._root.appendChild(new Node(this._nodesMap, '1', 'Bookmarks Bar'));

Completed in 445 milliseconds

12345