Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 2203) sorted by relevance

12345678910>>...89

/minix/external/bsd/file/dist/magic/magdir/
H A Dpgp25 >>&0 use pgp
29 >>&0 use pgp
33 >>&0 use pgp
203 >3 use crypto
205 >>5 use hash
209 >>5 use hash
216 >0 use crypto
220 >2 use hash
237 >5 use crypto
288 >>2 use x1024
[all …]
H A Dgpt38 >>>>>>>>>>>>>>&-8 use gpt-table
168 ##>>&-8 use gpt-table
172 ##>>>0 use gpt-mbr-type
173 ##>>>&-8 use gpt-table
177 ##>>>>0 use gpt-mbr-type
178 ##>>>>&-8 use gpt-table
182 ##>>>>>0 use gpt-mbr-type
183 ##>>>>>&-8 use gpt-table
187 ##>>>>>>0 use gpt-mbr-type
188 ##>>>>>>&-8 use gpt-table
[all …]
/minix/external/bsd/llvm/dist/clang/test/Modules/Inputs/declare-use/
H A Dmodule.map11 use XA
17 use XA
24 use XA
25 use XB
31 use XA
32 use XB
38 use XC
39 use XE
40 use XJ
41 use XK
[all …]
/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vtables-single-inheritance.cpp23 void use(A *obj) { obj->f(); } in use() function
43 void use(B *obj) { obj->f(); } in use() function
58 void use(C *obj) { obj->f(); } in use() function
73 void use(D *obj) { obj->f(); } in use() function
93 void use(E *obj) { obj->i(); } in use() function
111 void use(F *obj) { obj->i(); } in use() function
132 void use(G *obj) { obj->j(); } in use() function
152 void use(I *obj) { obj->f(); } in use() function
171 void use(J *obj) { obj->foo(42); } in use() function
258 void use(O *obj) { obj->f(); } in use() function
[all …]
H A Dvtable-key-function-arm.cpp16 extern void use(const std::type_info &rtti);
27 Test0a::Test0a() { use(typeid(Test0a)); } in Test0a()
46 Test0b::Test0b() { use(typeid(Test0b)); } in Test0b()
59 Test1a::Test1a() { use(typeid(Test1a)); } in Test1a()
78 Test1b::Test1b() { use(typeid(Test1b)); } in Test1b()
91 Test2a::Test2a() { use(typeid(Test2a)); } in Test2a()
112 Test2b::Test2b() { use(typeid(Test2b)); } in Test2b()
132 Test2c::Test2c() { use(typeid(Test2c)); } in Test2c()
146 Test3a::Test3a() { use(typeid(Test3a)); } in Test3a()
167 Test3b::Test3b() { use(typeid(Test3b)); } in Test3b()
[all …]
H A Dvtable-key-function-ios.cpp16 extern void use(const std::type_info &rtti);
27 Test0a::Test0a() { use(typeid(Test0a)); } in Test0a()
46 Test0b::Test0b() { use(typeid(Test0b)); } in Test0b()
59 Test1a::Test1a() { use(typeid(Test1a)); } in Test1a()
79 Test1b::Test1b() { use(typeid(Test1b)); } in Test1b()
93 Test2a::Test2a() { use(typeid(Test2a)); } in Test2a()
112 Test2b::Test2b() { use(typeid(Test2b)); } in Test2b()
131 Test2c::Test2c() { use(typeid(Test2c)); } in Test2c()
145 Test3a::Test3a() { use(typeid(Test3a)); } in Test3a()
165 Test3b::Test3b() { use(typeid(Test3b)); } in Test3b()
[all …]
H A Dmicrosoft-abi-vtables-virtual-inheritance.cpp31 void use(C *obj) { obj->f(); } in use() function
55 void use(D *obj) { obj->h(); } in use() function
103 void use(X *obj) { obj->h(); } in use() function
181 void use(Y *obj) { obj->h(); } in use() function
246 void use(X *obj) { obj->f(); } in use() function
262 void use(Z *obj) { obj->f(); } in use() function
284 void use(T *obj) { obj->bar(); } in use() function
309 void use(Y *obj) { obj->h(); } in use() function
421 void use(T *obj) { obj->f(); } in use() function
438 void use(X *obj) { obj->f(); } in use() function
[all …]
H A Dmicrosoft-abi-vtables-virtual-inheritance-vtordisps.cpp77 void use(A *obj) { obj->f(); } in use() function
113 void use(B *obj) { obj->f(); } in use() function
159 void use(C *obj) { obj->f(); } in use() function
259 void use(A *obj) { delete obj; } in use() function
280 void use(B *obj) { delete obj; } in use() function
300 void use(C *obj) { delete obj; } in use() function
326 void use(E *obj) { delete obj; } in use() function
346 void use(F *obj) { delete obj; } in use() function
372 void use(G *obj) { obj->g(); } in use() function
393 void use(H *obj) { delete obj; } in use() function
[all …]
/minix/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Darc-repeated-weak.mm16 extern void use(id); function
25 use(a.strongProp);
32 use(a.weakProp); // no-warning
61 use(a.weakProp); // no-warning
62 use(b.weakProp); // no-warning
167 use(^{
339 use([s prop]);
340 use([s prop]);
352 use([s prop]);
353 use([s prop]);
[all …]
H A Darc-unbridged-cast.m42 …xpected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{use CF…
43 …xpected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{use CF…
44 …xpected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{use CF…
45 …xpected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{use CF…
87 …pe 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{use CF…
100 …pe 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{use CF…
102 …pe 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{use CF…
105 …pe 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{use CF…
109 …pe 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{use CF…
118 …pe 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{use CF…
[all …]
H A Dobjcbridge-attribute-arc.m91 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
95 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
102 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
105 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
109 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
115 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
118 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
121 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
124 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
134 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
[all …]
/minix/external/bsd/llvm/dist/llvm/test/MC/ARM/
H A Darm-load-store-multiple-deprecated.s14 @ CHECK: warning: use of SP or PC in the list is deprecated
18 @ CHECK: warning: use of SP or PC in the list is deprecated
22 @ CHECK: warning: use of SP or PC in the list is deprecated
155 @ CHECK: warning: use of SP in the list is deprecated
157 @ CHECK: warning: use of SP in the list is deprecated
167 @ CHECK: warning: use of SP in the list is deprecated
169 @ CHECK: warning: use of SP in the list is deprecated
179 @ CHECK: warning: use of SP in the list is deprecated
181 @ CHECK: warning: use of SP in the list is deprecated
191 @ CHECK: warning: use of SP in the list is deprecated
[all …]
H A Ddeprecated-v8.s12 @ CHECK-ARMV8: warning: deprecated since v7, use 'isb'
13 @ CHECK-THUMBV8: warning: deprecated since v7, use 'isb'
14 @ CHECK-ARMV7: warning: deprecated since v7, use 'isb'
15 @ CHECK-THUMBV7: warning: deprecated since v7, use 'isb'
18 @ CHECK-ARMV8: warning: deprecated since v7, use 'dsb'
19 @ CHECK-THUMBV8: warning: deprecated since v7, use 'dsb'
20 @ CHECK-ARMV7: warning: deprecated since v7, use 'dsb'
21 @ CHECK-THUMBV7: warning: deprecated since v7, use 'dsb'
24 @ CHECK-ARMV8: warning: deprecated since v7, use 'dmb'
25 @ CHECK-THUMBV8: warning: deprecated since v7, use 'dmb'
[all …]
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Ddestructor.cpp231 void use(B&);
232 void use(VB&);
235 B b; use(b); in nowarnstack()
326 use(*f); in nowarn1()
330 use(*vb); in nowarn1()
334 use(*vb); in nowarn1()
338 use(*vd); in nowarn1()
342 use(*vf); in nowarn1()
349 use(*b); in warn1()
353 use(*b); in warn1()
[all …]
/minix/common/dist/zlib/contrib/ada/
H A Dzlib.gpr3 for Languages use ("Ada");
4 for Source_Dirs use (".");
5 for Object_Dir use ".";
6 for Main use ("test.adb", "mtest.adb", "read.adb", "buffer_demo");
9 … for Default_Switches ("ada") use ("-gnatwcfilopru", "-gnatVcdfimorst", "-gnatyabcefhiklmnoprst");
13 for Default_Switches ("ada") use ("-lz");
17 for Default_Switches ("ada") use ("-s", "-gnatQ");
/minix/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Darc-unbridged-cast.mm42 …xpected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{use CF…
43 …xpected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{use CF…
44 …xpected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{use CF…
45 …xpected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{use CF…
87 …pe 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{use CF…
100 …pe 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{use CF…
101 …pe 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{use CF…
102 …pe 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{use CF…
105 …pe 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{use CF…
109 …pe 'id' to C pointer type 'CFStringRef'}} expected-note {{use __bridge to}} expected-note {{use CF…
[all …]
H A Dobjcbridge-attribute-arc.mm78 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
82 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
89 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
92 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
96 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
102 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
105 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
108 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
111 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
121 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
[all …]
H A Dobjcbridge-attribute.mm78 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
82 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
89 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
92 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
96 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
102 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
105 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
108 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
111 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
121 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
[all …]
H A Dobjcbridge-static-cast.mm32 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
78 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
82 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
89 // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
92 // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
96 // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
102 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
105 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
108 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
111 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
[all …]
/minix/common/dist/zlib/examples/
H A DREADME.examples1 This directory contains examples of the use of zlib.
9 - illustrates the use of inflateBack() for high speed file-to-file
16 - illustrates the use of the Z_BLOCK flush parameter for inflate()
17 - illustrates the use of deflatePrime() to start at any bit
21 - illustrates the use of the Z_BLOCK flush parameter for inflate()
22 - illustrates the use of crc32_combine()
27 - illustrates use of raw deflate and Z_SYNC_FLUSH
28 - illustrates use of gzip header extra field
32 - describes in excruciating detail the use of deflate() and inflate()
36 - illustrates the proper use of deflate() and inflate()
[all …]
/minix/tests/ipf/expected/
H A Dn568 10.1.1.1,10.3.4.5 -> 10.2.2.2,0.0.0.0 (use = 2)
69 10.1.1.1,10.1.2.1 -> 10.2.2.2,0.0.0.0 (use = 1)
70 10.1.1.1,10.1.1.1 -> 10.2.2.2,0.0.0.0 (use = 1)
71 10.1.1.1,10.4.3.2 -> 10.2.2.2,0.0.0.0 (use = 1)
72 10.1.1.1,10.1.1.2 -> 10.2.2.2,0.0.0.0 (use = 2)
159 10.1.1.3,10.1.4.1 -> 10.3.4.5,0.0.0.0 (use = 2)
160 10.1.1.3,10.1.3.1 -> 10.3.4.5,0.0.0.0 (use = 1)
161 10.1.1.3,10.1.2.1 -> 10.3.4.5,0.0.0.0 (use = 1)
162 10.1.1.1,10.1.2.1 -> 10.3.4.5,0.0.0.0 (use = 1)
163 10.1.1.1,10.1.1.2 -> 10.3.4.5,0.0.0.0 (use = 1)
[all …]
H A Dn5_668 10:1:1::1,10::3:4:5 -> 10::2:2:2,any (use = 2)
69 10:1:1::1,10:1:2::1 -> 10::2:2:2,any (use = 1)
70 10:1:1::1,10:1:1::1 -> 10::2:2:2,any (use = 1)
71 10:1:1::1,10:4:3::2 -> 10::2:2:2,any (use = 1)
72 10:1:1::1,10:1:1::2 -> 10::2:2:2,any (use = 2)
159 10:1:1::3,10:1:4::1 -> 10::3:4:5,any (use = 2)
160 10:1:1::3,10:1:3::1 -> 10::3:4:5,any (use = 1)
161 10:1:1::3,10:1:2::1 -> 10::3:4:5,any (use = 1)
162 10:1:1::1,10:1:2::1 -> 10::3:4:5,any (use = 1)
163 10:1:1::1,10:1:1::2 -> 10::3:4:5,any (use = 1)
[all …]
H A Dn143 10.1.1.1,10.4.3.2 -> 10.2.2.2,0.0.0.0 (use = 1)
44 10.1.1.1,10.1.1.2 -> 10.2.2.2,0.0.0.0 (use = 1)
107 10.1.1.3,10.4.3.4 -> 10.3.4.5,0.0.0.0 (use = 1)
108 10.1.1.2,10.4.3.4 -> 10.3.4.5,0.0.0.0 (use = 1)
109 10.1.1.2,10.4.3.2 -> 10.3.4.5,0.0.0.0 (use = 1)
110 10.1.1.1,10.4.3.2 -> 10.3.4.5,0.0.0.0 (use = 1)
111 10.1.1.2,10.1.1.1 -> 10.3.4.5,0.0.0.0 (use = 3)
112 10.1.1.0,10.1.1.2 -> 10.3.4.5,0.0.0.0 (use = 1)
177 10.1.1.3,10.4.3.4 -> 10.3.4.4,0.0.0.0 (use = 2)
178 10.1.1.2,10.4.3.4 -> 10.3.4.3,0.0.0.0 (use = 1)
[all …]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/
H A Dtls-models.ll22 ; Non-PIC code can use initial-exec, PIC code has to use general dynamic.
33 ; Non-PIC code can use local exec, PIC code can use local dynamic.
47 ; Non-PIC code can use initial exec, PIC should use local dynamic.
58 ; Non-PIC code can use local exec, PIC code can use local dynamic.
72 ; Non-PIC and PIC code will use initial exec as specified.
83 ; Non-PIC code can use local exec, PIC code use initial exec as specified.
97 ; Non-PIC and PIC code will use local exec as specified.
108 ; Non-PIC and PIC code will use local exec as specified.
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dtls-models.ll23 ; Non-PIC code can use initial-exec, PIC code has to use general dynamic.
34 ; Non-PIC code can use local exec, PIC code can use local dynamic,
49 ; Non-PIC code can use initial exec, PIC should use local dynamic,
61 ; Non-PIC code can use local exec, PIC code can use local dynamic,
76 ; Non-PIC and PIC code will use initial exec as specified.
87 ; Non-PIC code can use local exec, PIC code use initial exec as specified.
101 ; Non-PIC and PIC code will use local exec as specified.
112 ; Non-PIC and PIC code will use local exec as specified.

12345678910>>...89