/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
|
D | file-refs.m | 28 @interface Sub : Base interface 32 @implementation Sub implementation
|
D | modules-objc-categories.m | 4 @interface Sub : Foo interface
|
D | index-suppress-refs.cpp | 4 class Sub : B1, B2 { class
|
/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/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
|
D | property-ambiguous-synthesis.m | 23 @interface Sub : AnObject interface 26 @implementation Sub implementation
|
D | block-type-safety.m | 5 @interface Sub : Super @end interface 33 f2(^(Sub *o) { }); // expected-error {{incompatible block pointer types passing}} category 37 r0(^Sub* () { return 0; }); // OK, variable of type Super* gets return value of type Sub* category 41 r1(^Sub* () { return 0; }); // OK category
|
/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
|
D | DiamondInheritanceIsConfusingMockitoTest.java | 37 public class Sub class in DiamondInheritanceIsConfusingMockitoTest 41 public Sub(String s) { in Sub() method in DiamondInheritanceIsConfusingMockitoTest.Sub
|
/external/clang/test/CodeGenObjC/ |
D | default-property-synthesis.m | 28 @interface Sub : Super <PROTO1> interface 36 @implementation Sub implementation
|
D | objc2-weak-import-attribute.m | 42 @interface Sub : Super @end interface 44 @implementation Sub @end implementation
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.cc | 286 __ Sub(capture_length, w11, capture_start_offset); // Length to check. in CheckNotBackReferenceIgnoreCase() local 323 __ Sub(current_position_address, current_position_address, in CheckNotBackReferenceIgnoreCase() local 339 __ Sub(w10, w10, 'a'); in CheckNotBackReferenceIgnoreCase() local 343 __ Sub(w10, w10, 224 - 'a'); in CheckNotBackReferenceIgnoreCase() local 358 __ Sub(current_input_offset().X(), current_position_address, input_end()); in CheckNotBackReferenceIgnoreCase() local 360 __ Sub(current_input_offset().X(), current_input_offset().X(), in CheckNotBackReferenceIgnoreCase() local 392 __ Sub(x1, x1, Operand(capture_length, SXTW)); in CheckNotBackReferenceIgnoreCase() local 420 __ Sub(current_input_offset(), current_input_offset(), capture_length); in CheckNotBackReferenceIgnoreCase() local 447 __ Sub(capture_length, w11, w10); // Length to check. in CheckNotBackReference() local 474 __ Sub(current_position_address, current_position_address, in CheckNotBackReference() local [all …]
|
/external/clang/test/Analysis/ |
D | lambdas.mm | 9 @interface Sub : Super { interface 15 @implementation Sub implementation
|
/external/clang/test/Index/Inputs/ |
D | t2.m | 10 @implementation Sub implementation
|
/external/clang/test/ARCMT/ |
D | objcmt-property-dot-syntax.m | 51 @interface Sub : P interface 54 @implementation Sub implementation
|