Home
last modified time | relevance | path

Searched refs:bycopy (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/clang/test/SemaObjC/
Dinvalid-typename.m6 - (oneway void)clientWithId:(bycopy NSString *)clientId
7 canBeginSyncingPlanWithId:(bycopy NSString *)planId
8 syncModes:(bycopy NSArray /* ISDSyncState */ *)syncModes
9 entities:(bycopy NSArray /* ISDEntity */ *)entities
10 …truthPullers:(bycopy NSDictionary /* NSString -> [NSString] */ *)truthPullers; // expected-error {…
Ddist-object-modifiers.m5 - (bycopy id)serverPID; // expected-note {{previous declaration is here}}
6 - (void)doStuff:(bycopy id)clientId; // expected-note {{previous declaration is here}}
7 - (bycopy id)Ok;
8 + (oneway id) stillMore : (byref id)Arg : (bycopy oneway id)Arg1; // expected-note 3 {{previous de…
18 - (bycopy id)Ok { return 0; }
19 + (id) stillMore : (id)Arg : (bycopy id)Arg1 { return Arg; } // expected-warning {{conflicting dis…
Dmethod-encoding-2.m5 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2;
10 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2{ return…
Dclass-protocol-method-match.m6 - (bycopy id)bud; // expected-note {{previous declaration is here}}
40 - (bycopy id)bud { return 0; }
/external/clang/test/SemaObjC/
Dinvalid-typename.m6 - (oneway void)clientWithId:(bycopy NSString *)clientId
7 canBeginSyncingPlanWithId:(bycopy NSString *)planId
8 syncModes:(bycopy NSArray /* ISDSyncState */ *)syncModes
9 entities:(bycopy NSArray /* ISDEntity */ *)entities
10 …truthPullers:(bycopy NSDictionary /* NSString -> [NSString] */ *)truthPullers; // expected-error{{…
Ddist-object-modifiers.m5 - (bycopy id)serverPID; // expected-note {{previous declaration is here}}
6 - (void)doStuff:(bycopy id)clientId; // expected-note {{previous declaration is here}}
7 - (bycopy id)Ok;
8 + (oneway id) stillMore : (byref id)Arg : (bycopy oneway id)Arg1; // expected-note 3 {{previous de…
18 - (bycopy id)Ok { return 0; }
19 + (id) stillMore : (id)Arg : (bycopy id)Arg1 { return Arg; } // expected-warning {{conflicting dis…
Dmethod-encoding-2.m5 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2;
10 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2{ return…
Dclass-protocol-method-match.m6 - (bycopy id)bud; // expected-note {{previous declaration is here}}
40 - (bycopy id)bud { return 0; }
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp23.cpp25 auto bycopy = [values...]() { print(values...); }; in do_print() local
26 bycopy(); in do_print()
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp23.cpp26 auto bycopy = [values...]() { print(values...); }; in do_print() local
27 bycopy(); in do_print()
/external/clang/test/Parser/
Dmethod-prototype-1.m3 - (void) bycopy : (int) woodo, ... ;
34 - (void) bycopy : (int) woodo, ... ;
/external/llvm-project/clang/test/Parser/
Dmethod-prototype-1.m3 - (void) bycopy : (int) woodo, ... ;
34 - (void) bycopy : (int) woodo, ... ;
/external/clang/test/Index/
Dprint-type.m5 -(bycopy)methodIn:(in int)i andOut:(out short *)j , ...;
Dcomplete-method-decls.m174 // CHECK-CCF: NotImplemented:{TypedText bycopy} (40)
188 // CHECK-CCG-NOT: NotImplemented:{TypedText bycopy} (40)
201 // CHECK-CCH: NotImplemented:{TypedText bycopy} (40)
Dcomplete-objc-message.m185 - (void)method:(in bycopy A*)ain result:(out byref A**)aout;
345 …CInstanceMethodDecl:{ResultType void}{TypedText method:}{Placeholder (in bycopy A *)}{HorizontalSp…
/external/llvm-project/clang/test/Index/
Dprint-type.m5 -(bycopy)methodIn:(in int)i andOut:(out short *)j , ...;
Dcomplete-method-decls.m174 // CHECK-CCF: NotImplemented:{TypedText bycopy} (40)
188 // CHECK-CCG-NOT: NotImplemented:{TypedText bycopy} (40)
201 // CHECK-CCH: NotImplemented:{TypedText bycopy} (40)
Dcomplete-objc-message.m185 - (void)method:(in bycopy A*)ain result:(out byref A**)aout;
345 …CInstanceMethodDecl:{ResultType void}{TypedText method:}{Placeholder (in bycopy A *)}{HorizontalSp…
/external/protobuf/objectivec/Tests/
Dunittest_objc.proto113 optional bool bycopy = 7; field
/external/clang/include/clang/Basic/
DTokenKinds.def673 // bycopy/byref/in/inout/oneway/out?
/external/llvm-project/clang/include/clang/Basic/
DTokenKinds.def744 // bycopy/byref/in/inout/oneway/out?