Searched defs:Bar (Results 26 - 50 of 93) sorted by relevance

1234

/external/lldb/test/lang/cpp/breakpoints/
H A Dnested.cpp5 namespace Bar namespace in namespace:Foo
64 Foo::Bar::Baz mine(200);
65 Foo::Bar::Baz2 mine2(300);
71 printf ("And got %d from Bar.\n", Foo::Bar::Function());
/external/v8/test/mjsunit/
H A Dinstanceof-2.js308 var Bar = function() { }
311 if (d) Bar.prototype = 13;
312 var x = a ? new Foo() : new Bar();
313 var y = b ? new Foo() : new Bar();
316 InstanceTest(x, Bar);
317 InstanceTest(y, Bar);
318 if (e) x.__proto__ = Bar.prototype;
327 InstanceTest(x, Bar);
328 InstanceTest(y, Bar);
H A Dfield-type-tracking.js153 function Bar(x) { this.x = x; this.b = x; } class
156 var b = new Bar({a:2});
/external/clang/test/Analysis/
H A Dmember-expr.cpp9 Bar = 1 enumerator in enum:EnumsViaMemberExpr::Foo::E
14 clang_analyzer_eval(Baz.Bar == Foo::Bar); // expected-warning{{TRUE}}
18 clang_analyzer_eval(Baz.Bar == Foo::Bar); // expected-warning{{TRUE}}
22 clang_analyzer_eval(Baz->Bar == Foo::Bar); // expected-warning{{TRUE}}
/external/clang/test/CodeGenCXX/
H A Ddebug-info-decl-nested.cpp44 // CHECK1: ![[DECL:[0-9]+]] = !MDSubprogram(name: "Bar"
47 void Bar(const Foo1 *);
50 // CHECK1: !MDSubprogram(name: "Bar"
54 void OuterClass1::Bar(const Foo1 *meta) { } function in class:OuterClass1
H A Dincomplete-types.cpp6 struct Bar { struct
10 static struct Bar<int> bar[1] = {
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
/external/clang/test/SemaTemplate/
H A Dfunction-template-specialization.cpp53 static void Bar(const T& input);
57 static void Bar(const long& input) {} // expected-error{{explicit specialization of 'Bar' in class scope}} function in class:Foo
H A Dinstantiate-deeply.cpp30 struct Bar { struct in class:Foo
34 Bar u;
H A Dinstantiate-subscript.cpp39 void Bar() { function
H A Doverload-uneval.cpp12 struct Bar struct
20 typedef Bar<T> B;
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;
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
H A Dp14.cpp62 class Bar { class
70 void M2::MInner::Bar::bar() {
/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();
/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/android-mock/tests/com/google/android/testing/mocking/
H A DConstructorCreationTests.java36 public static class Bar { class in class:ConstructorCreationTests
38 Bar(double value) { this.value = value; } method in class:ConstructorCreationTests.Bar
51 public TestClass(Foo foo, Bar bar) {
90 doesNotHaveConstructor(new Bar(2));
91 hasConstructor(new Foo(1), new Bar(2));
116 new Object[]{new Foo(1), new Bar(2)},
117 new Type[]{Foo.class, Bar.class});
/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
32 __asm mov eax, offset Foo::Bar::ptr
40 __asm mov eax, LENGTH Foo::Bar::ptr
42 __asm mov eax, LENGTH Foo::Bar::arr
45 __asm mov eax, TYPE Foo::Bar::ptr
47 __asm mov eax, TYPE Foo::Bar::arr
50 __asm mov eax, SIZE Foo::Bar::ptr
52 __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
62 // CHECK: StructDecl=Bar:16:8 (Definition) [type=outer::inner::Bar] [typekind=Record] [isPOD=0] [nbFields=3]
63 // 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]

Completed in 1749 milliseconds

1234