| /external/clang/test/PCH/ |
| D | method-redecls.m | 7 -(void)meth; method 8 -(void)meth; method 9 -(void)meth; method 15 -(void)meth { } method
|
| D | chain-categories.m | 30 +(void)meth; class 42 +(void)meth {} class
|
| D | pending-ids.m | 20 + (BOOL)meth; class
|
| D | chain-class-extension.m | 15 +(void)meth; class
|
| /external/clang/test/SemaObjC/ |
| D | method-undefined-warn-1.m | 4 - (void) meth; method 14 - (void) meth {} method 20 - (void) meth; method 30 - (void) meth {} method 36 - (void) meth; method 42 - (void) meth {} method
|
| D | check-dup-decl-methods-1.m | 4 - (int) meth; method 11 - (int) meth; // expected-note {{previous declaration is here}} method 12 - (int*) meth; // expected-error {{duplicate declaration of method 'meth'}} method 35 - (int) meth; // expected-note {{previous declaration is here}} method 36 - (int*) meth; // expected-error {{duplicate declaration of method 'meth'}} method
|
| D | class-unavail-warning.m | 14 - (MyClass *)meth; // no error. method 21 - (MyClass *)meth; // expected-error {{unavailable}} method 25 - (MyClass *)meth; // no error. method in Cat1
|
| D | method-def-1.m | 4 - (int)meth; method 8 - (int) meth { return [self meth]; } method
|
| D | undefined-protocol-type-1.m | 7 - (T<p2, p3, p1, p4>*) meth; // expected-error {{cannot find protocol declaration for 'p3'}} method
|
| D | warn-category-method-deprecated.m | 5 - (void)meth; method
|
| D | missing-atend-metadata.m | 7 - meth { return 0; } method
|
| D | message.m | 9 - (void)meth; method 14 - (void) meth { [self contents]; } method
|
| D | class-proto-1.m | 11 - (INTF1<p1>*) meth; method
|
| D | invalid-code.m | 49 -(void)meth {} method
|
| /external/clang/test/Index/ |
| D | overrides.m | 43 -(void)meth; method in cat 50 -(void)meth { } method 61 -(void)meth; method 72 -(void)meth; method in readwrite 88 -(void)meth; method 92 -(void)meth; method in cat 96 -(void)meth{} method
|
| D | pch-with-errors.m | 5 -(void)meth; method in cat 9 -(void)meth; method
|
| D | cursor-dynamic-call.mm | 3 virtual void meth(); field 14 -(void)meth; method
|
| D | unmatched-braces.m | 2 -(void)meth { method
|
| D | rdar12316296-codecompletion.m | 18 -(void)meth { method
|
| D | index-suppress-refs.m | 12 -(I*)meth; method in cat
|
| /external/dexmaker/src/dx/java/com/android/dx/ssa/ |
| D | DomFront.java | 37 private final SsaMethod meth; field in DomFront 62 public DomFront(SsaMethod meth) { in DomFront()
|
| D | Dominators.java | 48 private final SsaMethod meth; field in Dominators 68 private Dominators(SsaMethod meth, DomFront.DomInfo[] domInfos, in Dominators() 86 public static Dominators make(SsaMethod meth, DomFront.DomInfo[] domInfos, in make()
|
| /external/clang/test/CodeGenCXX/ |
| D | duplicate-mangled-name.cpp | 7 void MyClass::meth() { } // expected-note {{previous}} in meth() function in MyClass
|
| /external/boringssl/src/crypto/x509v3/ |
| D | v3_int.c | 77 static void * s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, char *value) in s2i_asn1_int()
|
| /external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
| D | Rops.java | 1208 Prototype meth = cstMeth.getPrototype(); in ropFor() local 1215 Prototype meth = cstMeth.getPrototype(); in ropFor() local 1222 Prototype meth = cstMeth.getPrototype(); in ropFor() local 1229 Prototype meth = cstMeth.getPrototype(); in ropFor() local 1983 public static Rop opInvokeStatic(Prototype meth) { in opInvokeStatic() 1997 public static Rop opInvokeVirtual(Prototype meth) { in opInvokeVirtual() 2011 public static Rop opInvokeSuper(Prototype meth) { in opInvokeSuper() 2025 public static Rop opInvokeDirect(Prototype meth) { in opInvokeDirect() 2039 public static Rop opInvokeInterface(Prototype meth) { in opInvokeInterface()
|