Home
last modified time | relevance | path

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

12345

/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
Dfile-refs.m28 @interface Sub : Base interface
32 @implementation Sub implementation
Dmodules-objc-categories.m4 @interface Sub : Foo interface
Dindex-suppress-refs.cpp4 class Sub : B1, B2 { class
Dcursor-ref-names.cpp7 struct Sub: public Base<int> { struct
Dcomplete-member-access.m25 @interface Sub : Int interface
Dcomplete-property-getset.m16 @interface Sub : Super { } interface
/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/clang/test/SemaObjC/
Dnowarn-superclass-method-mismatch.m12 @interface Sub : Super interface
15 @implementation Sub implementation
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
Divar-sem-check-2.m11 @interface Sub : Super interface
17 @implementation Sub implementation
Derror-missing-getter.m35 @interface Sub : Subclass interface
38 @implementation Sub implementation
Dproperty-ambiguous-synthesis.m23 @interface Sub : AnObject interface
26 @implementation Sub implementation
Dblock-type-safety.m5 @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/clang/test/CodeGenObjC/
Ddefault-property-synthesis.m28 @interface Sub : Super <PROTO1> interface
36 @implementation Sub implementation
Dobjc2-weak-import-attribute.m42 @interface Sub : Super @end interface
44 @implementation Sub @end implementation
/external/chromium_org/v8/src/arm64/
Dregexp-macro-assembler-arm64.cc302 __ Sub(capture_length, w11, capture_start_offset); // Length to check. in CheckNotBackReferenceIgnoreCase() local
341 __ Sub(w10, w10, 'a'); in CheckNotBackReferenceIgnoreCase() local
345 __ Sub(w10, w10, 224 - 'a'); in CheckNotBackReferenceIgnoreCase() local
360 __ Sub(current_input_offset().X(), current_position_address, input_end()); in CheckNotBackReferenceIgnoreCase() local
431 __ Sub(capture_length, w11, w10); // Length to check. in CheckNotBackReference() local
464 __ Sub(current_input_offset().X(), current_position_address, input_end()); in CheckNotBackReference() local
503 __ Sub(w10, current_character(), minus); in CheckNotCharacterAfterMinusAnd() local
513 __ Sub(w10, current_character(), from); in CheckCharacterInRange() local
523 __ Sub(w10, current_character(), from); in CheckCharacterNotInRange() local
559 __ Sub(w10, current_character(), '\t'); in CheckSpecialCharacterClass() local
[all …]
/external/clang/test/Index/Inputs/
Dt2.m10 @implementation Sub implementation
/external/clang/test/FixIt/
Dtypo.m105 @interface Sub : Super interface
109 @implementation Sub implementation
/external/chromium_org/v8/test/mjsunit/
Dfast-prototype.js37 function Sub() { class

12345