Home
last modified time | relevance | path

Searched defs:Foo (Results 1 – 25 of 687) sorted by relevance

12345678910>>...28

/external/clang/test/SemaTemplate/
Dms-delayed-default-template-args.cpp7 struct Foo { T x; }; struct
9 template struct Foo<>; variable
15 struct Foo { struct
21 template struct nested::Foo<>; member in test_namespace::nested
27 struct Foo { struct
33 template struct Outer::Foo<>; member in test_inner_class_template::Outer
40 struct Foo { struct
43 template struct Foo<&g>; variable
50 struct Foo { struct
61 struct Foo { struct
[all …]
Ddelegating-constructors.cpp19 struct Foo { struct
20 Foo(int) { } in Foo() function
24 Foo(T, int i) : Foo(i) { } in Foo() argument
/external/golang-protobuf/protoc-gen-go/testdata/issue780_oneof_conflict/
Dtest.pb.go23 type Foo struct { struct
26 Bar isFoo_Bar `protobuf_oneof:"bar"`
27 XXX_NoUnkeyedLiteral struct{} `json:"-"`
28 XXX_unrecognized []byte `json:"-"`
29 XXX_sizecache int32 `json:"-"`
32 func (m *Foo) Reset() { *m = Foo{} }
33 func (m *Foo) String() string { return proto.CompactTextString(m) }
34 func (*Foo) ProtoMessage() {}
35 func (*Foo) Descriptor() ([]byte, []int) {
39 func (m *Foo) XXX_Unmarshal(b []byte) error {
[all …]
/external/eigen/test/
Dctorleak.cpp5 struct Foo struct
11 Foo() in Foo() function
21 ~Foo() in ~Foo() argument
30 Index Foo::object_count = 0; argument
/external/clang/test/Profile/
Dcxx-structors.cpp5 struct Foo { struct
6 Foo() {} in Foo() argument
7 Foo(int) {} in Foo() argument
8 ~Foo() {} in ~Foo() argument
/external/clang/test/SemaObjC/
Dcategory-method-lookup.m4 @interface Foo interface
6 @implementation Foo implementation
9 @implementation Foo(Whatever) implementation in Whatever
13 @interface Foo (MoreStuff) interface in MoreStuff
17 @implementation Foo (MoreStuff) implementation in MoreStuff
Dduplicate-property-class-extension.m4 @interface Foo interface
9 @interface Foo () interface in readwrite
15 @interface Foo () interface in readwrite
20 @interface Foo () interface in readonly
/external/clang/test/CodeGenObjCXX/
Dproperty-object-reference.mm4 struct Foo {int i;}; argument
9 @property (nonatomic, readonly) Foo& FooRefProperty; argument
12 - (void)setFooProperty : (Foo &) arg;
24 - (void)setFooProperty : (Foo &) arg { };
/external/compiler-rt/test/asan/TestCases/Posix/
Dnew_array_cookie_with_new_from_class.cc11 struct Foo { struct
14 ~Foo(); argument
22 Foo::~Foo() {} in ~Foo() argument
/external/python/cpython3/Lib/unittest/test/
Dtest_skipping.py9 class Foo(unittest.TestCase): class
20 class Foo(unittest.TestCase): class
33 class Foo(unittest.TestCase): class
61 class Foo(unittest.TestCase): class
83 class Foo(unittest.TestCase): class
99 class Foo(Mixin, unittest.TestCase): class
110 class Foo(unittest.TestCase): class
125 class Foo(unittest.TestCase): class
139 class Foo(unittest.TestCase): class
159 class Foo(unittest.TestCase): class
[all …]
/external/clang/test/CodeGenCXX/
Darray-value-initialize.cpp11 struct Foo { struct
12 Foo(void) : bar_(), dbar_(), sbar_() { in Foo() argument
26 Foo a; in test1() argument
Dmember-init-assignment.cpp4 struct Foo { struct
7 Foo(unsigned arg); argument
10 Foo::Foo(unsigned arg) : file_id(arg = 42) in Foo() function in Foo
Dmicrosoft-abi-extern-template.cpp21 template <typename T> struct Foo : Base { struct
22 Foo() {} in Foo() function
Dmulti-dim-operator-new.cpp6 struct Foo { struct
7 Foo() : iFoo (2) { in Foo() function
10 int iFoo; argument
/external/python/cpython2/Lib/unittest/test/
Dtest_skipping.py9 class Foo(unittest.TestCase): class
20 class Foo(unittest.TestCase): class
36 class Foo(unittest.TestCase): class
58 class Foo(unittest.TestCase): class
74 class Foo(Mixin, unittest.TestCase): class
89 class Foo(Mixin, unittest.TestCase): class
100 class Foo(unittest.TestCase): class
114 class Foo(unittest.TestCase): class
129 class Foo(unittest.TestCase): class
154 class Foo(unittest.TestCase): class
/external/clang/test/Analysis/
Drdar-6600344-nil-receiver-undefined-struct-ret.m4 typedef struct Foo { int x; } Bar; argument
11 struct Foo f = { 0 }; argument
Drdar-7168531.m6 @interface Foo { interface
11 @implementation Foo implementation in Foo
12 static Foo* bar(Foo *p) { category
/external/libcxx/test/libcxx/depr/depr.function.objects/
Ddepr.adaptors.cxx1z.pass.cpp26 struct Foo { struct
49 Foo f; in main() argument
Dadaptors.depr_in_cxx11.fail.cpp28 struct Foo { struct
42 typedef std::mem_fun_t<int, Foo> MFT0; // expected-error{{'mem_fun_t<int, Foo>' is deprecated}} in main() argument
/external/clang/test/CodeGenObjC/
Ddebug-info-class-extension2.m5 @interface Foo {} @end interface
7 @interface Foo () { interface in int
12 @implementation Foo implementation
Dblock-byref-debuginfo.m11 struct Foo { struct
15 __attribute__((__blocks__(byref))) struct Foo foo; argument
/external/clang/test/CodeGen/
D2003-10-09-UnionInitializerBug.c3 struct Foo { struct
12 struct Foo b; argument
/external/compiler-rt/test/asan/TestCases/Linux/
Dinit-order-dlopen.cc26 struct Foo { struct
27 Foo() : val(42) { printf("Foo::Foo()\n"); } in Foo() function
31 Foo global_foo; argument
/external/clang/test/Rewriter/
Drewrite-user-defined-accessors.mm5 @interface Foo { interface
13 @implementation Foo implementation
23 - (void) setFoo : (Foo *) arg {
/external/clang/test/ARCMT/
Dremove-dealloc-zerouts.m5 @interface Foo interface
13 @implementation Foo implementation
32 - (void) setA:(Foo*) val; argument
42 - (void) setA:(Foo*) val { } argument

12345678910>>...28