/external/clang/test/SemaTemplate/ |
D | ms-delayed-default-template-args.cpp | 7 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 …]
|
D | delegating-constructors.cpp | 19 struct Foo { struct 20 Foo(int) { } in Foo() function 24 Foo(T, int i) : Foo(i) { } in Foo() function
|
/external/eigen/test/ |
D | ctorleak.cpp | 5 struct Foo struct 11 Foo() in Foo() argument 21 ~Foo() in ~Foo() argument 30 Index Foo::object_count = 0; argument
|
/external/clang/test/Profile/ |
D | cxx-structors.cpp | 5 struct Foo { struct 6 Foo() {} in Foo() function 7 Foo(int) {} in Foo() function 8 ~Foo() {} in ~Foo() argument
|
/external/clang/test/SemaObjC/ |
D | category-method-lookup.m | 4 @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
|
D | duplicate-property-class-extension.m | 4 @interface Foo interface 9 @interface Foo () interface in readwrite 15 @interface Foo () interface in readwrite 20 @interface Foo () interface in readonly
|
D | custom-atomic-property.m | 3 @interface Foo interface 7 @implementation Foo implementation 9 …-(void)setMyProp:(Foo*)e {} // expected-warning {{atomic by default property 'myProp' has a user d… argument
|
/external/clang/test/CodeGenObjCXX/ |
D | property-object-reference.mm | 4 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/ |
D | new_array_cookie_with_new_from_class.cc | 11 struct Foo { struct 14 ~Foo(); argument 22 Foo::~Foo() {} in ~Foo() argument
|
/external/clang/test/CodeGenCXX/ |
D | array-value-initialize.cpp | 11 struct Foo { struct 12 Foo(void) : bar_(), dbar_(), sbar_() { in Foo() argument 26 Foo a; in test1() argument
|
D | member-init-assignment.cpp | 4 struct Foo { struct 7 Foo(unsigned arg); argument 10 Foo::Foo(unsigned arg) : file_id(arg = 42) in Foo() function in Foo
|
D | microsoft-abi-extern-template.cpp | 21 template <typename T> struct Foo : Base { struct 22 Foo() {} in Foo() function
|
D | multi-dim-operator-new.cpp | 6 struct Foo { struct 7 Foo() : iFoo (2) { in Foo() function 10 int iFoo; argument
|
D | debug-info-member-call.cpp | 8 struct Foo { struct 14 void test(Foo *f) { in test() argument
|
D | union-dtor.cpp | 6 struct Foo { struct 7 Foo() { static_assert(b, "Foo::Foo used"); } in Foo() function 8 ~Foo() { static_assert(b, "Foo::~Foo used"); } in ~Foo() argument
|
/external/clang/test/Analysis/ |
D | rdar-6600344-nil-receiver-undefined-struct-ret.m | 4 typedef struct Foo { int x; } Bar; argument 11 struct Foo f = { 0 }; argument
|
D | rdar-7168531.m | 6 @interface Foo { interface 11 @implementation Foo implementation in Foo 12 static Foo* bar(Foo *p) { category
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_skipping.py | 9 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/CodeGenObjC/ |
D | debug-info-class-extension2.m | 5 @interface Foo {} @end interface 7 @interface Foo () { interface in int 12 @implementation Foo implementation
|
D | block-byref-debuginfo.m | 11 struct Foo { struct 15 __attribute__((__blocks__(byref))) struct Foo foo; argument
|
D | property-category-impl.m | 5 @interface Foo @end interface 11 @interface Foo (Category) <Proto> @end interface in Category 13 @implementation Foo (Category) implementation in Category
|
/external/clang/test/CodeGen/ |
D | 2003-10-09-UnionInitializerBug.c | 3 struct Foo { struct 12 struct Foo b; argument
|
/external/clang/test/Rewriter/ |
D | rewrite-user-defined-accessors.mm | 5 @interface Foo { interface 13 @implementation Foo implementation 23 - (void) setFoo : (Foo *) arg {
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | init-order-dlopen.cc | 26 struct Foo { struct 27 Foo() : val(42) { printf("Foo::Foo()\n"); } in Foo() argument 31 Foo global_foo; argument
|
/external/clang/test/ARCMT/ |
D | remove-dealloc-zerouts.m | 5 @interface Foo interface 13 @implementation Foo implementation 32 - (void) setA:(Foo*) val; argument 42 - (void) setA:(Foo*) val { } argument
|