/external/llvm-project/clang/test/Rewriter/ |
D | objc-modern-class-init-hooks.mm | 10 @interface Sub : Super interface 13 @implementation Sub @end implementation 19 @interface Sub(Cat) @end interface in Cat 23 @implementation Sub(Cat) @end implementation in Cat
|
D | objc-modern-class-init.mm | 10 @interface Sub : Super interface 13 @implementation Sub @end implementation 19 @interface Sub(Cat) @end interface in Cat 23 @implementation Sub(Cat) @end implementation in Cat
|
D | objc-modern-metadata-visibility.mm | 12 @interface Sub : NSObject { interface 20 @implementation Sub implementation
|
/external/clang/test/Rewriter/ |
D | objc-modern-class-init-hooks.mm | 10 @interface Sub : Super interface 13 @implementation Sub @end implementation 19 @interface Sub(Cat) @end interface in Cat 23 @implementation Sub(Cat) @end implementation in Cat
|
D | objc-modern-class-init.mm | 10 @interface Sub : Super interface 13 @implementation Sub @end implementation 19 @interface Sub(Cat) @end interface in Cat 23 @implementation Sub(Cat) @end implementation in Cat
|
D | objc-modern-metadata-visibility.mm | 12 @interface Sub : NSObject { interface 20 @implementation Sub implementation
|
/external/clang/test/Index/ |
D | complete-ivar-access.m | 31 @interface Sub : Super { interface 41 @implementation Sub implementation in Sub 42 - (void)method:(Sub *)sub with:(Other *)other { 47 void f(Sub *sub, Other *other) { category
|
D | overriding-method-comments.mm | 24 @interface Sub : Root interface 27 @interface Sub (CAT) interface in CAT 33 @implementation Sub(CAT) implementation in CAT
|
/external/llvm-project/clang/test/Index/ |
D | complete-ivar-access.m | 31 @interface Sub : Super { interface 41 @implementation Sub implementation in Sub 42 - (void)method:(Sub *)sub with:(Other *)other { 47 void f(Sub *sub, Other *other) { category
|
D | overriding-method-comments.mm | 24 @interface Sub : Root interface 27 @interface Sub (CAT) interface in CAT 33 @implementation Sub(CAT) implementation in CAT
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | pragma-pack.cpp | 9 struct Sub : virtual Base { struct 13 // CHECK: %struct.Sub = type <{ i32 (...)**, i8, %struct.Base }> argument 14 void f(Sub*) { } in f() argument
|
/external/clang/test/CodeGenCXX/ |
D | pragma-pack.cpp | 9 struct Sub : virtual Base { struct 13 // CHECK: %struct.Sub = type <{ i32 (...)**, i8, %struct.Base }> argument 14 void f(Sub*) { } in f() argument
|
/external/clang/test/SemaCXX/ |
D | pragma-pack.cpp | 11 struct Sub : public Base { struct 12 char c; 28 struct Sub : virtual Base { struct 29 char c;
|
/external/llvm-project/clang/test/SemaCXX/ |
D | pragma-pack.cpp | 11 struct Sub : public Base { struct 12 char c; 28 struct Sub : virtual Base { struct 29 char c;
|
/external/llvm-project/clang/test/SemaObjC/ |
D | warn-superclass-method-mismatch.m | 12 -(void) method2: (Sub*) x; // expected-note{{passing argument to parameter 'x' here}} argument 23 @interface Sub : Base interface 25 -(void) method1: (Sub*) x; // expected-warning {{method parameter type 'Sub *' does not match super… argument 29 -(void) method_r: (char)ch : (float*)f1 : (Sub*) x; // expected-warning {{method parameter type 'Su… argument
|
D | nowarn-superclass-method-mismatch.m | 12 @interface Sub : Super interface 15 @implementation Sub implementation
|
D | ivar-sem-check-2.m | 11 @interface Sub : Super interface 17 @implementation Sub implementation
|
D | error-missing-getter.m | 36 @interface Sub : Subclass interface 39 @implementation Sub implementation
|
/external/clang/test/SemaObjC/ |
D | warn-superclass-method-mismatch.m | 12 -(void) method2: (Sub*) x; // expected-note{{passing argument to parameter 'x' here}} argument 23 @interface Sub : Base interface 25 -(void) method1: (Sub*) x; // expected-warning {{method parameter type 'Sub *' does not match super… argument 29 -(void) method_r: (char)ch : (float*)f1 : (Sub*) x; // expected-warning {{method parameter type 'Su… argument
|
D | nowarn-superclass-method-mismatch.m | 12 @interface Sub : Super interface 15 @implementation Sub implementation
|
D | ivar-sem-check-2.m | 11 @interface Sub : Super interface 17 @implementation Sub implementation
|
D | error-missing-getter.m | 36 @interface Sub : Subclass interface 39 @implementation Sub implementation
|
/external/llvm-project/clang/test/Analysis/ |
D | temporaries-callback-order.cpp | 6 struct Sub : Super { struct 12 Sub().m(); in testTemporaries() argument
|
/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/ |
D | Sub.java | 14 public class Sub implements IExpression { class 20 public Sub(final IExpression l, final IExpression r) { in Sub() method in Sub
|
/external/mockito/src/test/java/org/mockitousage/bugs/ |
D | ConfusedSignatureTest.java | 37 public class Sub class in ConfusedSignatureTest 41 public Sub(String s) { in Sub() method in ConfusedSignatureTest.Sub
|