Searched refs:Foo (Results 276 - 300 of 354) sorted by relevance

<<1112131415

/external/clang/test/CXX/class.access/
H A Dp4.cpp464 class Foo { class in namespace:test20
465 Foo(); // expected-note {{implicitly declared private here}}
467 Foo::Foo() {} function in class:test20::Foo
470 Foo a; // expected-error {{calling a private constructor}}
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp4.cpp61 void Foo(int) {} function in namespace:PR12096
62 void Foo(int, int) = delete;
64 Var(const Args &...args, int *) { Foo(args...); }
/external/clang/unittests/AST/
H A DASTTypeTraitsTest.cpp63 struct Foo {}; struct in namespace:clang::ast_type_traits
67 EXPECT_FALSE(DNT<Foo>().isSame(DNT<Foo>()));
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java172 private static class Foo {} class in class:FuturesTest
173 private static class FooChild extends Foo {}
188 Function<Foo, BarChild> function = new Function<Foo, BarChild>() {
189 @Override public BarChild apply(Foo unused) {
424 AsyncFunction<Foo, BarChild> function =
425 new AsyncFunction<Foo, BarChild>() {
426 @Override public AbstractFuture<BarChild> apply(Foo unused) {
447 final Foo foo = new Foo();
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp43 template<class T> void Foo(T arg) {} function in class:BoolTemplate
90 _true.Foo(1);
93 // CHECK: call {{.*}} @"\01??$Foo@H@?$BoolTemplate@$00@@QAEXH@Z"
94 // X64: call {{.*}} @"\01??$Foo@H@?$BoolTemplate@$00@@QEAAXH@Z"
/external/clang/test/SemaCXX/
H A Dcaptured-statements.cpp116 struct Foo { struct
135 Foo Obj;
H A Dblocks.cpp16 struct Foo { struct in namespace:test1
H A Dnamespace-alias.cpp18 Foo; // expected-error {{expected namespace name}}
H A Dwarn-thread-safety-parsing.cpp76 class Foo { class
1298 class Foo { class in namespace:FunctionDefinitionParseTest
1302 void foo2(Foo *f);
1312 void Foo::foo1() EXCLUSIVE_LOCKS_REQUIRED(mu_) { }
1313 void Foo::foo2(Foo *f) EXCLUSIVE_LOCKS_REQUIRED(f->mu_) { }
1318 void baz(Foo *f) EXCLUSIVE_LOCKS_REQUIRED(f->mu_) { }
1325 class Foo { class in namespace:TestMultiDecl
1339 class Foo { class in namespace:NestedClassLateDecl
1346 void bar3(Foo*
1426 class Foo { class in namespace:InheritanceTest
1446 class Foo { }; class in namespace:InvalidDeclTest
1460 class Foo { class in namespace:StaticScopeTest
1481 class Foo { class in namespace:FunctionAttributesInsideClass_ICE_Test
[all...]
H A Daddr-of-overloaded-function.cpp105 class Foo { class in namespace:test0
112 void Foo::foo() {
H A Dconstructor-initializer.cpp195 enum Kind { Foo } Kind; enumerator in enum:Test1::A::Kind
196 A() : Kind(Foo) {}
H A Doverloaded-builtin-operators.cpp206 struct Foo { struct in namespace:PR8477
212 Foo foo;
H A Dtypo-correction-pt2.cpp65 class Foo { class in namespace:TemplateFunction
71 void test(Foo F, int num) {
/external/clang/test/SemaTemplate/
H A Dnested-template.cpp130 class Foo { class in namespace:PR10896
142 Foo<int> f;
H A Ddeduction.cpp140 struct Foo { struct in namespace:test3
149 Foo::foo<wobble<char> >();
H A Dtypename-specifier.cpp180 struct Foo : T { struct in namespace:missing_typename_and_base
206 Foo<Base> x;
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dlogging_unittest.cc82 << "): Foo failed: bar=" << bar << ", baz=" << baz;
83 LOG_FERR2(LS_ERROR, Foo, bar, baz);
/external/chromium_org/v8/test/mjsunit/
H A Dinstanceof-2.js307 var Foo = function() { }
310 if (c) Foo.prototype = 12;
312 var x = a ? new Foo() : new Bar();
313 var y = b ? new Foo() : new Bar();
314 InstanceTest(x, Foo);
315 InstanceTest(y, Foo);
319 if (f) y.__proto__ = Foo.prototype;
325 InstanceTest(x, Foo);
326 InstanceTest(y, Foo);
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3.cpp55 void Foo(const T (&a)[N]) {
63 Foo(a);
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dexamples.cpp142 class Foo;
145 typedef First::Bar<Second::Foo> Special;
/external/clang/test/Parser/
H A Dcxx-template-decl.cpp26 template <template <typename> Foo> struct Err3; // expected-error {{template template parameter requires 'class' after the parameter list}}
28 template <template <typename> typename Foo> struct Cxx1z;
/external/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c30 struct Foo { struct
44 struct Foo foo_ = {&mu1};
/external/chromium_org/testing/gtest/test/
H A Dgtest-printers_test.cc554 struct Foo { struct in namespace:testing::gtest_printers_test
556 virtual ~Foo() {}
564 EXPECT_TRUE(HasPrefix(Print(&Foo::value),
565 Print(sizeof(&Foo::value)) + "-byte object "));
566 int (Foo::*p) = NULL; // NOLINT
576 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod),
577 Print(sizeof(&Foo::MyMethod)) + "-byte object "));
579 HasPrefix(Print(&Foo::MyVirtualMethod),
580 Print(sizeof((&Foo::MyVirtualMethod))) + "-byte object "));
581 int (Foo
[all...]
/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp181 template <class T> class Foo { class
182 ~Foo();
187 template <class T> Foo<T>::~Foo() {
/external/clang/test/PCH/
H A Dcxx-templates.h210 template< typename > class Foo;
213 class Foo : protected T class in inherits:T
216 Foo& operator=( const Foo& other );

Completed in 5861 milliseconds

<<1112131415