Home
last modified time | relevance | path

Searched refs:marked (Results 1 – 25 of 194) sorted by relevance

12345678

/minix/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dspecial-dep-unavail-warning.m6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked un…
7 …ttribute__((deprecated)); // expected-note {{'depInA1' has been explicitly marked deprecated here}}
9 …ttribute__((deprecated)); // expected-note {{'depInA2' has been explicitly marked deprecated here}}
10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked u…
12 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
13 …ribute__((deprecated)); // expected-note {{'FuzzyMeth' has been explicitly marked deprecated here}}
18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked u…
19 - (void) depInA __attribute__((deprecated)); // expected-note {{'depInA' has been explicitly marked
23 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
26 …ibute__((deprecated)); // expected-note {{'FuzzyMeth1' has been explicitly marked deprecated here}}
[all …]
H A Darc-system-header.m10 // expected-note@arc-system-header.h:1 {{marked unavailable here}}
11 // expected-note@arc-system-header.h:5 {{marked unavailable here}}
16 // expected-note@arc-system-header.h:14 {{marked unavailable here}}
21 // expected-note@arc-system-header.h:19 {{marked unavailable here}}
27 // expected-note@arc-system-header.h:25 {{marked unavailable here}}
46 // expected-note@arc-system-header.h:41 4 {{marked unavailable here}}
H A Dprotocol-attribute.m4 @protocol FwProto; // expected-note{{marked unavailable}}
9 …d)) @protocol MyProto1 // expected-note 7 {{'MyProto1' has been explicitly marked deprecated here}}
36 @protocol FwProto @end // expected-note{{marked unavailable}}
41 __attribute ((unavailable)) __attribute ((deprecated)) @protocol XProto; // expected-note{{marked u…
H A Dproperty-deprecated-warning.m8 …s declared deprecated here}} expected-note {{'ptarget' has been explicitly marked deprecated here}}
17 …eclared deprecated here}} expected-note {{'setTarget:' has been explicitly marked deprecated here}}
25 …deprecated=3.0))); // expected-note 2 {{'dep_target' has been explicitly marked deprecated here}} \
27 … // expected-note 2 {{'setDep_target:' has been explicitly marked deprecated here}}
58 ….0,deprecated=3.0))); // expected-note {{'isEnabled' has been explicitly marked deprecated here}} …
60 …recated=3.0))); // expected-note {{'setNewDelegate:' has been explicitly marked deprecated here}} …
88 …tribute__ ((deprecated)); // expected-note 2 {{'setX:' has been explicitly marked deprecated here}}
89 - (int)x __attribute__ ((unavailable)); // expected-note {{'x' has been explicitly marked unavailab…
H A Dattr-deprecated.m5 …int X __attribute__((deprecated)); // expected-note 2 {{'X' has been explicitly marked deprecated …
7 + (void)F __attribute__((deprecated)); // expected-note 2 {{'F' has been explicitly marked deprecat…
8 - (void)f __attribute__((deprecated)); // expected-note 5 {{'f' has been explicitly marked deprecat…
46 - (void)p __attribute__((deprecated)); // expected-note {{'p' has been explicitly marked deprecated…
75 …ribute__ ((deprecated)); // expected-note 2 {{'FooBar' has been explicitly marked deprecated here}}
87 @interface DEPRECATED { // expected-note 2 {{'DEPRECATED' has been explicitly marked deprecated her…
112 // expected-note {{'setTest2:' has been explicitly marked deprecated here}}
130 } footype __attribute((deprecated)); // expected-note 2 {{'footype' has been explicitly marked depr…
145 …__((deprecated("blah"))); // expected-note 4 {{'DeprI' has been explicitly marked deprecated here}}
198 …recated("deprecated"))); // expected-note {{'object' has been explicitly marked deprecated here}} \
[all …]
H A Dmethod-sentinel-attr.m8 - (void) foo1 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel her…
10 …tribute__ ((__sentinel__(1))); // expected-note {{method has been explicitly marked sentinel here}}
11 …tribute__ ((__sentinel__(5))); // expected-note {{method has been explicitly marked sentinel here}}
12 …tribute__ ((__sentinel__(0))); // expected-note {{method has been explicitly marked sentinel here}}
17 - (void) foo12 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel he…
H A Dobjc-container-subscripting-attr.m6 …le)); // expected-note 2 {{'objectForKeyedSubscript:' has been explicitly marked unavailable here}}
7 …)); // expected-note {{'setObject:forKeyedSubscript:' has been explicitly marked unavailable here}}
H A Dwarn-protocol-method-deprecated.m6 …ted)); // expected-note 2 {{'deprecatedProtocolMethod' has been explicitly marked deprecated here}}
14 …cated)); // expected-note {{'deprecatedInstanceMethod' has been explicitly marked deprecated here}}
H A Dcustom-atomic-property.m8 … default property 'myProp' has a user defined getter (property should be marked 'atomic' if this i…
9 … default property 'myProp' has a user defined setter (property should be marked 'atomic' if this i…
H A Dattr-availability-1.m7 …eprecated=10_2))); // expected-note 2 {{'proto_method' has been explicitly marked deprecated here}}
11 …d=10_1,deprecated=10_2))); // expected-note {{'method' has been explicitly marked deprecated here}}
43 …d=10_1,deprecated=10_2))); // expected-note {{'method' has been explicitly marked deprecated here}}
105 …troduced=NA))); // expected-note {{'interface_method' has been explicitly marked unavailable here}}
106 …eprecated=NA))); // expected-note {{'strange_method' has been explicitly marked unavailable here}}
H A Dattr-designated-init.m37 -(id)initB1 NS_DESIGNATED_INITIALIZER; // expected-note 6 {{method marked as designated initializer…
42 -(id)initB3 NS_DESIGNATED_INITIALIZER; // expected-note 4 {{method marked as designated initializer…
52 -(id)initS1 NS_DESIGNATED_INITIALIZER; // expected-note {{method marked as designated initializer o…
54 -(id)initS3 NS_DESIGNATED_INITIALIZER; // expected-note 2 {{method marked as designated initializer…
59 -(id)initS4 NS_DESIGNATED_INITIALIZER; // expected-note 2 {{method marked as designated initializer…
99 -(id)initS1 NS_DESIGNATED_INITIALIZER; // expected-note {{method marked as designated initializer o…
103 -(id)initSS1 NS_DESIGNATED_INITIALIZER; // expected-note 2 {{method marked as designated initialize…
269 -(id)initB4 NS_DESIGNATED_INITIALIZER; // expected-note 4 {{method marked as designated initializer…
357 -(instancetype) init NS_DESIGNATED_INITIALIZER; // expected-note {{method marked as designated init…
H A Dproperty-noninherited-availability-attr.m8 …ted=10.8))); // expected-note {{'myProtocolProperty' has been explicitly marked deprecated here}} \
13 …precated=10.8))); // expected-note 2 {{'myProperty' has been explicitly marked deprecated here}} \
H A Dclass-unavail-warning.m5 @interface MyClass { // expected-note 8 {{'MyClass' has been explicitly marked unavailable here}}
48 @interface Foo : NSObject @end // expected-note 3 {{'Foo' has been explicitly marked unavailable he…
H A Dattr-availability.m4 …eprecated=10.2))); // expected-note 2 {{'proto_method' has been explicitly marked deprecated here}}
8 …d=10.1,deprecated=10.2))); // expected-note {{'method' has been explicitly marked deprecated here}}
40 …d=10.1,deprecated=10.2))); // expected-note {{'method' has been explicitly marked deprecated here}}
H A Dwarn-category-method-deprecated.m12 - (void)meth __attribute__((deprecated)); // expected-note {{'meth' has been explicitly marked depr…
H A Darc-unavailable-system-function.m6 id * foo(); // expected-note {{'foo' has been explicitly marked unavailable here}}
/minix/external/mit/lua/dist/src/
H A Dlgc.h87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
88 #define isblack(x) testbit((x)->marked, BLACKBIT)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
92 #define tofinalize(x) testbit((x)->marked, FINALIZEDBIT)
96 #define isdead(g,v) isdeadm(otherwhite(g), (v)->marked)
98 #define changewhite(x) ((x)->marked ^= WHITEBITS)
99 #define gray2black(x) l_setbit((x)->marked, BLACKBIT)
H A Dlgc.c72 (x->marked = cast_byte((x->marked & maskcolors) | luaC_white(g)))
74 #define white2gray(x) resetbits(x->marked, WHITEBITS)
75 #define black2gray(x) resetbit(x->marked, BLACKBIT)
210 o->marked = luaC_white(g); in luaC_newobj()
402 marked = 1; in traverseephemeron()
417 marked = 1; in traverseephemeron()
428 return marked; in traverseephemeron()
738 int marked = curr->marked; in sweeplist() local
739 if (isdeadm(ow, marked)) { /* is 'curr' dead? */ in sweeplist()
744 curr->marked = cast_byte((marked & maskcolors) | white); in sweeplist()
[all …]
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Ddebug-info-self.m2 // self and _cmd are marked as DW_AT_artificial.
3 // myarg is not marked as DW_AT_artificial.
/minix/external/bsd/llvm/dist/clang/test/Modules/
H A Dattr-unavailable.m12 // expected-note@oneA.h:2 {{'method2' has been explicitly marked unavailable here}}
14 // expected-note@oneA.h:3 {{'method3' has been explicitly marked unavailable here}}
/minix/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Darc-system-header.mm9 // expected-note@arc-system-header.h:10{{'a_b' has been explicitly marked unavailable here}}
/minix/external/bsd/llvm/dist/llvm/test/MC/Mips/
H A Dmicromips-alias.s4 # Symbol bar must be marked as micromips.
/minix/external/bsd/llvm/dist/llvm/test/Linker/
H A D2005-02-12-ConstantGlobals-2.ll1 ; Test that a prototype can be marked const, and the definition is allowed
H A D2005-02-12-ConstantGlobals.ll1 ; Test that a prototype can be marked const, and the definition is allowed
/minix/external/bsd/llvm/dist/clang/test/FixIt/
H A Dfixit-objc.m60 ….) __attribute__((sentinel)); // expected-note{{function has been explicitly marked sentinel here}}
63 … ... __attribute__((sentinel)); // expected-note{{method has been explicitly marked sentinel here}}

12345678