Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/minix3/tests/libexec/ld.elf_so/data/
H A DMakefile7 FILES= symver-output-ref-stderr.v0-v0
8 FILES+= symver-output-ref-stderr.v0-v1
9 FILES+= symver-output-ref-stderr.v0-v2
10 FILES+= symver-output-ref-stderr.v1-v0
11 FILES+= symver-output-ref-stderr.v1-v1
12 FILES+= symver-output-ref-stderr.v1-v2
13 FILES+= symver-output-ref-stderr.v2-v0
14 FILES+= symver-output-ref-stderr.v2-v1
15 FILES+= symver-output-ref-stderr.v2-v2
16 FILES+= symver-output-ref-stdout.v0-v0
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Thumb2/
H A Dconstant-islands.ll90 %ref.tmp = alloca %class.btVector3, align 4
91 %ref.tmp97 = alloca %class.btVector3, align 4
92 %ref.tmp98 = alloca float, align 4
93 %ref.tmp99 = alloca float, align 4
94 %ref.tmp100 = alloca float, align 4
95 %ref.tmp102 = alloca %class.btTransform, align 4
96 %ref.tmp107 = alloca %class.btVector3, align 4
97 %ref.tmp108 = alloca %class.btVector3, align 4
98 %ref.tmp109 = alloca float, align 4
99 %ref.tmp110 = alloca float, align 4
[all …]
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DCBindingWrapping.h19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
20 inline ty *unwrap(ref P) { \
24 inline ref wrap(const ty *P) { \
25 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
29 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
32 inline T *unwrap(ref P) { \
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
37 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
40 inline T *unwrap(ref P) { \
/minix3/minix/servers/vm/
H A Dfdref.c109 void fdref_ref(struct fdref *ref, struct vir_region *region) in fdref_ref() argument
111 assert(ref); in fdref_ref()
112 region->param.file.fdref = ref; in fdref_ref()
113 ref->refcount++; in fdref_ref()
118 struct fdref *ref = region->param.file.fdref; in fdref_deref() local
121 assert(ref); in fdref_deref()
122 assert(ref->refcount > 0); in fdref_deref()
124 fd = ref->fd; in fdref_deref()
126 ref->refcount--; in fdref_deref()
127 assert(ref->refcount >= 0); in fdref_deref()
[all …]
/minix3/external/bsd/nvi/dist/docs/vi.ref/
H A DMakefile7 all: vi.ref.txt vi.ref.ps ../html/vi.ref.html
9 vi.ref.txt: vi.texi
13 vi.ref.ps: vi.texi
19 ../html/vi.ref.html: vi.texi
25 rm -f vi.ref.ps vi.ref.txt index index.so ../html/vi.ref.html
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dreference-in-block-args.cpp11 void OUTER_BLOCK(void (^fixer)(ST& ref)) {
12 ST ref = {2, 100}; variable
13 fixer(ref);
21 OUTER_BLOCK(^(ST &ref) { in scan()
22 INNER_BLOCK(^() { return ref.referrer + ref.filler; }); in scan()
H A Dvla.cpp38 array_t &ref = *(array_t*) array; in test0() local
45 ref[1][2] = 3; in test0()
53 short s = ref[4][5]; in test0()
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/
H A Dnonobjc-to-objc-cast.m63 CFStringRef ref = [s string];
64 ref = (CFStringRef)[s string];
65 ref = s.string;
66 ref = [NSString new];
67 ref = [s newString];
68 ref = (CFStringRef)[NSString new];
69 ref = [[NSString alloc] init];
70 ref = [[s string] retain];
71 ref = CFRetain((CFStringRef)[s string]);
72 ref = CFRetain([s string]);
[all …]
H A Dnonobjc-to-objc-cast.m.result63 CFStringRef ref = (__bridge CFStringRef)([s string]);
64 ref = (__bridge CFStringRef)[s string];
65 ref = (__bridge CFStringRef)(s.string);
66 ref = CFBridgingRetain([NSString new]);
67 ref = CFBridgingRetain([s newString]);
68 ref = (CFStringRef)CFBridgingRetain([NSString new]);
69 ref = CFBridgingRetain([[NSString alloc] init]);
70 ref = CFBridgingRetain([s string]);
71 ref = (CFStringRef)CFBridgingRetain([s string]);
72 ref = CFBridgingRetain([s string]);
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/
H A Dehframe-indirect.ll8 ; CHECK: .cfi_personality 128, DW.ref.__gxx_personality_v0
29 ; CHECK: .hidden DW.ref.__gxx_personality_v0
30 ; CHECK: .weak DW.ref.__gxx_personality_v0
31 ; CHECK: .section .data.DW.ref.__gxx_personality_v0,"aGw",@progbits,DW.ref.__gxx_personality_v0,com…
34 ; CHECK: .type DW.ref.__gxx_personality_v0,@object
35 ; CHECK32: .size DW.ref.__gxx_personality_v0, 4
36 ; CHECK64: .size DW.ref.__gxx_personality_v0, 8
37 ; CHECK: DW.ref.__gxx_personality_v0:
/minix3/tests/usr.bin/bzip2/
H A Dt_bzip2.sh36 bzip2 -1c $(atf_get_srcdir)/d_sample1.ref
38 bzip2 -2c $(atf_get_srcdir)/d_sample2.ref
40 bzip2 -3c $(atf_get_srcdir)/d_sample3.ref
41 atf_check -o file:$(atf_get_srcdir)/d_sample1.ref \
43 atf_check -o file:$(atf_get_srcdir)/d_sample2.ref \
45 atf_check -o file:$(atf_get_srcdir)/d_sample3.ref \
/minix3/external/bsd/llvm/dist/llvm/test/DebugInfo/SystemZ/
H A Deh_frame_personality.s10 .cfi_personality 155, DW.ref.__gxx_personality_v0
26 .hidden DW.ref.__gxx_personality_v0
27 .weak DW.ref.__gxx_personality_v0
28 .section .data.DW.ref.__gxx_personality_v0,"aGw",@progbits,DW.ref.__gxx_personality_v0,comdat
30 .type DW.ref.__gxx_personality_v0,@object
31 .size DW.ref.__gxx_personality_v0, 8
32 DW.ref.__gxx_personality_v0:
H A Deh_frame_personality.ll36 ; CHECK-REF: .cfi_personality 155, DW.ref.__gxx_personality_v0
38 ; CHECK-REF: .hidden DW.ref.__gxx_personality_v0
39 ; CHECK-REF: .weak DW.ref.__gxx_personality_v0
40 ; CHECK-REF: .section .data.DW.ref.__gxx_personality_v0,"aGw",@progbits,DW.ref.__gxx_personality_v0…
42 ; CHECK-REF-NEXT: .type DW.ref.__gxx_personality_v0,@object
43 ; CHECK-REF-NEXT: .size DW.ref.__gxx_personality_v0, 8
44 ; CHECK-REF-NEXT: DW.ref.__gxx_personality_v0:
/minix3/external/bsd/bind/dist/lib/isc/
H A Drefcount.c30 isc_refcount_init(isc_refcount_t *ref, unsigned int n) { in isc_refcount_init() argument
31 REQUIRE(ref != NULL); in isc_refcount_init()
33 ref->refs = n; in isc_refcount_init()
35 return (isc_mutex_init(&ref->lock)); in isc_refcount_init()
/minix3/external/bsd/bzip2/dist/
H A Dmakefile.msc28 .\\bzip2 -1 < sample1.ref > sample1.rb2
29 .\\bzip2 -2 < sample2.ref > sample2.rb2
30 .\\bzip2 -3 < sample3.ref > sample3.rb2
38 @echo The correct size for sample3.ref is 120,244. If it
43 fc sample1.tst sample1.ref
44 fc sample2.tst sample2.ref
45 fc sample3.tst sample3.ref
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Ddibuilder.go92 ref C.LLVMDIBuilderRef member
99 return &DIBuilder{ref: d, m: m}
104 C.LLVMDIBuilderDestroy(d.ref)
109 C.LLVMDIBuilderFinalize(d.ref)
134 d.ref,
151 result := C.LLVMDIBuilderCreateFile(d.ref, cfilename, cdir)
165 d.ref,
175 result := C.LLVMDIBuilderCreateLexicalBlockFile(d.ref, diScope.C, diFile.C,
202 d.ref,
239 d.ref,
[all …]
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp213 constexpr int ref() { // expected-error {{never produces a constant expression}} in ref() function
269 template<typename T> constexpr T &ref(T &&r) { return r; } in ref() function
273 static_assert(++ref(0) == 1, "");
274 static_assert(ref(0)++ == 0, "");
276 static_assert(--ref(0) == -1, "");
277 static_assert(ref(0)-- == 0, "");
280 …constexpr int overflow_int_inc_1 = ref(0x7fffffff)++; // expected-error {{constant}} expected-note…
281 constexpr int overflow_int_inc_1_ok = ref(0x7ffffffe)++;
282 …constexpr int overflow_int_inc_2 = ++ref(0x7fffffff); // expected-error {{constant}} expected-note…
283 constexpr int overflow_int_inc_2_ok = ++ref(0x7ffffffe);
[all …]
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dreference.mm4 - (int &)ref; method
10 getFoo().ref = 1;
15 …x.ref = 1; // expected-warning {{The receiver of message 'ref' is nil, which results in forming a …
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/ScalarRepl/
H A D2011-06-08-VectorExtractValue.ll17 %ref.tmp2 = alloca %0, align 16
18 %tmpcast = bitcast %0* %ref.tmp2 to %struct.Point_3*
19 %0 = getelementptr %0* %ref.tmp2, i64 0, i32 0
34 %ref.tmp2 = alloca {<2 x float>, float}, align 16
35 %tmpcast = bitcast {<2 x float>, float}* %ref.tmp2 to float*
36 %0 = getelementptr {<2 x float>, float}* %ref.tmp2, i64 0, i32 0
51 %ref.tmp2 = alloca {<2 x float>, float}, align 16
52 %tmpcast = bitcast {<2 x float>, float}* %ref.tmp2 to float*
53 %tmpcast2 = getelementptr {<2 x float>, float}* %ref.tmp2, i64 0, i32 1
54 %0 = getelementptr {<2 x float>, float}* %ref.tmp2, i64 0, i32 0
/minix3/external/bsd/llvm/dist/clang/utils/ABITest/layout/
H A DMakefile37 test.%.build: test.%.ref test.%.x test.%.y
43 test.%.x.diff: test.%.ref.out test.%.x.out
46 test.%.y.diff: test.%.ref.out test.%.y.out
53 .PRECIOUS: test.%.ref
54 test.%.ref: test.%.c
/minix3/external/bsd/llvm/dist/clang/utils/ABITest/
H A DMakefile.test.common56 test.%.build: temps/test.%.ref temps/test.%.xx temps/test.%.xy temps/test.%.yx temps/test.%.yy temp…
66 temps/test.%.xx.diff: temps/test.%.ref.out temps/test.%.xx.out
69 temps/test.%.xy.diff: temps/test.%.ref.out temps/test.%.xy.out
72 temps/test.%.yx.diff: temps/test.%.ref.out temps/test.%.yx.out
75 temps/test.%.yy.diff: temps/test.%.ref.out temps/test.%.yy.out
91 .PRECIOUS: temps/test.%.ref
92 temps/test.%.ref: temps/test.%.driver.ref.o temps/test.%.a.ref.o temps/test.%.b.ref.o
95 temps/test.%.xx: temps/test.%.driver.ref.o temps/test.%.a.x.o temps/test.%.b.x.o
98 temps/test.%.xy: temps/test.%.driver.ref.o temps/test.%.a.x.o temps/test.%.b.y.o
101 temps/test.%.yx: temps/test.%.driver.ref.o temps/test.%.a.y.o temps/test.%.b.x.o
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-objdump/X86/
H A Dmacho-symbolized-disassembly.test16 ObjC-OBJ: 0000000000000008 leaq 0xb1(%rip), %rax ## Objc cfstring ref: @"The current date an…
17 ObjC-OBJ: 0000000000000016 movq 0x4b(%rip), %rcx ## Objc class ref: NSObject
18 ObjC-OBJ: 000000000000001d movq 0x64(%rip), %rsi ## Objc selector ref: new
19 ObjC-OBJ: 0000000000000034 movq 0x35(%rip), %rax ## Objc class ref: NSDate
20 ObjC-OBJ: 000000000000003b movq 0x4e(%rip), %rsi ## Objc selector ref: date
22 ObjC-EXE: 0000000100000ee8 leaq 0x159(%rip), %rax ## Objc cfstring ref: @"The current date an…
23 ObjC-EXE: 0000000100000ef6 movq 0x13b(%rip), %rcx ## Objc class ref: _OBJC_CLASS_$_NSObject
24 ObjC-EXE: 0000000100000efd movq 0x124(%rip), %rsi ## Objc selector ref: new
26 ObjC-EXE: 0000000100000f14 movq 0x125(%rip), %rax ## Objc class ref: _OBJC_CLASS_$_NSDate
27 ObjC-EXE: 0000000100000f1b movq 0x10e(%rip), %rsi ## Objc selector ref: date
/minix3/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dis_partitioned.pass.cpp34 std::ref(pred))); in main()
42 std::ref(pred))); in main()
50 std::ref(pred))); in main()
58 std::ref(pred))); in main()
66 std::ref(pred))); in main()
74 std::ref(pred))); in main()
/minix3/external/bsd/libc++/dist/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
H A Dremove_if.pass.cpp38 c1.remove_if(std::ref(cp)); in main()
50 c1.remove_if(std::ref(cp)); in main()
63 c1.remove_if(std::ref(cp)); in main()
74 c1.remove_if(std::ref(cp)); in main()
87 c1.remove_if(std::ref(cp)); in main()
101 c1.remove_if(std::ref(cp)); in main()
113 c1.remove_if(std::ref(cp)); in main()
126 c1.remove_if(std::ref(cp)); in main()
137 c1.remove_if(std::ref(cp)); in main()
150 c1.remove_if(std::ref(cp)); in main()
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dremove_if.pass.cpp38 c1.remove_if(std::ref(cp)); in main()
50 c1.remove_if(std::ref(cp)); in main()
63 c1.remove_if(std::ref(cp)); in main()
74 c1.remove_if(std::ref(cp)); in main()
87 c1.remove_if(std::ref(cp)); in main()
101 c1.remove_if(std::ref(cp)); in main()
113 c1.remove_if(std::ref(cp)); in main()
126 c1.remove_if(std::ref(cp)); in main()
137 c1.remove_if(std::ref(cp)); in main()
150 c1.remove_if(std::ref(cp)); in main()

12345678910>>...16