Home
last modified time | relevance | path

Searched defs:Sub (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/external/llvm-project/clang/test/Rewriter/
Dobjc-modern-class-init-hooks.mm10 @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
Dobjc-modern-class-init.mm10 @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
Dobjc-modern-metadata-visibility.mm12 @interface Sub : NSObject { interface
20 @implementation Sub implementation
/external/clang/test/Rewriter/
Dobjc-modern-class-init-hooks.mm10 @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
Dobjc-modern-class-init.mm10 @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
Dobjc-modern-metadata-visibility.mm12 @interface Sub : NSObject { interface
20 @implementation Sub implementation
/external/clang/test/Index/
Dcomplete-ivar-access.m31 @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
Doverriding-method-comments.mm24 @interface Sub : Root interface
27 @interface Sub (CAT) interface in CAT
33 @implementation Sub(CAT) implementation in CAT
/external/llvm-project/clang/test/Index/
Dcomplete-ivar-access.m31 @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
Doverriding-method-comments.mm24 @interface Sub : Root interface
27 @interface Sub (CAT) interface in CAT
33 @implementation Sub(CAT) implementation in CAT
/external/llvm-project/clang/test/CodeGenCXX/
Dpragma-pack.cpp9 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/
Dpragma-pack.cpp9 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/
Dpragma-pack.cpp11 struct Sub : public Base { struct
12 char c;
28 struct Sub : virtual Base { struct
29 char c;
/external/llvm-project/clang/test/SemaCXX/
Dpragma-pack.cpp11 struct Sub : public Base { struct
12 char c;
28 struct Sub : virtual Base { struct
29 char c;
/external/llvm-project/clang/test/SemaObjC/
Dwarn-superclass-method-mismatch.m12 -(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
Dnowarn-superclass-method-mismatch.m12 @interface Sub : Super interface
15 @implementation Sub implementation
Divar-sem-check-2.m11 @interface Sub : Super interface
17 @implementation Sub implementation
Derror-missing-getter.m36 @interface Sub : Subclass interface
39 @implementation Sub implementation
/external/clang/test/SemaObjC/
Dwarn-superclass-method-mismatch.m12 -(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
Dnowarn-superclass-method-mismatch.m12 @interface Sub : Super interface
15 @implementation Sub implementation
Divar-sem-check-2.m11 @interface Sub : Super interface
17 @implementation Sub implementation
Derror-missing-getter.m36 @interface Sub : Subclass interface
39 @implementation Sub implementation
/external/llvm-project/clang/test/Analysis/
Dtemporaries-callback-order.cpp6 struct Sub : Super { struct
12 Sub().m(); in testTemporaries() argument
/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/
DSub.java14 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/
DConfusedSignatureTest.java37 public class Sub class in ConfusedSignatureTest
41 public Sub(String s) { in Sub() method in ConfusedSignatureTest.Sub

12345678910>>...16