xref: /aosp_15_r20/external/llvm/test/Transforms/InferFunctionAttrs/no-proto.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: opt < %s -mtriple=x86_64-unknown-linux -inferattrs -S | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker; RUN: opt < %s -mtriple=x86_64-apple-macosx10.8.0 -inferattrs -S | FileCheck %s
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker; Check that we don't modify libc functions with invalid prototypes.
5*9880d681SAndroid Build Coastguard Worker
6*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @__cospi(...)
7*9880d681SAndroid Build Coastguard Workerdeclare void @__cospi(...)
8*9880d681SAndroid Build Coastguard Worker
9*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @__cospif(...)
10*9880d681SAndroid Build Coastguard Workerdeclare void @__cospif(...)
11*9880d681SAndroid Build Coastguard Worker
12*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @__sinpi(...)
13*9880d681SAndroid Build Coastguard Workerdeclare void @__sinpi(...)
14*9880d681SAndroid Build Coastguard Worker
15*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @__sinpif(...)
16*9880d681SAndroid Build Coastguard Workerdeclare void @__sinpif(...)
17*9880d681SAndroid Build Coastguard Worker
18*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @abs(...)
19*9880d681SAndroid Build Coastguard Workerdeclare void @abs(...)
20*9880d681SAndroid Build Coastguard Worker
21*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @access(...)
22*9880d681SAndroid Build Coastguard Workerdeclare void @access(...)
23*9880d681SAndroid Build Coastguard Worker
24*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @acos(...)
25*9880d681SAndroid Build Coastguard Workerdeclare void @acos(...)
26*9880d681SAndroid Build Coastguard Worker
27*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @acosf(...)
28*9880d681SAndroid Build Coastguard Workerdeclare void @acosf(...)
29*9880d681SAndroid Build Coastguard Worker
30*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @acosh(...)
31*9880d681SAndroid Build Coastguard Workerdeclare void @acosh(...)
32*9880d681SAndroid Build Coastguard Worker
33*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @acoshf(...)
34*9880d681SAndroid Build Coastguard Workerdeclare void @acoshf(...)
35*9880d681SAndroid Build Coastguard Worker
36*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @acoshl(...)
37*9880d681SAndroid Build Coastguard Workerdeclare void @acoshl(...)
38*9880d681SAndroid Build Coastguard Worker
39*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @acosl(...)
40*9880d681SAndroid Build Coastguard Workerdeclare void @acosl(...)
41*9880d681SAndroid Build Coastguard Worker
42*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @asin(...)
43*9880d681SAndroid Build Coastguard Workerdeclare void @asin(...)
44*9880d681SAndroid Build Coastguard Worker
45*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @asinf(...)
46*9880d681SAndroid Build Coastguard Workerdeclare void @asinf(...)
47*9880d681SAndroid Build Coastguard Worker
48*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @asinh(...)
49*9880d681SAndroid Build Coastguard Workerdeclare void @asinh(...)
50*9880d681SAndroid Build Coastguard Worker
51*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @asinhf(...)
52*9880d681SAndroid Build Coastguard Workerdeclare void @asinhf(...)
53*9880d681SAndroid Build Coastguard Worker
54*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @asinhl(...)
55*9880d681SAndroid Build Coastguard Workerdeclare void @asinhl(...)
56*9880d681SAndroid Build Coastguard Worker
57*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @asinl(...)
58*9880d681SAndroid Build Coastguard Workerdeclare void @asinl(...)
59*9880d681SAndroid Build Coastguard Worker
60*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @atan(...)
61*9880d681SAndroid Build Coastguard Workerdeclare void @atan(...)
62*9880d681SAndroid Build Coastguard Worker
63*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @atan2(...)
64*9880d681SAndroid Build Coastguard Workerdeclare void @atan2(...)
65*9880d681SAndroid Build Coastguard Worker
66*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @atan2f(...)
67*9880d681SAndroid Build Coastguard Workerdeclare void @atan2f(...)
68*9880d681SAndroid Build Coastguard Worker
69*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @atan2l(...)
70*9880d681SAndroid Build Coastguard Workerdeclare void @atan2l(...)
71*9880d681SAndroid Build Coastguard Worker
72*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @atanf(...)
73*9880d681SAndroid Build Coastguard Workerdeclare void @atanf(...)
74*9880d681SAndroid Build Coastguard Worker
75*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @atanh(...)
76*9880d681SAndroid Build Coastguard Workerdeclare void @atanh(...)
77*9880d681SAndroid Build Coastguard Worker
78*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @atanhf(...)
79*9880d681SAndroid Build Coastguard Workerdeclare void @atanhf(...)
80*9880d681SAndroid Build Coastguard Worker
81*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @atanhl(...)
82*9880d681SAndroid Build Coastguard Workerdeclare void @atanhl(...)
83*9880d681SAndroid Build Coastguard Worker
84*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @atanl(...)
85*9880d681SAndroid Build Coastguard Workerdeclare void @atanl(...)
86*9880d681SAndroid Build Coastguard Worker
87*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @atof(...)
88*9880d681SAndroid Build Coastguard Workerdeclare void @atof(...)
89*9880d681SAndroid Build Coastguard Worker
90*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @atoi(...)
91*9880d681SAndroid Build Coastguard Workerdeclare void @atoi(...)
92*9880d681SAndroid Build Coastguard Worker
93*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @atol(...)
94*9880d681SAndroid Build Coastguard Workerdeclare void @atol(...)
95*9880d681SAndroid Build Coastguard Worker
96*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @atoll(...)
97*9880d681SAndroid Build Coastguard Workerdeclare void @atoll(...)
98*9880d681SAndroid Build Coastguard Worker
99*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @bcmp(...)
100*9880d681SAndroid Build Coastguard Workerdeclare void @bcmp(...)
101*9880d681SAndroid Build Coastguard Worker
102*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @bcopy(...)
103*9880d681SAndroid Build Coastguard Workerdeclare void @bcopy(...)
104*9880d681SAndroid Build Coastguard Worker
105*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @bzero(...)
106*9880d681SAndroid Build Coastguard Workerdeclare void @bzero(...)
107*9880d681SAndroid Build Coastguard Worker
108*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @calloc(...)
109*9880d681SAndroid Build Coastguard Workerdeclare void @calloc(...)
110*9880d681SAndroid Build Coastguard Worker
111*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @cbrt(...)
112*9880d681SAndroid Build Coastguard Workerdeclare void @cbrt(...)
113*9880d681SAndroid Build Coastguard Worker
114*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @cbrtf(...)
115*9880d681SAndroid Build Coastguard Workerdeclare void @cbrtf(...)
116*9880d681SAndroid Build Coastguard Worker
117*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @cbrtl(...)
118*9880d681SAndroid Build Coastguard Workerdeclare void @cbrtl(...)
119*9880d681SAndroid Build Coastguard Worker
120*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ceil(...)
121*9880d681SAndroid Build Coastguard Workerdeclare void @ceil(...)
122*9880d681SAndroid Build Coastguard Worker
123*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ceilf(...)
124*9880d681SAndroid Build Coastguard Workerdeclare void @ceilf(...)
125*9880d681SAndroid Build Coastguard Worker
126*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ceill(...)
127*9880d681SAndroid Build Coastguard Workerdeclare void @ceill(...)
128*9880d681SAndroid Build Coastguard Worker
129*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @chmod(...)
130*9880d681SAndroid Build Coastguard Workerdeclare void @chmod(...)
131*9880d681SAndroid Build Coastguard Worker
132*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @chown(...)
133*9880d681SAndroid Build Coastguard Workerdeclare void @chown(...)
134*9880d681SAndroid Build Coastguard Worker
135*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @clearerr(...)
136*9880d681SAndroid Build Coastguard Workerdeclare void @clearerr(...)
137*9880d681SAndroid Build Coastguard Worker
138*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @closedir(...)
139*9880d681SAndroid Build Coastguard Workerdeclare void @closedir(...)
140*9880d681SAndroid Build Coastguard Worker
141*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @copysign(...)
142*9880d681SAndroid Build Coastguard Workerdeclare void @copysign(...)
143*9880d681SAndroid Build Coastguard Worker
144*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @copysignf(...)
145*9880d681SAndroid Build Coastguard Workerdeclare void @copysignf(...)
146*9880d681SAndroid Build Coastguard Worker
147*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @copysignl(...)
148*9880d681SAndroid Build Coastguard Workerdeclare void @copysignl(...)
149*9880d681SAndroid Build Coastguard Worker
150*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @cos(...)
151*9880d681SAndroid Build Coastguard Workerdeclare void @cos(...)
152*9880d681SAndroid Build Coastguard Worker
153*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @cosf(...)
154*9880d681SAndroid Build Coastguard Workerdeclare void @cosf(...)
155*9880d681SAndroid Build Coastguard Worker
156*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @cosh(...)
157*9880d681SAndroid Build Coastguard Workerdeclare void @cosh(...)
158*9880d681SAndroid Build Coastguard Worker
159*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @coshf(...)
160*9880d681SAndroid Build Coastguard Workerdeclare void @coshf(...)
161*9880d681SAndroid Build Coastguard Worker
162*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @coshl(...)
163*9880d681SAndroid Build Coastguard Workerdeclare void @coshl(...)
164*9880d681SAndroid Build Coastguard Worker
165*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @cosl(...)
166*9880d681SAndroid Build Coastguard Workerdeclare void @cosl(...)
167*9880d681SAndroid Build Coastguard Worker
168*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ctermid(...)
169*9880d681SAndroid Build Coastguard Workerdeclare void @ctermid(...)
170*9880d681SAndroid Build Coastguard Worker
171*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @exp(...)
172*9880d681SAndroid Build Coastguard Workerdeclare void @exp(...)
173*9880d681SAndroid Build Coastguard Worker
174*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @exp2(...)
175*9880d681SAndroid Build Coastguard Workerdeclare void @exp2(...)
176*9880d681SAndroid Build Coastguard Worker
177*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @exp2f(...)
178*9880d681SAndroid Build Coastguard Workerdeclare void @exp2f(...)
179*9880d681SAndroid Build Coastguard Worker
180*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @exp2l(...)
181*9880d681SAndroid Build Coastguard Workerdeclare void @exp2l(...)
182*9880d681SAndroid Build Coastguard Worker
183*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @expf(...)
184*9880d681SAndroid Build Coastguard Workerdeclare void @expf(...)
185*9880d681SAndroid Build Coastguard Worker
186*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @expl(...)
187*9880d681SAndroid Build Coastguard Workerdeclare void @expl(...)
188*9880d681SAndroid Build Coastguard Worker
189*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @expm1(...)
190*9880d681SAndroid Build Coastguard Workerdeclare void @expm1(...)
191*9880d681SAndroid Build Coastguard Worker
192*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @expm1f(...)
193*9880d681SAndroid Build Coastguard Workerdeclare void @expm1f(...)
194*9880d681SAndroid Build Coastguard Worker
195*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @expm1l(...)
196*9880d681SAndroid Build Coastguard Workerdeclare void @expm1l(...)
197*9880d681SAndroid Build Coastguard Worker
198*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fabs(...)
199*9880d681SAndroid Build Coastguard Workerdeclare void @fabs(...)
200*9880d681SAndroid Build Coastguard Worker
201*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fabsf(...)
202*9880d681SAndroid Build Coastguard Workerdeclare void @fabsf(...)
203*9880d681SAndroid Build Coastguard Worker
204*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fabsl(...)
205*9880d681SAndroid Build Coastguard Workerdeclare void @fabsl(...)
206*9880d681SAndroid Build Coastguard Worker
207*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fclose(...)
208*9880d681SAndroid Build Coastguard Workerdeclare void @fclose(...)
209*9880d681SAndroid Build Coastguard Worker
210*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fdopen(...)
211*9880d681SAndroid Build Coastguard Workerdeclare void @fdopen(...)
212*9880d681SAndroid Build Coastguard Worker
213*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @feof(...)
214*9880d681SAndroid Build Coastguard Workerdeclare void @feof(...)
215*9880d681SAndroid Build Coastguard Worker
216*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ferror(...)
217*9880d681SAndroid Build Coastguard Workerdeclare void @ferror(...)
218*9880d681SAndroid Build Coastguard Worker
219*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fflush(...)
220*9880d681SAndroid Build Coastguard Workerdeclare void @fflush(...)
221*9880d681SAndroid Build Coastguard Worker
222*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ffs(...)
223*9880d681SAndroid Build Coastguard Workerdeclare void @ffs(...)
224*9880d681SAndroid Build Coastguard Worker
225*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ffsl(...)
226*9880d681SAndroid Build Coastguard Workerdeclare void @ffsl(...)
227*9880d681SAndroid Build Coastguard Worker
228*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ffsll(...)
229*9880d681SAndroid Build Coastguard Workerdeclare void @ffsll(...)
230*9880d681SAndroid Build Coastguard Worker
231*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fgetc(...)
232*9880d681SAndroid Build Coastguard Workerdeclare void @fgetc(...)
233*9880d681SAndroid Build Coastguard Worker
234*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fgetpos(...)
235*9880d681SAndroid Build Coastguard Workerdeclare void @fgetpos(...)
236*9880d681SAndroid Build Coastguard Worker
237*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fgets(...)
238*9880d681SAndroid Build Coastguard Workerdeclare void @fgets(...)
239*9880d681SAndroid Build Coastguard Worker
240*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fileno(...)
241*9880d681SAndroid Build Coastguard Workerdeclare void @fileno(...)
242*9880d681SAndroid Build Coastguard Worker
243*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @flockfile(...)
244*9880d681SAndroid Build Coastguard Workerdeclare void @flockfile(...)
245*9880d681SAndroid Build Coastguard Worker
246*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @floor(...)
247*9880d681SAndroid Build Coastguard Workerdeclare void @floor(...)
248*9880d681SAndroid Build Coastguard Worker
249*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @floorf(...)
250*9880d681SAndroid Build Coastguard Workerdeclare void @floorf(...)
251*9880d681SAndroid Build Coastguard Worker
252*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @floorl(...)
253*9880d681SAndroid Build Coastguard Workerdeclare void @floorl(...)
254*9880d681SAndroid Build Coastguard Worker
255*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fls(...)
256*9880d681SAndroid Build Coastguard Workerdeclare void @fls(...)
257*9880d681SAndroid Build Coastguard Worker
258*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @flsl(...)
259*9880d681SAndroid Build Coastguard Workerdeclare void @flsl(...)
260*9880d681SAndroid Build Coastguard Worker
261*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @flsll(...)
262*9880d681SAndroid Build Coastguard Workerdeclare void @flsll(...)
263*9880d681SAndroid Build Coastguard Worker
264*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fmax(...)
265*9880d681SAndroid Build Coastguard Workerdeclare void @fmax(...)
266*9880d681SAndroid Build Coastguard Worker
267*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fmaxf(...)
268*9880d681SAndroid Build Coastguard Workerdeclare void @fmaxf(...)
269*9880d681SAndroid Build Coastguard Worker
270*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fmaxl(...)
271*9880d681SAndroid Build Coastguard Workerdeclare void @fmaxl(...)
272*9880d681SAndroid Build Coastguard Worker
273*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fmin(...)
274*9880d681SAndroid Build Coastguard Workerdeclare void @fmin(...)
275*9880d681SAndroid Build Coastguard Worker
276*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fminf(...)
277*9880d681SAndroid Build Coastguard Workerdeclare void @fminf(...)
278*9880d681SAndroid Build Coastguard Worker
279*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fminl(...)
280*9880d681SAndroid Build Coastguard Workerdeclare void @fminl(...)
281*9880d681SAndroid Build Coastguard Worker
282*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fmod(...)
283*9880d681SAndroid Build Coastguard Workerdeclare void @fmod(...)
284*9880d681SAndroid Build Coastguard Worker
285*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fmodf(...)
286*9880d681SAndroid Build Coastguard Workerdeclare void @fmodf(...)
287*9880d681SAndroid Build Coastguard Worker
288*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fmodl(...)
289*9880d681SAndroid Build Coastguard Workerdeclare void @fmodl(...)
290*9880d681SAndroid Build Coastguard Worker
291*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fopen(...)
292*9880d681SAndroid Build Coastguard Workerdeclare void @fopen(...)
293*9880d681SAndroid Build Coastguard Worker
294*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fprintf(...)
295*9880d681SAndroid Build Coastguard Workerdeclare void @fprintf(...)
296*9880d681SAndroid Build Coastguard Worker
297*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fputc(...)
298*9880d681SAndroid Build Coastguard Workerdeclare void @fputc(...)
299*9880d681SAndroid Build Coastguard Worker
300*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fputs(...)
301*9880d681SAndroid Build Coastguard Workerdeclare void @fputs(...)
302*9880d681SAndroid Build Coastguard Worker
303*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fread(...)
304*9880d681SAndroid Build Coastguard Workerdeclare void @fread(...)
305*9880d681SAndroid Build Coastguard Worker
306*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @free(...)
307*9880d681SAndroid Build Coastguard Workerdeclare void @free(...)
308*9880d681SAndroid Build Coastguard Worker
309*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @frexp(...)
310*9880d681SAndroid Build Coastguard Workerdeclare void @frexp(...)
311*9880d681SAndroid Build Coastguard Worker
312*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @frexpf(...)
313*9880d681SAndroid Build Coastguard Workerdeclare void @frexpf(...)
314*9880d681SAndroid Build Coastguard Worker
315*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @frexpl(...)
316*9880d681SAndroid Build Coastguard Workerdeclare void @frexpl(...)
317*9880d681SAndroid Build Coastguard Worker
318*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fscanf(...)
319*9880d681SAndroid Build Coastguard Workerdeclare void @fscanf(...)
320*9880d681SAndroid Build Coastguard Worker
321*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fseek(...)
322*9880d681SAndroid Build Coastguard Workerdeclare void @fseek(...)
323*9880d681SAndroid Build Coastguard Worker
324*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fseeko(...)
325*9880d681SAndroid Build Coastguard Workerdeclare void @fseeko(...)
326*9880d681SAndroid Build Coastguard Worker
327*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fseeko64(...)
328*9880d681SAndroid Build Coastguard Workerdeclare void @fseeko64(...)
329*9880d681SAndroid Build Coastguard Worker
330*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fsetpos(...)
331*9880d681SAndroid Build Coastguard Workerdeclare void @fsetpos(...)
332*9880d681SAndroid Build Coastguard Worker
333*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fstat(...)
334*9880d681SAndroid Build Coastguard Workerdeclare void @fstat(...)
335*9880d681SAndroid Build Coastguard Worker
336*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fstat64(...)
337*9880d681SAndroid Build Coastguard Workerdeclare void @fstat64(...)
338*9880d681SAndroid Build Coastguard Worker
339*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fstatvfs(...)
340*9880d681SAndroid Build Coastguard Workerdeclare void @fstatvfs(...)
341*9880d681SAndroid Build Coastguard Worker
342*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fstatvfs64(...)
343*9880d681SAndroid Build Coastguard Workerdeclare void @fstatvfs64(...)
344*9880d681SAndroid Build Coastguard Worker
345*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ftell(...)
346*9880d681SAndroid Build Coastguard Workerdeclare void @ftell(...)
347*9880d681SAndroid Build Coastguard Worker
348*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ftello(...)
349*9880d681SAndroid Build Coastguard Workerdeclare void @ftello(...)
350*9880d681SAndroid Build Coastguard Worker
351*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ftello64(...)
352*9880d681SAndroid Build Coastguard Workerdeclare void @ftello64(...)
353*9880d681SAndroid Build Coastguard Worker
354*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ftrylockfile(...)
355*9880d681SAndroid Build Coastguard Workerdeclare void @ftrylockfile(...)
356*9880d681SAndroid Build Coastguard Worker
357*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @funlockfile(...)
358*9880d681SAndroid Build Coastguard Workerdeclare void @funlockfile(...)
359*9880d681SAndroid Build Coastguard Worker
360*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @fwrite(...)
361*9880d681SAndroid Build Coastguard Workerdeclare void @fwrite(...)
362*9880d681SAndroid Build Coastguard Worker
363*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @getc(...)
364*9880d681SAndroid Build Coastguard Workerdeclare void @getc(...)
365*9880d681SAndroid Build Coastguard Worker
366*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @getc_unlocked(...)
367*9880d681SAndroid Build Coastguard Workerdeclare void @getc_unlocked(...)
368*9880d681SAndroid Build Coastguard Worker
369*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @getchar(...)
370*9880d681SAndroid Build Coastguard Workerdeclare void @getchar(...)
371*9880d681SAndroid Build Coastguard Worker
372*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @getenv(...)
373*9880d681SAndroid Build Coastguard Workerdeclare void @getenv(...)
374*9880d681SAndroid Build Coastguard Worker
375*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @getitimer(...)
376*9880d681SAndroid Build Coastguard Workerdeclare void @getitimer(...)
377*9880d681SAndroid Build Coastguard Worker
378*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @getlogin_r(...)
379*9880d681SAndroid Build Coastguard Workerdeclare void @getlogin_r(...)
380*9880d681SAndroid Build Coastguard Worker
381*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @getpwnam(...)
382*9880d681SAndroid Build Coastguard Workerdeclare void @getpwnam(...)
383*9880d681SAndroid Build Coastguard Worker
384*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @gets(...)
385*9880d681SAndroid Build Coastguard Workerdeclare void @gets(...)
386*9880d681SAndroid Build Coastguard Worker
387*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @gettimeofday(...)
388*9880d681SAndroid Build Coastguard Workerdeclare void @gettimeofday(...)
389*9880d681SAndroid Build Coastguard Worker
390*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @isascii(...)
391*9880d681SAndroid Build Coastguard Workerdeclare void @isascii(...)
392*9880d681SAndroid Build Coastguard Worker
393*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @isdigit(...)
394*9880d681SAndroid Build Coastguard Workerdeclare void @isdigit(...)
395*9880d681SAndroid Build Coastguard Worker
396*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @labs(...)
397*9880d681SAndroid Build Coastguard Workerdeclare void @labs(...)
398*9880d681SAndroid Build Coastguard Worker
399*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @lchown(...)
400*9880d681SAndroid Build Coastguard Workerdeclare void @lchown(...)
401*9880d681SAndroid Build Coastguard Worker
402*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ldexp(...)
403*9880d681SAndroid Build Coastguard Workerdeclare void @ldexp(...)
404*9880d681SAndroid Build Coastguard Worker
405*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ldexpf(...)
406*9880d681SAndroid Build Coastguard Workerdeclare void @ldexpf(...)
407*9880d681SAndroid Build Coastguard Worker
408*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ldexpl(...)
409*9880d681SAndroid Build Coastguard Workerdeclare void @ldexpl(...)
410*9880d681SAndroid Build Coastguard Worker
411*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @llabs(...)
412*9880d681SAndroid Build Coastguard Workerdeclare void @llabs(...)
413*9880d681SAndroid Build Coastguard Worker
414*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @log(...)
415*9880d681SAndroid Build Coastguard Workerdeclare void @log(...)
416*9880d681SAndroid Build Coastguard Worker
417*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @log10(...)
418*9880d681SAndroid Build Coastguard Workerdeclare void @log10(...)
419*9880d681SAndroid Build Coastguard Worker
420*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @log10f(...)
421*9880d681SAndroid Build Coastguard Workerdeclare void @log10f(...)
422*9880d681SAndroid Build Coastguard Worker
423*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @log10l(...)
424*9880d681SAndroid Build Coastguard Workerdeclare void @log10l(...)
425*9880d681SAndroid Build Coastguard Worker
426*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @log1p(...)
427*9880d681SAndroid Build Coastguard Workerdeclare void @log1p(...)
428*9880d681SAndroid Build Coastguard Worker
429*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @log1pf(...)
430*9880d681SAndroid Build Coastguard Workerdeclare void @log1pf(...)
431*9880d681SAndroid Build Coastguard Worker
432*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @log1pl(...)
433*9880d681SAndroid Build Coastguard Workerdeclare void @log1pl(...)
434*9880d681SAndroid Build Coastguard Worker
435*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @log2(...)
436*9880d681SAndroid Build Coastguard Workerdeclare void @log2(...)
437*9880d681SAndroid Build Coastguard Worker
438*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @log2f(...)
439*9880d681SAndroid Build Coastguard Workerdeclare void @log2f(...)
440*9880d681SAndroid Build Coastguard Worker
441*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @log2l(...)
442*9880d681SAndroid Build Coastguard Workerdeclare void @log2l(...)
443*9880d681SAndroid Build Coastguard Worker
444*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @logb(...)
445*9880d681SAndroid Build Coastguard Workerdeclare void @logb(...)
446*9880d681SAndroid Build Coastguard Worker
447*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @logbf(...)
448*9880d681SAndroid Build Coastguard Workerdeclare void @logbf(...)
449*9880d681SAndroid Build Coastguard Worker
450*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @logbl(...)
451*9880d681SAndroid Build Coastguard Workerdeclare void @logbl(...)
452*9880d681SAndroid Build Coastguard Worker
453*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @logf(...)
454*9880d681SAndroid Build Coastguard Workerdeclare void @logf(...)
455*9880d681SAndroid Build Coastguard Worker
456*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @logl(...)
457*9880d681SAndroid Build Coastguard Workerdeclare void @logl(...)
458*9880d681SAndroid Build Coastguard Worker
459*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @lstat(...)
460*9880d681SAndroid Build Coastguard Workerdeclare void @lstat(...)
461*9880d681SAndroid Build Coastguard Worker
462*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @lstat64(...)
463*9880d681SAndroid Build Coastguard Workerdeclare void @lstat64(...)
464*9880d681SAndroid Build Coastguard Worker
465*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @malloc(...)
466*9880d681SAndroid Build Coastguard Workerdeclare void @malloc(...)
467*9880d681SAndroid Build Coastguard Worker
468*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @memalign(...)
469*9880d681SAndroid Build Coastguard Workerdeclare void @memalign(...)
470*9880d681SAndroid Build Coastguard Worker
471*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @memccpy(...)
472*9880d681SAndroid Build Coastguard Workerdeclare void @memccpy(...)
473*9880d681SAndroid Build Coastguard Worker
474*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @memchr(...)
475*9880d681SAndroid Build Coastguard Workerdeclare void @memchr(...)
476*9880d681SAndroid Build Coastguard Worker
477*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @memcmp(...)
478*9880d681SAndroid Build Coastguard Workerdeclare void @memcmp(...)
479*9880d681SAndroid Build Coastguard Worker
480*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @memcpy(...)
481*9880d681SAndroid Build Coastguard Workerdeclare void @memcpy(...)
482*9880d681SAndroid Build Coastguard Worker
483*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @memmove(...)
484*9880d681SAndroid Build Coastguard Workerdeclare void @memmove(...)
485*9880d681SAndroid Build Coastguard Worker
486*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @memset(...)
487*9880d681SAndroid Build Coastguard Workerdeclare void @memset(...)
488*9880d681SAndroid Build Coastguard Worker
489*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @memset_pattern16(...)
490*9880d681SAndroid Build Coastguard Workerdeclare void @memset_pattern16(...)
491*9880d681SAndroid Build Coastguard Worker
492*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @mkdir(...)
493*9880d681SAndroid Build Coastguard Workerdeclare void @mkdir(...)
494*9880d681SAndroid Build Coastguard Worker
495*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @mktime(...)
496*9880d681SAndroid Build Coastguard Workerdeclare void @mktime(...)
497*9880d681SAndroid Build Coastguard Worker
498*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @modf(...)
499*9880d681SAndroid Build Coastguard Workerdeclare void @modf(...)
500*9880d681SAndroid Build Coastguard Worker
501*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @modff(...)
502*9880d681SAndroid Build Coastguard Workerdeclare void @modff(...)
503*9880d681SAndroid Build Coastguard Worker
504*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @modfl(...)
505*9880d681SAndroid Build Coastguard Workerdeclare void @modfl(...)
506*9880d681SAndroid Build Coastguard Worker
507*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @nearbyint(...)
508*9880d681SAndroid Build Coastguard Workerdeclare void @nearbyint(...)
509*9880d681SAndroid Build Coastguard Worker
510*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @nearbyintf(...)
511*9880d681SAndroid Build Coastguard Workerdeclare void @nearbyintf(...)
512*9880d681SAndroid Build Coastguard Worker
513*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @nearbyintl(...)
514*9880d681SAndroid Build Coastguard Workerdeclare void @nearbyintl(...)
515*9880d681SAndroid Build Coastguard Worker
516*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @open(...)
517*9880d681SAndroid Build Coastguard Workerdeclare void @open(...)
518*9880d681SAndroid Build Coastguard Worker
519*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @open64(...)
520*9880d681SAndroid Build Coastguard Workerdeclare void @open64(...)
521*9880d681SAndroid Build Coastguard Worker
522*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @opendir(...)
523*9880d681SAndroid Build Coastguard Workerdeclare void @opendir(...)
524*9880d681SAndroid Build Coastguard Worker
525*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @pclose(...)
526*9880d681SAndroid Build Coastguard Workerdeclare void @pclose(...)
527*9880d681SAndroid Build Coastguard Worker
528*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @perror(...)
529*9880d681SAndroid Build Coastguard Workerdeclare void @perror(...)
530*9880d681SAndroid Build Coastguard Worker
531*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @popen(...)
532*9880d681SAndroid Build Coastguard Workerdeclare void @popen(...)
533*9880d681SAndroid Build Coastguard Worker
534*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @posix_memalign(...)
535*9880d681SAndroid Build Coastguard Workerdeclare void @posix_memalign(...)
536*9880d681SAndroid Build Coastguard Worker
537*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @pow(...)
538*9880d681SAndroid Build Coastguard Workerdeclare void @pow(...)
539*9880d681SAndroid Build Coastguard Worker
540*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @powf(...)
541*9880d681SAndroid Build Coastguard Workerdeclare void @powf(...)
542*9880d681SAndroid Build Coastguard Worker
543*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @powl(...)
544*9880d681SAndroid Build Coastguard Workerdeclare void @powl(...)
545*9880d681SAndroid Build Coastguard Worker
546*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @pread(...)
547*9880d681SAndroid Build Coastguard Workerdeclare void @pread(...)
548*9880d681SAndroid Build Coastguard Worker
549*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @printf(...)
550*9880d681SAndroid Build Coastguard Workerdeclare void @printf(...)
551*9880d681SAndroid Build Coastguard Worker
552*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @putc(...)
553*9880d681SAndroid Build Coastguard Workerdeclare void @putc(...)
554*9880d681SAndroid Build Coastguard Worker
555*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @putchar(...)
556*9880d681SAndroid Build Coastguard Workerdeclare void @putchar(...)
557*9880d681SAndroid Build Coastguard Worker
558*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @puts(...)
559*9880d681SAndroid Build Coastguard Workerdeclare void @puts(...)
560*9880d681SAndroid Build Coastguard Worker
561*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @pwrite(...)
562*9880d681SAndroid Build Coastguard Workerdeclare void @pwrite(...)
563*9880d681SAndroid Build Coastguard Worker
564*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @qsort(...)
565*9880d681SAndroid Build Coastguard Workerdeclare void @qsort(...)
566*9880d681SAndroid Build Coastguard Worker
567*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @read(...)
568*9880d681SAndroid Build Coastguard Workerdeclare void @read(...)
569*9880d681SAndroid Build Coastguard Worker
570*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @readlink(...)
571*9880d681SAndroid Build Coastguard Workerdeclare void @readlink(...)
572*9880d681SAndroid Build Coastguard Worker
573*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @realloc(...)
574*9880d681SAndroid Build Coastguard Workerdeclare void @realloc(...)
575*9880d681SAndroid Build Coastguard Worker
576*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @reallocf(...)
577*9880d681SAndroid Build Coastguard Workerdeclare void @reallocf(...)
578*9880d681SAndroid Build Coastguard Worker
579*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @realpath(...)
580*9880d681SAndroid Build Coastguard Workerdeclare void @realpath(...)
581*9880d681SAndroid Build Coastguard Worker
582*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @remove(...)
583*9880d681SAndroid Build Coastguard Workerdeclare void @remove(...)
584*9880d681SAndroid Build Coastguard Worker
585*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @rename(...)
586*9880d681SAndroid Build Coastguard Workerdeclare void @rename(...)
587*9880d681SAndroid Build Coastguard Worker
588*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @rewind(...)
589*9880d681SAndroid Build Coastguard Workerdeclare void @rewind(...)
590*9880d681SAndroid Build Coastguard Worker
591*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @rint(...)
592*9880d681SAndroid Build Coastguard Workerdeclare void @rint(...)
593*9880d681SAndroid Build Coastguard Worker
594*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @rintf(...)
595*9880d681SAndroid Build Coastguard Workerdeclare void @rintf(...)
596*9880d681SAndroid Build Coastguard Worker
597*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @rintl(...)
598*9880d681SAndroid Build Coastguard Workerdeclare void @rintl(...)
599*9880d681SAndroid Build Coastguard Worker
600*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @rmdir(...)
601*9880d681SAndroid Build Coastguard Workerdeclare void @rmdir(...)
602*9880d681SAndroid Build Coastguard Worker
603*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @round(...)
604*9880d681SAndroid Build Coastguard Workerdeclare void @round(...)
605*9880d681SAndroid Build Coastguard Worker
606*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @roundf(...)
607*9880d681SAndroid Build Coastguard Workerdeclare void @roundf(...)
608*9880d681SAndroid Build Coastguard Worker
609*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @roundl(...)
610*9880d681SAndroid Build Coastguard Workerdeclare void @roundl(...)
611*9880d681SAndroid Build Coastguard Worker
612*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @scanf(...)
613*9880d681SAndroid Build Coastguard Workerdeclare void @scanf(...)
614*9880d681SAndroid Build Coastguard Worker
615*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @setbuf(...)
616*9880d681SAndroid Build Coastguard Workerdeclare void @setbuf(...)
617*9880d681SAndroid Build Coastguard Worker
618*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @setitimer(...)
619*9880d681SAndroid Build Coastguard Workerdeclare void @setitimer(...)
620*9880d681SAndroid Build Coastguard Worker
621*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @setvbuf(...)
622*9880d681SAndroid Build Coastguard Workerdeclare void @setvbuf(...)
623*9880d681SAndroid Build Coastguard Worker
624*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @sin(...)
625*9880d681SAndroid Build Coastguard Workerdeclare void @sin(...)
626*9880d681SAndroid Build Coastguard Worker
627*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @sinf(...)
628*9880d681SAndroid Build Coastguard Workerdeclare void @sinf(...)
629*9880d681SAndroid Build Coastguard Worker
630*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @sinh(...)
631*9880d681SAndroid Build Coastguard Workerdeclare void @sinh(...)
632*9880d681SAndroid Build Coastguard Worker
633*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @sinhf(...)
634*9880d681SAndroid Build Coastguard Workerdeclare void @sinhf(...)
635*9880d681SAndroid Build Coastguard Worker
636*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @sinhl(...)
637*9880d681SAndroid Build Coastguard Workerdeclare void @sinhl(...)
638*9880d681SAndroid Build Coastguard Worker
639*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @sinl(...)
640*9880d681SAndroid Build Coastguard Workerdeclare void @sinl(...)
641*9880d681SAndroid Build Coastguard Worker
642*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @snprintf(...)
643*9880d681SAndroid Build Coastguard Workerdeclare void @snprintf(...)
644*9880d681SAndroid Build Coastguard Worker
645*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @sprintf(...)
646*9880d681SAndroid Build Coastguard Workerdeclare void @sprintf(...)
647*9880d681SAndroid Build Coastguard Worker
648*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @sqrt(...)
649*9880d681SAndroid Build Coastguard Workerdeclare void @sqrt(...)
650*9880d681SAndroid Build Coastguard Worker
651*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @sqrtf(...)
652*9880d681SAndroid Build Coastguard Workerdeclare void @sqrtf(...)
653*9880d681SAndroid Build Coastguard Worker
654*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @sqrtl(...)
655*9880d681SAndroid Build Coastguard Workerdeclare void @sqrtl(...)
656*9880d681SAndroid Build Coastguard Worker
657*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @sscanf(...)
658*9880d681SAndroid Build Coastguard Workerdeclare void @sscanf(...)
659*9880d681SAndroid Build Coastguard Worker
660*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @stat(...)
661*9880d681SAndroid Build Coastguard Workerdeclare void @stat(...)
662*9880d681SAndroid Build Coastguard Worker
663*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @stat64(...)
664*9880d681SAndroid Build Coastguard Workerdeclare void @stat64(...)
665*9880d681SAndroid Build Coastguard Worker
666*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @statvfs(...)
667*9880d681SAndroid Build Coastguard Workerdeclare void @statvfs(...)
668*9880d681SAndroid Build Coastguard Worker
669*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @statvfs64(...)
670*9880d681SAndroid Build Coastguard Workerdeclare void @statvfs64(...)
671*9880d681SAndroid Build Coastguard Worker
672*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @stpcpy(...)
673*9880d681SAndroid Build Coastguard Workerdeclare void @stpcpy(...)
674*9880d681SAndroid Build Coastguard Worker
675*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @stpncpy(...)
676*9880d681SAndroid Build Coastguard Workerdeclare void @stpncpy(...)
677*9880d681SAndroid Build Coastguard Worker
678*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strcasecmp(...)
679*9880d681SAndroid Build Coastguard Workerdeclare void @strcasecmp(...)
680*9880d681SAndroid Build Coastguard Worker
681*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strcat(...)
682*9880d681SAndroid Build Coastguard Workerdeclare void @strcat(...)
683*9880d681SAndroid Build Coastguard Worker
684*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strchr(...)
685*9880d681SAndroid Build Coastguard Workerdeclare void @strchr(...)
686*9880d681SAndroid Build Coastguard Worker
687*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strcmp(...)
688*9880d681SAndroid Build Coastguard Workerdeclare void @strcmp(...)
689*9880d681SAndroid Build Coastguard Worker
690*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strcoll(...)
691*9880d681SAndroid Build Coastguard Workerdeclare void @strcoll(...)
692*9880d681SAndroid Build Coastguard Worker
693*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strcpy(...)
694*9880d681SAndroid Build Coastguard Workerdeclare void @strcpy(...)
695*9880d681SAndroid Build Coastguard Worker
696*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strcspn(...)
697*9880d681SAndroid Build Coastguard Workerdeclare void @strcspn(...)
698*9880d681SAndroid Build Coastguard Worker
699*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strdup(...)
700*9880d681SAndroid Build Coastguard Workerdeclare void @strdup(...)
701*9880d681SAndroid Build Coastguard Worker
702*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strlen(...)
703*9880d681SAndroid Build Coastguard Workerdeclare void @strlen(...)
704*9880d681SAndroid Build Coastguard Worker
705*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strncasecmp(...)
706*9880d681SAndroid Build Coastguard Workerdeclare void @strncasecmp(...)
707*9880d681SAndroid Build Coastguard Worker
708*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strncat(...)
709*9880d681SAndroid Build Coastguard Workerdeclare void @strncat(...)
710*9880d681SAndroid Build Coastguard Worker
711*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strncmp(...)
712*9880d681SAndroid Build Coastguard Workerdeclare void @strncmp(...)
713*9880d681SAndroid Build Coastguard Worker
714*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strncpy(...)
715*9880d681SAndroid Build Coastguard Workerdeclare void @strncpy(...)
716*9880d681SAndroid Build Coastguard Worker
717*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strndup(...)
718*9880d681SAndroid Build Coastguard Workerdeclare void @strndup(...)
719*9880d681SAndroid Build Coastguard Worker
720*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strnlen(...)
721*9880d681SAndroid Build Coastguard Workerdeclare void @strnlen(...)
722*9880d681SAndroid Build Coastguard Worker
723*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strpbrk(...)
724*9880d681SAndroid Build Coastguard Workerdeclare void @strpbrk(...)
725*9880d681SAndroid Build Coastguard Worker
726*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strrchr(...)
727*9880d681SAndroid Build Coastguard Workerdeclare void @strrchr(...)
728*9880d681SAndroid Build Coastguard Worker
729*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strspn(...)
730*9880d681SAndroid Build Coastguard Workerdeclare void @strspn(...)
731*9880d681SAndroid Build Coastguard Worker
732*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strstr(...)
733*9880d681SAndroid Build Coastguard Workerdeclare void @strstr(...)
734*9880d681SAndroid Build Coastguard Worker
735*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strtod(...)
736*9880d681SAndroid Build Coastguard Workerdeclare void @strtod(...)
737*9880d681SAndroid Build Coastguard Worker
738*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strtof(...)
739*9880d681SAndroid Build Coastguard Workerdeclare void @strtof(...)
740*9880d681SAndroid Build Coastguard Worker
741*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strtok(...)
742*9880d681SAndroid Build Coastguard Workerdeclare void @strtok(...)
743*9880d681SAndroid Build Coastguard Worker
744*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strtok_r(...)
745*9880d681SAndroid Build Coastguard Workerdeclare void @strtok_r(...)
746*9880d681SAndroid Build Coastguard Worker
747*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strtol(...)
748*9880d681SAndroid Build Coastguard Workerdeclare void @strtol(...)
749*9880d681SAndroid Build Coastguard Worker
750*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strtold(...)
751*9880d681SAndroid Build Coastguard Workerdeclare void @strtold(...)
752*9880d681SAndroid Build Coastguard Worker
753*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strtoll(...)
754*9880d681SAndroid Build Coastguard Workerdeclare void @strtoll(...)
755*9880d681SAndroid Build Coastguard Worker
756*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strtoul(...)
757*9880d681SAndroid Build Coastguard Workerdeclare void @strtoul(...)
758*9880d681SAndroid Build Coastguard Worker
759*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strtoull(...)
760*9880d681SAndroid Build Coastguard Workerdeclare void @strtoull(...)
761*9880d681SAndroid Build Coastguard Worker
762*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @strxfrm(...)
763*9880d681SAndroid Build Coastguard Workerdeclare void @strxfrm(...)
764*9880d681SAndroid Build Coastguard Worker
765*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @system(...)
766*9880d681SAndroid Build Coastguard Workerdeclare void @system(...)
767*9880d681SAndroid Build Coastguard Worker
768*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @tan(...)
769*9880d681SAndroid Build Coastguard Workerdeclare void @tan(...)
770*9880d681SAndroid Build Coastguard Worker
771*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @tanf(...)
772*9880d681SAndroid Build Coastguard Workerdeclare void @tanf(...)
773*9880d681SAndroid Build Coastguard Worker
774*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @tanh(...)
775*9880d681SAndroid Build Coastguard Workerdeclare void @tanh(...)
776*9880d681SAndroid Build Coastguard Worker
777*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @tanhf(...)
778*9880d681SAndroid Build Coastguard Workerdeclare void @tanhf(...)
779*9880d681SAndroid Build Coastguard Worker
780*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @tanhl(...)
781*9880d681SAndroid Build Coastguard Workerdeclare void @tanhl(...)
782*9880d681SAndroid Build Coastguard Worker
783*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @tanl(...)
784*9880d681SAndroid Build Coastguard Workerdeclare void @tanl(...)
785*9880d681SAndroid Build Coastguard Worker
786*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @times(...)
787*9880d681SAndroid Build Coastguard Workerdeclare void @times(...)
788*9880d681SAndroid Build Coastguard Worker
789*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @tmpfile(...)
790*9880d681SAndroid Build Coastguard Workerdeclare void @tmpfile(...)
791*9880d681SAndroid Build Coastguard Worker
792*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @tmpfile64(...)
793*9880d681SAndroid Build Coastguard Workerdeclare void @tmpfile64(...)
794*9880d681SAndroid Build Coastguard Worker
795*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @toascii(...)
796*9880d681SAndroid Build Coastguard Workerdeclare void @toascii(...)
797*9880d681SAndroid Build Coastguard Worker
798*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @trunc(...)
799*9880d681SAndroid Build Coastguard Workerdeclare void @trunc(...)
800*9880d681SAndroid Build Coastguard Worker
801*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @truncf(...)
802*9880d681SAndroid Build Coastguard Workerdeclare void @truncf(...)
803*9880d681SAndroid Build Coastguard Worker
804*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @truncl(...)
805*9880d681SAndroid Build Coastguard Workerdeclare void @truncl(...)
806*9880d681SAndroid Build Coastguard Worker
807*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @uname(...)
808*9880d681SAndroid Build Coastguard Workerdeclare void @uname(...)
809*9880d681SAndroid Build Coastguard Worker
810*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @ungetc(...)
811*9880d681SAndroid Build Coastguard Workerdeclare void @ungetc(...)
812*9880d681SAndroid Build Coastguard Worker
813*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @unlink(...)
814*9880d681SAndroid Build Coastguard Workerdeclare void @unlink(...)
815*9880d681SAndroid Build Coastguard Worker
816*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @unsetenv(...)
817*9880d681SAndroid Build Coastguard Workerdeclare void @unsetenv(...)
818*9880d681SAndroid Build Coastguard Worker
819*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @utime(...)
820*9880d681SAndroid Build Coastguard Workerdeclare void @utime(...)
821*9880d681SAndroid Build Coastguard Worker
822*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @utimes(...)
823*9880d681SAndroid Build Coastguard Workerdeclare void @utimes(...)
824*9880d681SAndroid Build Coastguard Worker
825*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @valloc(...)
826*9880d681SAndroid Build Coastguard Workerdeclare void @valloc(...)
827*9880d681SAndroid Build Coastguard Worker
828*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @vfprintf(...)
829*9880d681SAndroid Build Coastguard Workerdeclare void @vfprintf(...)
830*9880d681SAndroid Build Coastguard Worker
831*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @vfscanf(...)
832*9880d681SAndroid Build Coastguard Workerdeclare void @vfscanf(...)
833*9880d681SAndroid Build Coastguard Worker
834*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @vprintf(...)
835*9880d681SAndroid Build Coastguard Workerdeclare void @vprintf(...)
836*9880d681SAndroid Build Coastguard Worker
837*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @vscanf(...)
838*9880d681SAndroid Build Coastguard Workerdeclare void @vscanf(...)
839*9880d681SAndroid Build Coastguard Worker
840*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @vsnprintf(...)
841*9880d681SAndroid Build Coastguard Workerdeclare void @vsnprintf(...)
842*9880d681SAndroid Build Coastguard Worker
843*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @vsprintf(...)
844*9880d681SAndroid Build Coastguard Workerdeclare void @vsprintf(...)
845*9880d681SAndroid Build Coastguard Worker
846*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @vsscanf(...)
847*9880d681SAndroid Build Coastguard Workerdeclare void @vsscanf(...)
848*9880d681SAndroid Build Coastguard Worker
849*9880d681SAndroid Build Coastguard Worker; CHECK: declare void @write(...)
850*9880d681SAndroid Build Coastguard Workerdeclare void @write(...)
851