Searched defs:Bar (Results 76 - 100 of 103) sorted by relevance

12345

/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dexamples.cpp132 class Bar class in namespace:PR9668::First
145 typedef First::Bar<Second::Foo> Special;
/external/clang/test/SemaCXX/
H A Dfriend.cpp39 class Bar { class in namespace:test2
H A Dusing-decl-1.cpp87 namespace ns1 { struct Bar : ns0::Foo {}; } struct in namespace:test1::ns1
90 namespace ns2 { struct Baz : ns1::Bar {}; }
H A Dvirtual-override.cpp196 class Bar : public Foo { class in namespace:PR5920
H A DMicrosoftCompatibility.cpp219 struct Bar { struct in namespace:IntToNullPtrConv
223 Bar g_bar = { (Foo::MemberFcnPtr)Foo::ZERO };
H A Dconditional-expr.cpp269 struct Bar { struct in namespace:PR6757
276 (void)(true ? Bar() : Foo1()); // okay
277 (void)(true ? Bar() : Foo2()); // okay
278 (void)(true ? Bar() : Foo3()); // expected-error{{no viable constructor copying temporary}}
H A DMicrosoftExtensions.cpp370 class Bar {}; class in namespace:rdar14250378
375 Bar* EnsureBar();
380 friend class Bar;
383 Bar* Foo::EnsureBar() {
H A Dnew-delete.cpp478 class Bar {}; class in namespace:PR12061
479 Foo<Bar> x;
H A Dwarn-thread-safety-parsing.cpp86 class Bar { class
1306 class Bar { class in namespace:FunctionDefinitionParseTest
1316 void Bar<T>::bar() EXCLUSIVE_LOCKS_REQUIRED(mu_) { }
1340 class Bar { class in class:NestedClassLateDecl::Foo
1345 void bar2(Bar* b) EXCLUSIVE_LOCKS_REQUIRED(b->mu) { b->a = 0; }
H A Dwarn-thread-safety-analysis.cpp699 LRBar Bar; variable
703 Bar.aa_elr_fun();
709 Bar.aa_elr_fun_s();
715 Bar.aa_elr_fun_s();
738 Bar.le_fun();
750 Bar.aa_elr_fun_s();
755 Bar.aa_elr_fun_s();
760 Bar.aa_elr_fun_s();
764 Bar.aa_elr_fun(); // \
770 Bar
831 class Bar { class in namespace:thread_annot_lock_20
856 class Bar { class in namespace:thread_annot_lock_22
977 class Bar { class in namespace:thread_annot_lock_49
1003 struct Bar { Foo &func () {return getFoo();} }; struct in namespace:thread_annot_lock_61_modified
1081 class Bar { class in namespace:thread_annot_lock_68_modified
1112 class Bar { class in namespace:thread_annot_lock_30_modified
1244 class Bar { class in namespace:thread_annot_lock_18_modified
1274 class Bar { class in namespace:thread_annot_lock_21
1802 class Bar { class in namespace:TestTemplateAttributeInstantiation
2230 class Bar { class in namespace:MoreLockExpressions
2386 class Bar : public Foo { class in namespace:LockReturned
2782 class Bar { class in namespace:SmartPointerTests
3154 class Bar : public Foo { class in namespace:StringIgnoreTest
3338 class Bar { class in namespace:ExprMatchingBugFix
3342 Bar(Foo* f) : foo(f) { } function in class:ExprMatchingBugFix::Bar
3381 class Bar { class in namespace:ComplexNameTest
3837 class Bar { class in namespace:GuardedNonPrimitive_MemberAccess
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp18 void Bar() { function in struct:PR5764::X
31 x.Bar<int>();
H A Dtypename-specifier.cpp178 template <class T> struct Bar {}; // expected-note 1+ {{template parameter is declared here}} struct in namespace:missing_typename_and_base
183 Bar<TypeInBase> x; // expected-error {{use of undeclared identifier 'TypeInBase'}}
190 Bar<T::TypeInBase> y;
197 Bar<T::NestedRD::TypeInNestedRD> z;
H A Dfriend-template.cpp269 struct Bar { struct in namespace:PR12557
275 Bar<int> b;
H A Dtemp_arg_nontype.cpp133 struct Bar {}; struct in namespace:ns
137 Bar<bool(ns::Foo<int>::value)> x;
/external/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp121 const uint64_t ExpectedBar = Sema.expectMatcher("Bar");
123 Sema.parse(" Foo ( Bar ( 17), Baz( \n \"B A,Z\") ) .bind( \"Yo!\") ");
132 const MockSema::MatcherInfo Bar = Sema.Matchers[0]; local
133 EXPECT_EQ("Bar", Bar.MatcherName);
134 EXPECT_TRUE(matchesRange(Bar.NameRange, 1, 1, 8, 17));
135 EXPECT_EQ(1ULL, Bar.Args.size());
136 EXPECT_EQ(17U, Bar.Args[0].Value.getUnsigned());
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1030 void Bar(RpcController* controller, function in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService
1036 method_ = "Bar";
1128 bar_(descriptor_->FindMethodByName("Bar")),
1194 // Try again, but call Bar() instead.
1200 EXPECT_EQ("Bar", mock_service_.method_);
1204 // Verify death if we call Foo() with Bar's message types.
1248 // Call Bar() via the stub.
1250 stub_.Bar(&mock_controller_, &bar_request_, &bar_response_, done_.get());
/external/clang/test/FixIt/
H A Dfixit.cpp207 template<typename> typename Bar, // expected-warning {{template template parameter using 'typename' is a C++1z extension}}
214 enum Bar { X, Y }; enum in class:ShadowedTagType::Foo
215 void SetBar(Bar bar);
216 Bar Bar(); // expected-note 2 {{enum 'Bar' is hidden by a non-type declaration of 'Bar' here}}
218 Bar bar_; // expected-error {{must use 'enum' tag to refer to type 'Bar' in this scope}}
220 void Foo::SetBar(Bar ba
256 namespace Bar { namespace in namespace:redecl_typo
[all...]
/external/lldb/test/unittest2/test/
H A Dtest_case.py25 class Bar(Foo): class in class:Test
186 (Test.Foo('test1'), Test.Bar('test1')),
187 (Test.Foo('test1'), Test.Bar('test2'))]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc906 void Bar(RpcController* controller, function in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService
912 method_ = "Bar";
1004 bar_(descriptor_->FindMethodByName("Bar")),
1070 // Try again, but call Bar() instead.
1076 EXPECT_EQ("Bar", mock_service_.method_);
1080 // Verify death if we call Foo() with Bar's message types.
1124 // Call Bar() via the stub.
1126 stub_.Bar(&mock_controller_, &bar_request_, &bar_response_, done_.get());
/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp183 struct Bar;
184 Bar* bar_;
201 bool Bar();
205 bool Foo2<T>::Bar() { function in class:Foo2
214 void Bar();
220 void Foo3<T>::Bar() { function in class:Foo3
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java174 private static class Bar {} class in class:FuturesTest
175 private static class BarChild extends Bar {}
193 Bar bar = Futures.transform(future, function).get();
432 Bar bar = Futures.transform(future, function).get();
451 Bar bar = new Bar();
452 final MockRequiresGetCallFuture<Bar> barFuture =
453 new MockRequiresGetCallFuture<Bar>(bar);
454 AsyncFunction<Foo, Bar> function =
455 new AsyncFunction<Foo, Bar>() {
[all...]
/external/littlemock/tests/com/google/testing/littlemock/
H A DLittleMockTest.java79 @Mock private Bar mBar;
133 public void takesBar(Bar bar);
135 public Bar aBar();
140 public interface Bar { interface in class:LittleMockTest
147 /** Subtype of Bar. */
148 public interface BarSubtype extends Bar {
154 void onClick(Bar bar);
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc97 test_info_obj_("FooTest", "Bar", NULL, NULL, 0, NULL) {}
122 streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL));
128 streamer_.OnTestCaseEnd(TestCase("FooTest", "Bar", NULL, NULL));
135 EXPECT_EQ("event=TestStart&name=Bar\n", *output());
4982 int Bar() const { return 1; } function in class:__anon10888::Foo
4985 // Bar().
4993 ASSERT_EQ(1, Foo().Bar());
5005 ASSERT_EQ(1, foo.Bar());
/external/gtest/test/
H A Dgtest_unittest.cc97 test_info_obj_("FooTest", "Bar", NULL, NULL, 0, NULL) {}
122 streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL));
128 streamer_.OnTestCaseEnd(TestCase("FooTest", "Bar", NULL, NULL));
135 EXPECT_EQ("event=TestStart&name=Bar\n", *output());
4898 int Bar() const { return 1; } function in class:__anon21620::Foo
4901 // Bar().
4909 ASSERT_EQ(1, Foo().Bar());
4921 ASSERT_EQ(1, foo.Bar());
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc4887 int Bar() const { return 1; } function in class:__anon28924::Foo
4890 // Bar().
4898 ASSERT_EQ(1, Foo().Bar());
4910 ASSERT_EQ(1, foo.Bar());

Completed in 3584 milliseconds

12345