Home
last modified time | relevance | path

Searched refs:stdarg (Results 1 – 25 of 50) sorted by relevance

12

/dragonfly/share/man/man3/
HDMakefile5 stdarg.3 sysexits.3 tgmath.3 tree.3
89 MLINKS+=stdarg.3 va_arg.3 stdarg.3 va_end.3
90 MLINKS+=stdarg.3 va_start.3
91 MLINKS+=stdarg.3 va_copy.3
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
Dcstdarg29 * This is the C++ version of the Standard C Library header @c stdarg.h,
43 #include <stdarg.h>
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
Dcstdarg31 * This is the C++ version of the Standard C Library header @c stdarg.h,
44 #include <stdarg.h>
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
Dcstdarg30 * This is the C++ version of the Standard C Library header @c stdarg.h,
46 #include <stdarg.h>
/dragonfly/contrib/ee/
HDcreate.make114 if [ -f /usr/include/stdarg.h ]
/dragonfly/gnu/lib/gcc47/libgcc/
HDMakefile72 ${GCCDIR}/gcc/config/i386/cross-stdarg.h
/dragonfly/contrib/gcc-4.7/gcc/
HDfunction.h606 unsigned int stdarg : 1; member
HDtree-stdarg.c631 return cfun->stdarg != 0; in gate_optimize_stdarg()
HDtree-tailcall.c133 if (cfun->stdarg) in suitable_for_tail_opt_p()
HDlto-streamer-in.c812 fn->stdarg = bp_unpack_value (&bp, 1); in input_struct_function_base()
HDlto-streamer-out.c767 bp_pack_value (&bp, fn->stdarg, 1); in output_struct_function_base()
HDfunction.c2311 if (!cfun->stdarg) in assign_parm_find_data_types()
3363 if (cfun->stdarg && !DECL_CHAIN (parm)) in assign_parms()
4427 cfun->stdarg = stdarg_p (fntype); in allocate_struct_function()
/dragonfly/contrib/gcc-8.0/gcc/
HDfunction.h344 unsigned int stdarg : 1; member
HDtree-tailcall.c136 if (cfun->stdarg) in suitable_for_tail_opt_p()
HDtree-stdarg.c1158 && fun->stdarg != 0) in execute()
HDfunction.c2446 if (!cfun->stdarg) in assign_parm_find_data_types()
3800 if (cfun->stdarg && !DECL_CHAIN (parm)) in assign_parms()
4961 cfun->stdarg = stdarg_p (fntype); in allocate_struct_function()
/dragonfly/contrib/grep/
HDREADME.DELETED123 lib/stdarg.in.h
/dragonfly/gnu/lib/gcc80/libgcc/
HDMakefile66 ${GCCDIR}/gcc/config/i386/cross-stdarg.h \
/dragonfly/include/
HDMakefile24 stdalign.h stdarg.h stdbool.h \
/dragonfly/gnu/usr.bin/cc80/support-libs/liblto_plugin/
HDMakefile.headers357 tree-stdarg.h \
/dragonfly/contrib/lvm2/dist/lib/misc/
HDconfigure.h.in228 /* Define to 1 if you have the <stdarg.h> header file. */
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDpasses.texi654 @item Optimization of @code{stdarg} functions
657 stack on entry to @code{stdarg} functions. If the function doesn't
664 @code{tree-stdarg.c} and described by @code{pass_stdarg}.
HDstandards.texi127 @code{<stdarg.h>}, and @code{<stddef.h>}; since AMD1, also those in
/dragonfly/lib/libncurses/include/
HDcurses.head209 #include <stdarg.h> /* we need va_list */
1403 * use POSIX stdarg.h. The ncurses versions of vwprintw/vwscanw already
1404 * use stdarg.h, so...
/dragonfly/gnu/lib/gcc47/libstdc++/
DMakefile.headers588 ${tr1_srcdir}/stdarg.h \

12