Lines Matching refs:RetValSpec
30 RetValSpec<IntType>,
35 RetValSpec<IntType>,
40 RetValSpec<IntType>,
45 RetValSpec<IntType>,
50 RetValSpec<IntType>,
55 RetValSpec<IntType>,
60 RetValSpec<IntType>,
65 RetValSpec<IntType>,
70 RetValSpec<IntType>,
75 RetValSpec<IntType>,
80 RetValSpec<IntType>,
85 RetValSpec<IntType>,
90 RetValSpec<IntType>,
95 RetValSpec<IntType>,
132 RetValSpec<IntType>,
137 RetValSpec<IntType>,
142 RetValSpec<IntType>,
147 RetValSpec<IntType>,
152 RetValSpec<IntType>,
157 RetValSpec<IntType>,
162 RetValSpec<IntType>,
167 RetValSpec<IntType>,
172 RetValSpec<IntType>,
177 RetValSpec<IntType>,
182 RetValSpec<IntType>,
200 RetValSpec<VoidPtr>,
207 RetValSpec<VoidPtr>,
212 RetValSpec<IntType>,
217 RetValSpec<VoidPtr>,
222 RetValSpec<VoidPtr>,
227 RetValSpec<CharPtr>,
232 RetValSpec<CharPtr>,
239 RetValSpec<CharPtr>,
244 RetValSpec<CharPtr>,
249 RetValSpec<IntType>,
254 RetValSpec<IntType>,
259 RetValSpec<IntType>,
264 RetValSpec<SizeTType>,
271 RetValSpec<CharPtr>,
276 RetValSpec<SizeTType>,
281 RetValSpec<CharPtr>,
286 RetValSpec<CharPtr>,
291 RetValSpec<CharPtr>,
296 RetValSpec<CharPtr>,
301 RetValSpec<SizeTType>,
306 RetValSpec<CharPtr>,
311 RetValSpec<CharPtr>,
316 RetValSpec<CharPtr>,
321 RetValSpec<SizeTType>,
350 … FunctionSpec<"copysign", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<DoubleType>]>,
351 … FunctionSpec<"copysignf", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<FloatType>]>,
352 …FunctionSpec<"copysignl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>, ArgSpec<LongDouble…
354 FunctionSpec<"ceil", RetValSpec<DoubleType>, [ArgSpec<DoubleType>]>,
355 FunctionSpec<"ceilf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
356 FunctionSpec<"ceill", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>]>,
358 FunctionSpec<"fabs", RetValSpec<DoubleType>, [ArgSpec<DoubleType>]>,
359 FunctionSpec<"fabsf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
360 FunctionSpec<"fabsl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>]>,
362 FunctionSpec<"fdim", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<DoubleType>]>,
363 FunctionSpec<"fdimf", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<FloatType>]>,
364 …FunctionSpec<"fdiml", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>, ArgSpec<LongDoubleType…
366 FunctionSpec<"floor", RetValSpec<DoubleType>, [ArgSpec<DoubleType>]>,
367 FunctionSpec<"floorf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
368 FunctionSpec<"floorl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>]>,
370 FunctionSpec<"fmin", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<DoubleType>]>,
371 FunctionSpec<"fminf", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<FloatType>]>,
372 …FunctionSpec<"fminl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>, ArgSpec<LongDoubleType…
374 FunctionSpec<"fmax", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<DoubleType>]>,
375 FunctionSpec<"fmaxf", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<FloatType>]>,
376 …FunctionSpec<"fmaxl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>, ArgSpec<LongDoubleType…
378 …FunctionSpec<"fma", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<DoubleType>, ArgSpec<Dou…
379 …FunctionSpec<"fmaf", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<FloatType>, ArgSpec<Float…
381 FunctionSpec<"fmod", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<DoubleType>]>,
383 FunctionSpec<"fmodf", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<FloatType>]>,
385 FunctionSpec<"frexp", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<IntPtr>]>,
386 FunctionSpec<"frexpf", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<IntPtr>]>,
387 … FunctionSpec<"frexpl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>, ArgSpec<IntPtr>]>,
389 FunctionSpec<"hypot", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<DoubleType>]>,
390 FunctionSpec<"hypotf", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<FloatType>]>,
392 FunctionSpec<"ilogb", RetValSpec<IntType>, [ArgSpec<DoubleType>]>,
393 FunctionSpec<"ilogbf", RetValSpec<IntType>, [ArgSpec<FloatType>]>,
394 FunctionSpec<"ilogbl", RetValSpec<IntType>, [ArgSpec<LongDoubleType>]>,
396 FunctionSpec<"ldexp", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<IntType>]>,
397 FunctionSpec<"ldexpf", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<IntType>]>,
398 … FunctionSpec<"ldexpl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>, ArgSpec<IntType>]>,
400 FunctionSpec<"log10f", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
402 FunctionSpec<"log1pf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
404 FunctionSpec<"log2f", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
406 FunctionSpec<"logf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
408 FunctionSpec<"logb", RetValSpec<DoubleType>, [ArgSpec<DoubleType>]>,
409 FunctionSpec<"logbf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
410 FunctionSpec<"logbl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>]>,
412 FunctionSpec<"modf", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<DoublePtr>]>,
413 FunctionSpec<"modff", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<FloatPtr>]>,
414 …FunctionSpec<"modfl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>, ArgSpec<LongDoublePtr>…
416 FunctionSpec<"cos", RetValSpec<DoubleType>, [ArgSpec<DoubleType>]>,
417 FunctionSpec<"cosf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
418 FunctionSpec<"sin", RetValSpec<DoubleType>, [ArgSpec<DoubleType>]>,
419 FunctionSpec<"sinf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
420 FunctionSpec<"tan", RetValSpec<DoubleType>, [ArgSpec<DoubleType>]>,
422 FunctionSpec<"expf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
423 FunctionSpec<"exp2f", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
424 FunctionSpec<"expm1f", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
426 … FunctionSpec<"remainderf", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<FloatType>]>,
427 … FunctionSpec<"remainder", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<DoubleType>]>,
428 …FunctionSpec<"remainderl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>, ArgSpec<LongDoubl…
430 …FunctionSpec<"remquof", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<FloatType>, ArgSpec<In…
431 …FunctionSpec<"remquo", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<DoubleType>, ArgSpec<…
432 …FunctionSpec<"remquol", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>, ArgSpec<LongDoubleTy…
434 FunctionSpec<"round", RetValSpec<DoubleType>, [ArgSpec<DoubleType>]>,
435 FunctionSpec<"roundf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
436 FunctionSpec<"roundl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>]>,
438 FunctionSpec<"lround", RetValSpec<LongType>, [ArgSpec<DoubleType>]>,
439 FunctionSpec<"lroundf", RetValSpec<LongType>, [ArgSpec<FloatType>]>,
440 FunctionSpec<"lroundl", RetValSpec<LongType>, [ArgSpec<LongDoubleType>]>,
442 FunctionSpec<"llround", RetValSpec<LongLongType>, [ArgSpec<DoubleType>]>,
443 FunctionSpec<"llroundf", RetValSpec<LongLongType>, [ArgSpec<FloatType>]>,
444 FunctionSpec<"llroundl", RetValSpec<LongLongType>, [ArgSpec<LongDoubleType>]>,
446 FunctionSpec<"rint", RetValSpec<DoubleType>, [ArgSpec<DoubleType>]>,
447 FunctionSpec<"rintf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
448 FunctionSpec<"rintl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>]>,
450 FunctionSpec<"lrint", RetValSpec<LongType>, [ArgSpec<DoubleType>]>,
451 FunctionSpec<"lrintf", RetValSpec<LongType>, [ArgSpec<FloatType>]>,
452 FunctionSpec<"lrintl", RetValSpec<LongType>, [ArgSpec<LongDoubleType>]>,
454 FunctionSpec<"llrint", RetValSpec<LongLongType>, [ArgSpec<DoubleType>]>,
455 FunctionSpec<"llrintf", RetValSpec<LongLongType>, [ArgSpec<FloatType>]>,
456 FunctionSpec<"llrintl", RetValSpec<LongLongType>, [ArgSpec<LongDoubleType>]>,
458 FunctionSpec<"sqrt", RetValSpec<DoubleType>, [ArgSpec<DoubleType>]>,
459 FunctionSpec<"sqrtf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
460 FunctionSpec<"sqrtl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>]>,
462 FunctionSpec<"trunc", RetValSpec<DoubleType>, [ArgSpec<DoubleType>]>,
463 FunctionSpec<"truncf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
464 FunctionSpec<"truncl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>]>,
466 FunctionSpec<"nearbyint", RetValSpec<DoubleType>, [ArgSpec<DoubleType>]>,
467 FunctionSpec<"nearbyintf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
468 FunctionSpec<"nearbyintl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>]>,
470 … FunctionSpec<"nextafterf", RetValSpec<FloatType>, [ArgSpec<FloatType>, ArgSpec<FloatType>]>,
471 … FunctionSpec<"nextafter", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<DoubleType>]>,
472 …FunctionSpec<"nextafterl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>, ArgSpec<LongDoubl…
493 RetValSpec<VoidType>,
498 RetValSpec<IntType>,
503 RetValSpec<IntType>,
508 RetValSpec<IntType>,
513 RetValSpec<IntType>,
518 RetValSpec<FILEPtr>,
524 RetValSpec<SizeTType>,
532 RetValSpec<IntType>,
539 RetValSpec<SizeTType>,
547 RetValSpec<IntType>,
554 RetValSpec<IntType>,
562 RetValSpec<IntType>,
568 RetValSpec<IntType>,
600 FunctionSpec<"abort", RetValSpec<NoReturn>, [ArgSpec<VoidType>]>,
602 …FunctionSpec<"bsearch", RetValSpec<VoidPtr>, [ArgSpec<ConstVoidPtr>, ArgSpec<ConstVoidPtr>, ArgSpe…
604 FunctionSpec<"abs", RetValSpec<IntType>, [ArgSpec<IntType>]>,
605 FunctionSpec<"labs", RetValSpec<LongType>, [ArgSpec<LongType>]>,
606 FunctionSpec<"llabs", RetValSpec<LongLongType>, [ArgSpec<LongLongType>]>,
608 FunctionSpec<"atof", RetValSpec<DoubleType>, [ArgSpec<ConstCharRestrictedPtr>]>,
609 FunctionSpec<"atoi", RetValSpec<IntType>, [ArgSpec<ConstCharPtr>]>,
610 FunctionSpec<"atol", RetValSpec<LongType>, [ArgSpec<ConstCharPtr>]>,
611 FunctionSpec<"atoll", RetValSpec<LongLongType>, [ArgSpec<ConstCharPtr>]>,
613 FunctionSpec<"div", RetValSpec<DivTType>, [ArgSpec<IntType>, ArgSpec<IntType>]>,
614 FunctionSpec<"ldiv", RetValSpec<LDivTType>, [ArgSpec<LongType>, ArgSpec<LongType>]>,
615 … FunctionSpec<"lldiv", RetValSpec<LLDivTType>, [ArgSpec<LongLongType>, ArgSpec<LongLongType>]>,
617 …FunctionSpec<"qsort", RetValSpec<VoidType>, [ArgSpec<VoidPtr>, ArgSpec<SizeTType>, ArgSpec<SizeTTy…
619 …FunctionSpec<"strtof", RetValSpec<FloatType>, [ArgSpec<ConstCharRestrictedPtr>, ArgSpec<CharRestri…
620 …FunctionSpec<"strtod", RetValSpec<DoubleType>, [ArgSpec<ConstCharRestrictedPtr>, ArgSpec<CharRestr…
621 …FunctionSpec<"strtold", RetValSpec<LongDoubleType>, [ArgSpec<ConstCharRestrictedPtr>, ArgSpec<Char…
622 …FunctionSpec<"strtol", RetValSpec<LongType>, [ArgSpec<ConstCharRestrictedPtr>, ArgSpec<CharRestric…
623 …FunctionSpec<"strtoll", RetValSpec<LongLongType>, [ArgSpec<ConstCharRestrictedPtr>, ArgSpec<CharRe…
624 …FunctionSpec<"strtoul", RetValSpec<UnsignedLongType>, [ArgSpec<ConstCharRestrictedPtr>, ArgSpec<Ch…
625 …FunctionSpec<"strtoull", RetValSpec<UnsignedLongLongType>, [ArgSpec<ConstCharRestrictedPtr>, ArgSp…
627 FunctionSpec<"malloc", RetValSpec<VoidPtr>, [ArgSpec<SizeTType>]>,
628 FunctionSpec<"calloc", RetValSpec<VoidPtr>, [ArgSpec<SizeTType>, ArgSpec<SizeTType>]>,
629 FunctionSpec<"realloc", RetValSpec<VoidPtr>, [ArgSpec<VoidPtr>, ArgSpec<SizeTType>]>,
630 … FunctionSpec<"aligned_alloc", RetValSpec<VoidPtr>, [ArgSpec<SizeTType>, ArgSpec<SizeTType>]>,
631 FunctionSpec<"free", RetValSpec<VoidType>, [ArgSpec<VoidPtr>]>,
633 FunctionSpec<"_Exit", RetValSpec<NoReturn>, [ArgSpec<IntType>]>,
634 FunctionSpec<"exit", RetValSpec<NoReturn>, [ArgSpec<IntType>]>,
635 FunctionSpec<"atexit", RetValSpec<IntType>, [ArgSpec<AtexitHandlerT>]>,
649 FunctionSpec<"imaxabs", RetValSpec<IntMaxTType>, [ArgSpec<IntMaxTType>]>,
650 … FunctionSpec<"imaxdiv", RetValSpec<IMaxDivTType>, [ArgSpec<IntMaxTType>, ArgSpec<IntMaxTType>]>,
651 …FunctionSpec<"strtoimax", RetValSpec<IntMaxTType>, [ArgSpec<ConstCharRestrictedPtr>, ArgSpec<CharR…
652 …FunctionSpec<"strtoumax", RetValSpec<UIntMaxTType>, [ArgSpec<ConstCharRestrictedPtr>, ArgSpec<Char…
686 FunctionSpec<"raise", RetValSpec<IntType>, [ArgSpec<IntType>]>,
689 RetValSpec<SigHandlerT>,
721 RetValSpec<VoidType>,
729 RetValSpec<IntType>,
736 RetValSpec<VoidType>,
743 RetValSpec<IntType>,
750 RetValSpec<IntType>,
757 RetValSpec<IntType>,
765 RetValSpec<IntType>,
773 RetValSpec<IntType>,
780 RetValSpec<IntType>,
787 RetValSpec<IntType>,
794 RetValSpec<IntType>,
803 RetValSpec<IntType>,
811 RetValSpec<IntType>,
816 RetValSpec<ThrdTType>,
821 RetValSpec<IntType>,
838 RetValSpec<CharPtr>,
843 RetValSpec<CharPtr>,
851 RetValSpec<StructTmPtr>,
856 RetValSpec<StructTmPtr>,
864 RetValSpec<TimeTType>,