Home
last modified time | relevance | path

Searched refs:ARC (Results 1 – 25 of 37) sorted by relevance

12

/external/srec/srec/include/
Dsearch_network.h51 #define TO_NODE(ARC) (ARC)->to_node argument
53 #define LINKL_NEXT(ARC) (ARC)->linkl_next_arc argument
54 #define LINKL_PREV(ARC) (ARC)->linkl_prev_arc argument
57 #define ARC_XtoP(ARC) (ARC) argument
58 #define ARC_XtoI(ARC) ((arcID)((ARC)-fst->FSMarc_list)) argument
59 #define ARC_PtoX(ARC) (ARC) argument
75 #define TO_NODE(ARC) fst->FSMarc_list[(ARC)].to_node argument
77 #define LINKL_NEXT(ARC) fst->FSMarc_list[(ARC)].linkl_next_arc argument
78 #define LINKL_PREV(ARC) fst->FSMarc_list[(ARC)].linkl_prev_arc argument
81 #define ARC_XtoP(ARC) (&fst->FSMarc_list[(ARC)]) argument
[all …]
/external/clang/test/ARCMT/
Dcxx-checking.mm4 …0 { // expected-warning{{'HasObjectMember0' cannot be shared between ARC and non-ARC code; add a c…
8 …1 { // expected-warning{{'HasObjectMember1' cannot be shared between ARC and non-ARC code; add a c…
12 …2 { // expected-warning{{'HasObjectMember2' cannot be shared between ARC and non-ARC code; add a c…
29 … expected-warning{{'HasBlockPointerMember0' cannot be shared between ARC and non-ARC code; add a c…
33 … expected-warning{{'HasBlockPointerMember1' cannot be shared between ARC and non-ARC code; add a c…
41 …pected-warning{{'HasObjectMemberAndNonPOD0' cannot be shared between ARC and non-ARC code; add a n…
42 …// expected-warning{{'HasObjectMemberAndNonPOD0' cannot be shared between ARC and non-ARC code; ad…
47 …pected-warning{{'HasObjectMemberAndNonPOD1' cannot be shared between ARC and non-ARC code; add a n…
48 …// expected-warning{{'HasObjectMemberAndNonPOD1' cannot be shared between ARC and non-ARC code; ad…
53 …pected-warning{{'HasObjectMemberAndNonPOD2' cannot be shared between ARC and non-ARC code; add a n…
[all …]
Dchecking.m34 - (id)retain { return self; } // expected-error {{ARC forbids implementation}}
35 - (id)retainCount { return self; } // expected-error {{ARC forbids implementation}}
36 - (id)autorelease { return self; } // expected-error {{ARC forbids implementation}}
37 - (oneway void)release { } // expected-error {{ARC forbids implementation}}
46 // expected-error {{ARC forbids explicit message send}}
48 // expected-error {{ARC forbids explicit message send}}
50 // expected-error {{ARC forbids explicit message send}}
53 // expected-error {{ARC forbids explicit message send}}
55 // expected-error {{ARC forbids explicit message send}}
58 [a retainCount]; // expected-error {{ARC forbids explicit message send of 'retainCount'}}
[all …]
Dmigrate-emit-errors.m12 // CHECK: error: ARC forbids explicit message send of 'release'
Dnonobjc-to-objc-cast-2.m12 …e_transfer to transfer ownership of a +1 'CFStringRef' (aka 'const struct __CFString *') into ARC}}
Dmigrate-plist-output.m23 // CHECK: <key>description</key><string>ARC forbids explicit message send of &apos;release&apos;…
/external/clang/test/SemaObjCXX/
Darc-non-pod.mm4 …0 { // expected-warning{{'HasObjectMember0' cannot be shared between ARC and non-ARC code; add a c…
8 …1 { // expected-warning{{'HasObjectMember1' cannot be shared between ARC and non-ARC code; add a c…
12 …2 { // expected-warning{{'HasObjectMember2' cannot be shared between ARC and non-ARC code; add a c…
29 … expected-warning{{'HasBlockPointerMember0' cannot be shared between ARC and non-ARC code; add a c…
33 … expected-warning{{'HasBlockPointerMember1' cannot be shared between ARC and non-ARC code; add a c…
41 …pected-warning{{'HasObjectMemberAndNonPOD0' cannot be shared between ARC and non-ARC code; add a n…
42 …// expected-warning{{'HasObjectMemberAndNonPOD0' cannot be shared between ARC and non-ARC code; ad…
47 …pected-warning{{'HasObjectMemberAndNonPOD1' cannot be shared between ARC and non-ARC code; add a n…
48 …// expected-warning{{'HasObjectMemberAndNonPOD1' cannot be shared between ARC and non-ARC code; ad…
53 …pected-warning{{'HasObjectMemberAndNonPOD2' cannot be shared between ARC and non-ARC code; add a n…
[all …]
Darc-object-init-destroy.mm20 …{{destroying an array of '__strong id'; this array must not have been allocated from non-ARC code}}
21 …ng{{destroying an array of '__weak id'; this array must not have been allocated from non-ARC code}}
27 …ating an array of 'strong_id' (aka '__strong id'); this array must not be deleted in non-ARC code}}
28 …llocating an array of 'weak_id' (aka '__weak id'); this array must not be deleted in non-ARC code}}
32 …ted-warning{{allocating an array of '__strong id'; this array must not be deleted in non-ARC code}}
36 …ted-warning{{allocating an array of '__strong id'; this array must not be deleted in non-ARC code}}
44 …ted-warning{{allocating an array of '__strong id'; this array must not be deleted in non-ARC code}}
Darc-type-traits.mm4 // lifetime-qualified types in ARC.
Darc-type-conversion.mm7 …d)(int*)arg; // expected-error {{cast of an Objective-C pointer to 'int *' is disallowed with ARC}}
18 // expected-note{{use __bridge_retained to make an ARC object available as a +1 'void *'}}
/external/clang/test/SemaObjC/
Darc-type-conversion.m6 …d)(int*)arg; // expected-error {{cast of an Objective-C pointer to 'int *' is disallowed with ARC}}
8 … expected-error {{cast of an Objective-C pointer to '__autoreleasing id *' is disallowed with ARC}}
9 …arg; // expected-error {{cast of an Objective-C pointer to '__strong id *' is disallowed with ARC}}
13 …oid**)arg; // expected-error {{cast of an Objective-C pointer to 'void **' is disallowed with ARC}}
15 …{{implicit conversion of a non-Objective-C pointer type 'void *' to 'id' is disallowed with ARC}} \
17 … // expected-note{{use __bridge_retained to make an ARC object available as a +1 'void *'}}
20 …expected-error {{implicit conversion of an Objective-C pointer to 'void *' is disallowed with ARC}}
51 …t conversion of a non-Objective-C pointer type 'void *' to '__strong id *' is disallowed with ARC}}
52 …cit conversion of a non-Objective-C pointer type 'void *' to '__weak id *' is disallowed with ARC}}
53 …rsion of a non-Objective-C pointer type 'void *' to '__autoreleasing id *' is disallowed with ARC}}
[all …]
Darc.m18 SEL s = @selector(retain); // expected-error {{ARC forbids use of 'retain' in a @selector}}
19 s = @selector(release); // expected-error {{ARC forbids use of 'release' in a @selector}}
20 s = @selector(autorelease); // expected-error {{ARC forbids use of 'autorelease' in a @selector}}
21 s = @selector(dealloc); // expected-error {{ARC forbids use of 'dealloc' in a @selector}}
22 [a dealloc]; // expected-error {{ARC forbids explicit message send of 'dealloc'}}
23 [a retain]; // expected-error {{ARC forbids explicit message send of 'retain'}}
24 [a retainCount]; // expected-error {{ARC forbids explicit message send of 'retainCount'}}
25 [a release]; // expected-error {{ARC forbids explicit message send of 'release'}}
26 [a autorelease]; // expected-error {{ARC forbids explicit message send of 'autorelease'}}
35 [super dealloc]; // expected-error {{ARC forbids explicit message send of 'dealloc'}}
[all …]
Darc-decls.m6 id x; // expected-error {{ARC forbids Objective-C objects in structs or unions}}
10 id u; // expected-error {{ARC forbids Objective-C objects in structs or unions}}
16 id y[10][20]; // expected-error {{ARC forbids Objective-C objects in structs or unions}}
Darc-bridged-cast.m39 …te{{use __bridge_transfer to transfer ownership of a +1 'CFTypeRef' (aka 'const void *') into ARC}}
42 …// expected-note{{use __bridge_retained to make an ARC object available as a +1 'CFTypeRef' (aka '…
Dsynthesized-ivar.m60 …eakProperty; // expected-error {{@synthesize of 'weak' property is only allowed in ARC or GC mode}}
/external/clang/test/Lexer/
Dhas_feature_objc_arc.m1 …riple" "x86_64-apple-macosx10.7.0" -fobjc-runtime-has-weak | FileCheck --check-prefix=CHECK-ARC %s
16 // CHECK-ARC: void has_objc_arc_feature();
17 // CHECK-ARC: void has_objc_arc_weak_feature();
/external/llvm/test/Transforms/ObjCARC/
Dgvn.ll7 ; GVN should be able to eliminate this redundant load, with ARC-specific
/external/clang/test/Analysis/
Dobjc-arc.m37 // Test that in ARC mode that blocks are correctly automatically copied
79 // in ARC mode.
/external/clang/include/clang/Driver/
DCC1Options.td390 HelpText<"Check for ARC migration issues that need manual handling">;
392 HelpText<"Apply modifications to files to conform to ARC">;
394 HelpText<"Apply modifications and produces temporary files that conform to ARC">;
396 HelpText<"Directory for temporary files produced during ARC migration">;
400 HelpText<"Emit ARC errors even if the migrator can fix them">;
507 HelpText<"The target Objective-C runtime provides ARC entrypoints">;
509 HelpText<"The target Objective-C runtime supports ARC weak operations">;
DOptions.td116 HelpText<"Check for ARC migration issues that need manual handling">;
118 HelpText<"Apply modifications to files to conform to ARC">;
122 HelpText<"Apply modifications and produces temporary files that conform to ARC">;
128 HelpText<"Emit ARC errors even if the migrator can fix them">;
/external/bison/tests/
Dexisting.at1008 %token ARC
1129 %left BOX CIRCLE ELLIPSE ARC LINE ARROW SPLINE '[' /* ] */
1286 | ARC
1413 | ARC
/external/icu4c/data/unidata/
DBidiMirroring.txt246 2993; 2994 # LEFT ARC LESS-THAN BRACKET
247 2994; 2993 # RIGHT ARC GREATER-THAN BRACKET
248 2995; 2996 # DOUBLE LEFT ARC GREATER-THAN BRACKET
249 2996; 2995 # DOUBLE RIGHT ARC LESS-THAN BRACKET
468 # 22BE; RIGHT ANGLE WITH ARC
/external/harfbuzz/contrib/tables/
DBidiMirroring.txt237 2993; 2994 # LEFT ARC LESS-THAN BRACKET
238 2994; 2993 # RIGHT ARC GREATER-THAN BRACKET
239 2995; 2996 # DOUBLE LEFT ARC GREATER-THAN BRACKET
240 2996; 2995 # DOUBLE RIGHT ARC LESS-THAN BRACKET
459 # 22BE; RIGHT ANGLE WITH ARC
/external/clang/include/clang/Basic/
DStmtNodes.td138 // Obj-C ARC Expressions.
DDiagnosticSemaKinds.td488 "@synthesize of 'weak' property is only allowed in ARC or GC mode">;
2584 // ARC-mode diagnostics.
2595 "ARC forbids explicit message send of %0">;
2603 " to %3 is disallowed with ARC">;
2605 "ARC forbids Objective-C objects in structs or unions">;
2607 "ARC forbids synthesizing a property of an Objective-C object "
2610 "ARC forbids use of %0 in a @selector">;
2612 "ARC forbids implementation of %0">;
2628 "fast enumeration variables can't be modified in ARC by default; "
2631 "%0 cannot be shared between ARC and non-ARC "
[all …]

12