OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:meth1
(Results
1 - 14
of
14
) sorted by null
/external/clang/test/SemaObjCXX/
warn-strict-selector-match.mm
4
- (id)
meth1
: (Base *)arg1; // expected-note {{using}}
9
- (id)
meth1
: (Derived *)arg1; // expected-note {{also found}}
16
[r
meth1
:r]; // expected-warning {{multiple methods named '
meth1
:' found [-Wstrict-selector-match]}}
void_to_obj.mm
19
- (I*)
Meth1
;
24
- (I*)
Meth1
{ return reinterpret_cast<I*>(delegate); }
/external/clang/test/SemaObjC/
check-dup-decl-methods-1.m
13
- (T*)
meth1
;
14
- (T*)
meth1
;
15
+ (T*)
meth1
;
23
+ (T*)
meth1
;
28
+ (T*)
meth1
; // expected-note {{previous declaration is here}}
30
+ (T**)
meth1
; // expected-error {{duplicate declaration of method '
meth1
'}}
class-conforming-protocol-1.m
8
- (INTF*)
METH1
; // expected-note {{previous declaration is here}}
9
- (INTF<P1>*)
METH1
; // expected-error {{duplicate declaration of method '
METH1
'}}
selector-1.m
19
SEL s1 = @selector(
meth1
:);
23
SEL s5 = @selector(
meth1
:with:with:);
synth-provisional-ivars.m
24
- (int)
Meth1
{ return PROP1; } // expected-error {{use of undeclared identifier 'PROP1'}}
47
- (int)
Meth1
: (int) bar {
conflict-nonfragile-abi2.m
21
- (int)
Meth1
: (int) p {
forward-class-1.m
10
- (BAR*)
Meth1
;
/external/clang/test/Parser/
selector-1.m
7
SEL s1 = @selector(
meth1
:);
11
SEL s5 = @selector(
meth1
:with:with:);
/external/clang/test/FixIt/
fixit-missing-method-return-type.m
15
-
Meth1
;
22
-
Meth1
{ return 0;}
/external/clang/test/Index/
usrs.m
52
- (id)
meth1
;
64
- (id)
meth1
{ return 0; }
120
// CHECK: usrs.m c:objc(cs)CWithExt(im)
meth1
Extent=[52:1 - 52:14]
128
// CHECK: usrs.m c:objc(cs)CWithExt(im)
meth1
Extent=[64:1 - 64:27]
205
// CHECK-source: usrs.m:52:1: ObjCInstanceMethodDecl=
meth1
:52:1 Extent=[52:1 - 52:14]
220
// CHECK-source: usrs.m:64:1: ObjCInstanceMethodDecl=
meth1
:64:1 (Definition) [Overrides @52:1] Extent=[64:1 - 64:27]
/external/tremolo/Tremolo/
dpen.s
93
BEQ
meth1
114
meth1
:
label
/dalvik/tests/089-jumbo-opcodes/src/
Main.java
426
void
meth1
() { }
method in class:JumboMethod
/dalvik/tools/dmtracedump/
TraceDump.c
913
static int compareMethods(const void*
meth1
, const void* meth2)
917
id1 = ((const MethodEntry*)
meth1
)->methodId;
[
all
...]
Completed in 1079 milliseconds