Home
last modified time | relevance | path

Searched refs:arc (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/minix/distrib/sets/lists/comp/
H A Dmd.arc2 ./usr/include/arc comp-c-include
4 ./usr/include/arc/ansi.h comp-c-include
6 ./usr/include/arc/asm.h comp-c-include
9 ./usr/include/arc/bswap.h comp-c-include
10 ./usr/include/arc/cdefs.h comp-c-include
11 ./usr/include/arc/cpu.h comp-c-include
16 ./usr/include/arc/endian.h comp-c-include
18 ./usr/include/arc/float.h comp-c-include
19 ./usr/include/arc/ieee.h comp-c-include
29 ./usr/include/arc/lock.h comp-c-include
[all …]
/minix/usr.sbin/makefs/cd9660/
H A Dcd9660_archimedes.c82 struct ISO_ARCHIMEDES *arc; in archimedes_convert_node() local
101 assert(sizeof(*arc) == 32); in archimedes_convert_node()
102 arc = ecalloc(1, sizeof(*arc)); in archimedes_convert_node()
106 memcpy(arc->magic, "ARCHIMEDES", 10); in archimedes_convert_node()
107 cd9660_731(0xfff00000 | (type << 8) | (stamp >> 32), arc->loadaddr); in archimedes_convert_node()
108 cd9660_731(stamp & 0x00ffffffffULL, arc->execaddr); in archimedes_convert_node()
109 arc->ro_attr = RO_ACCESS_UR | RO_ACCESS_OR; in archimedes_convert_node()
110 arc->cdfs_attr = node->node->name[0] == '!' ? CDFS_PLING : 0; in archimedes_convert_node()
111 node->su_tail_data = (void *)arc; in archimedes_convert_node()
112 node->su_tail_size = sizeof(*arc); in archimedes_convert_node()
/minix/external/bsd/llvm/dist/llvm/test/Transforms/ObjCARC/
H A Darc-annotations.ll1 ; This file consists of various tests which ensure that the objc-arc-annotations
6 ; RUN: opt -S -objc-arc -enable-objc-arc-annotations < %s | FileCheck %s
32 ; CHECK: call void @llvm.arc.annotation.bottomup.bbstart(i8** @x, i8** @S_None)
33 … %0 = tail call i8* @objc_retain(i8* %a) #0, !llvm.arc.annotation.bottomup ![[ANN0:[0-9]+]], !llvm…
34 ; CHECK: call void @llvm.arc.annotation.bottomup.bbend(i8** @x, i8** @S_Use)
35 ; CHECK: call void @llvm.arc.annotation.topdown.bbend(i8** @x, i8** @S_Retain)
38 ; CHECK: call void @llvm.arc.annotation.bottomup.bbstart(i8** @x, i8** @S_Use)
41 ; CHECK: call void @llvm.arc.annotation.topdown.bbend(i8** @x, i8** @S_Retain)
45 ; CHECK: store i32 7, i32* %x, !llvm.arc.annotation.bottomup ![[ANN2]]
51 …CHECK: call void @objc_release(i8* %c) #0, !llvm.arc.annotation.bottomup ![[ANN3:[0-9]+]], !llvm…
[all …]
H A Dintrinsic-use-isolated.ll1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
3 ; This file makes sure that clang.arc.used is removed even if no other ARC
6 declare void @clang.arc.use(...) nounwind
8 ; Kill calls to @clang.arc.use(...)
10 ; CHECK-NOT: clang.arc.use
13 call void (...)* @clang.arc.use(i8* %a, i8* %b) nounwind
H A Dintrinsic-use.ll1 ; RUN: opt -basicaa -objc-arc -S < %s | FileCheck %s
10 declare void @clang.arc.use(...)
14 ; Ensure that we honor clang.arc.use as a use and don't miscompile
26 ; CHECK-NEXT: call void (...)* @clang.arc.use(i8* %y)
32 ; CHECK-NEXT: call void (...)* @clang.arc.use(i8* [[VAL1]])
52 call void (...)* @clang.arc.use(i8* %y) nounwind
58 call void (...)* @clang.arc.use(i8* %val1) nounwind
74 ; CHECK-NEXT: call void (...)* @clang.arc.use(i8* %y)
80 ; CHECK-NEXT: call void (...)* @clang.arc.use(i8* [[VAL1]])
98 call void (...)* @clang.arc.use(i8* %y) nounwind
[all …]
H A Dinvoke.ll1 ; RUN: opt -S -objc-arc < %s | FileCheck %s
91 to label %invoke.cont unwind label %finally.rethrow, !clang.arc.no_objc_arc_exceptions !0
95 …call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void ()*)(), !clang.arc.no_objc_arc_excep…
97 to label %finally.cont unwind label %finally.rethrow, !clang.arc.no_objc_arc_exceptions !0
124 to label %if.end unwind label %lpad, !clang.arc.no_objc_arc_exceptions !0
128 to label %if.end unwind label %lpad, !clang.arc.no_objc_arc_exceptions !0
186 to label %if.end unwind label %lpad, !clang.arc.no_objc_arc_exceptions !0
206 to label %if.end unwind label %lpad, !clang.arc.no_objc_arc_exceptions !0
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Darc-no-arc-exceptions.m3 …apple-darwin10 -emit-llvm -fobjc-arc -fblocks -fexceptions -fobjc-exceptions -O2 -disable-llvm-opt…
5 // The front-end should emit clang.arc.no_objc_arc_exceptions in -fobjc-arc-exceptions
12 // CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions !
13 // CHECK: call void @not() [[NUW:#[0-9]+]], !clang.arc.no_objc_arc_exceptions !
15 // NO-METADATA-NOT: !clang.arc.no_objc_arc_exceptions
23 // CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions !
24 // CHECK: call void @not() [[NUW]], !clang.arc.no_objc_arc_exceptions !
26 // NO-METADATA-NOT: !clang.arc.no_objc_arc_exceptions
40 // NO-METADATA-NOT: !clang.arc.no_objc_arc_exceptions
53 // NO-METADATA-NOT: !clang.arc.no_objc_arc_exceptions
[all …]
H A Darc-block-copy-escape.m1 // RUN: %clang_cc1 -fobjc-arc -fblocks -emit-llvm %s -o - | FileCheck %s
12 // CHECK: call i8* @objc_retainBlock(i8* {{%.*}}) [[NUW:#[0-9]+]], !clang.arc.copy_on_escape
20 // CHECK-NOT: !clang.arc.copy_on_escape
/minix/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Darc-system-header.m1 // RUN: %clang_cc1 -fobjc-arc -isystem %S/Inputs %s -DNO_USE
2 // RUN: %clang_cc1 -fobjc-arc -isystem %S/Inputs %s -verify
4 #include <arc-system-header.h>
8 …xpected-error {{'test0' is unavailable: converts between Objective-C and C pointers in -fobjc-arc}}
10 // 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}}
[all …]
H A Dnonarc-weak.m2 …cosx10.8.0 -fobjc-runtime=macosx-10.8.0 -fsyntax-only -Wunused-function -fobjc-arc %s > %t.arc 2>&1
4 // RUN: FileCheck -input-file=%t.arc -check-prefix=ARC %s
H A Darc-unavailable-system-function.m1 // RUN: %clang_cc1 -fsyntax-only -triple x86_64-apple-darwin11 -fobjc-arc -verify %s
8 # 1 "arc-unavailable-system-function.m" 2
H A Dns_returns_retained_block_return.m3 // RUN: %clang_cc1 -fblocks -fobjc-arc -fsyntax-only -verify -Wno-objc-root-class %s
4 // RUN: %clang_cc1 -x objective-c++ -fblocks -fobjc-arc -fsyntax-only -verify -Wno-objc-root-class …
/minix/external/bsd/llvm/dist/clang/test/PCH/
H A Darc.m2 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include %S/Inputs/arc.h -fsyn…
5 …mit-pch -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -x objective-c-header -o %t %S/Inputs/ar…
6 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-only …
8 // Test error when pch's -fobjc-arc state is different.
10 …ng_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -x objective-c-header -o %t %S/Inputs/arc.h
11 // RUN: not %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-o…
H A Dchain-class-extension.m2 // RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-apple-darwin10 -fobjc-arc %s -include %s -i…
5 // RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-apple-darwin10 -fobjc-arc %s -chain-include…
/minix/external/bsd/llvm/dist/clang/test/Driver/
H A Darc-exceptions.m1 // RUN: %clang -### -x objective-c -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
3 // RUN: not grep "fobjc-arc-exceptions" %t.log
4 // RUN: %clang -### -x objective-c++ -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
5 // RUN: grep "fobjc-arc-exceptions" %t.log
H A Dno-objc-arr.m1 // RUN: %clang -Werror -fobjc-arc -fsyntax-only -fno-objc-arc -Xclang -verify %s
/minix/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Darc-system-header.mm1 // RUN: %clang_cc1 -fobjc-arc -isystem %S/Inputs %s -verify
3 #include <arc-system-header.h>
9 // expected-note@arc-system-header.h:10{{'a_b' has been explicitly marked unavailable here}}
H A Darc-libstdcxx.mm1 // RUN: %clang_cc1 -fsyntax-only -fobjc-arc -fobjc-arc-cxxlib=libstdc++ -fobjc-runtime-has-weak -ve…
/minix/external/bsd/llvm/dist/llvm/test/Transforms/InstMerge/
H A Dld_hoist_st_sink.ll6 %struct.node = type { i64, %struct.node*, %struct.node*, %struct.node*, i64, %struct.arc*, i64, i64…
7 %struct.arc = type { i64, i64, i64 }
31 ; CHECK-NOT: load %struct.arc
32 %1 = load %struct.arc** %a, align 8
33 %cost = getelementptr inbounds %struct.arc* %1, i64 0, i32 0
57 ; CHECK-NOT: load %struct.arc**
58 %7 = load %struct.arc** %a4, align 8
59 %cost5 = getelementptr inbounds %struct.arc* %7, i64 0, i32 0
/minix/external/bsd/llvm/dist/clang/test/Modules/
H A Ddecldef.mm2 // RUN: %clang_cc1 -fmodules -fobjc-arc -I %S/Inputs -fmodules-cache-path=%t %s -verify -DUSE_1 -DU…
3 // RUN: %clang_cc1 -fmodules -fobjc-arc -I %S/Inputs -fmodules-cache-path=%t %s -verify -DUSE_2 -DU…
4 // RUN: %clang_cc1 -fmodules -fobjc-arc -I %S/Inputs -fmodules-cache-path=%t %s -verify -DUSE_3 -DU…
5 // RUN: %clang_cc1 -fmodules -fobjc-arc -I %S/Inputs -fmodules-cache-path=%t %s -verify -DUSE_4
/minix/external/bsd/llvm/dist/clang/test/FixIt/
H A Dfixit-missing-self-in-block.m2 // RUN: %clang_cc1 -x objective-c -fobjc-arc -fblocks -fixit %t
3 // RUN: %clang_cc1 -x objective-c -fobjc-arc -fblocks -Werror %t
/minix/external/bsd/llvm/dist/clang/test/ARCMT/
H A Dwith-arc-mode-modify.m.result1 // RUN: %clang_cc1 -fsyntax-only -fobjc-arc -x objective-c %s.result
3 // RUN: %clang_cc1 -arcmt-modify -fsyntax-only -fobjc-arc -x objective-c %t
H A Dwith-arc-mode-modify.m1 // RUN: %clang_cc1 -fsyntax-only -fobjc-arc -x objective-c %s.result
3 // RUN: %clang_cc1 -arcmt-modify -fsyntax-only -fobjc-arc -x objective-c %t
/minix/external/bsd/llvm/dist/clang/test/Lexer/
H A Dhas_feature_objc_arc.m1 // RUN: %clang_cc1 -E %s -fobjc-arc "-triple" "x86_64-apple-macosx10.7.0" -fobjc-runtime-has-weak …
2 // RUN: %clang_cc1 -E %s -fobjc-arc "-triple" "x86_64-apple-macosx10.6.0" | FileCheck --check-prefi…
/minix/external/bsd/llvm/dist/clang/test/ARCMT/designated-init-in-header/
H A Ddesignated-init-in-header.m1 …ancetype -x objective-c %S/file1.m.in -triple x86_64-apple-darwin11 -fobjc-arc -migrate -o %t1.rem…
2 …ancetype -x objective-c %S/file2.m.in -triple x86_64-apple-darwin11 -fobjc-arc -migrate -o %t2.rem…

12345678910>>...13