| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 154 if (varargs != other.varargs) in operator ==() 162 hash_combine_range(Value.varargs.begin(), Value.varargs.end())); in hash_value() 347 if (e.varargs[0] > e.varargs[1]) in createExpr() 348 std::swap(e.varargs[0], e.varargs[1]); in createExpr() 355 if (e.varargs[0] > e.varargs[1]) { in createExpr() 356 std::swap(e.varargs[0], e.varargs[1]); in createExpr() 381 if (e.varargs[0] > e.varargs[1]) { in createCmpExpr() 382 std::swap(e.varargs[0], e.varargs[1]); in createCmpExpr() 2290 Exp.varargs[i] = phiTranslate(Pred, PhiBlock, Exp.varargs[i], Gvn); in phiTranslateImpl() 2295 if (Exp.varargs[0] > Exp.varargs[1]) { in phiTranslateImpl() [all …]
|
| /freebsd-14.2/contrib/ncurses/ncurses/base/ |
| H A D | MKlib_gen.sh | 301 varargs = 0; 310 varargs = 1; 327 } else if (varargs) { 362 } else if ( varargs ) {
|
| /freebsd-14.2/contrib/ntp/sntp/m4/ |
| H A D | snprintf.m4 | 39 # Define HAVE_VARARGS_H to 1 if <varargs.h> is available. 43 AC_CHECK_HEADERS_ONCE([varargs.h]) 64 #include <varargs.h> 90 #include <varargs.h>
|
| /freebsd-14.2/lib/ncurses/ncurses/ |
| H A D | Makefile | 108 varargs.c 145 varargs.c
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | src.desc | 69 mi.varargs.h: Minix varargs
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBError.h | 63 %varargs(3, char *str = NULL) SetErrorStringWithFormat;
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | TO-DO | 88 + In theory, vwprintw and vwscanf are supposed to use the older varargs.h 90 for that reason). Many newer systems do no have varargs.h, instead they have 93 ncurses on a System V old enough to only have varargs.h. (Solaris 2.5.1 used
|
| H A D | configure.in | 1023 ### use option --disable-tparm-varargs to make tparm() conform to X/Open 1025 AC_ARG_ENABLE(tparm-varargs, 1026 [ --disable-tparm-varargs compile tparm() without varargs interface],
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrCall.td | 18 // stack space to allocate or free, which is used for varargs lowering.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VECallingConv.td | 59 // All arguments get passed in stack for varargs function or non-prototyped
|
| /freebsd-14.2/bin/csh/ |
| H A D | Makefile | 36 SRCS+= sh.decls.h glob.c glob.h mi.termios.c mi.wait.h mi.varargs.h
|
| /freebsd-14.2/contrib/ntp/sntp/libopts/m4/ |
| H A D | libopts.m4 | 19 AC_CHECK_HEADERS([stdarg.h varargs.h], 57 ]AC_MSG_ERROR([you must have stdarg.h or varargs.h on your system])[
|
| /freebsd-14.2/lib/clang/headers/ |
| H A D | Makefile | 202 INCS+= varargs.h
|
| /freebsd-14.2/share/man/man3/ |
| H A D | Makefile | 314 stdarg.3 varargs.3 \
|
| /freebsd-14.2/contrib/ncurses/ncurses/ |
| H A D | modules | 116 varargs lib $(trace) $(HEADER_DEPS)
|
| /freebsd-14.2/include/ |
| H A D | Makefile | 37 uchar.h ulimit.h unistd.h utime.h utmpx.h uuid.h varargs.h \
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 540 def NonPODVarargs : DiagGroup<"non-pod-varargs">; 541 def ClassVarargs : DiagGroup<"class-varargs", [NonPODVarargs]>; 703 def Varargs : DiagGroup<"varargs">;
|
| H A D | LangOptions.def | 480 "to unprototyped and varargs functions")
|
| H A D | DiagnosticParseKinds.td | 641 "'...' in this location creates a C-style varargs function" 857 "varargs not allowed in requires expression">;
|
| /freebsd-14.2/lib/ncurses/tinfo/ |
| H A D | Makefile | 164 varargs.c
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-1.4 | 45 o Use __VA_ARGS__ syntax for varargs macros in event_rpcgen when compiler is not GCC.
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | ChangeLog-1.4 | 45 o Use __VA_ARGS__ syntax for varargs macros in event_rpcgen when compiler is not GCC.
|
| /freebsd-14.2/contrib/ntp/sntp/ |
| H A D | config.h.in | 610 /* Define to 1 if you have the <varargs.h> header file. */
|
| /freebsd-14.2/contrib/gdtoa/ |
| H A D | printf.c0 | 32 #include "varargs.h"
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | curses.h.in | 208 * Control whether tparm() supports varargs or fixed-parameter list. 1426 * varargs.h. It adds new calls vw_printw/vw_scanw, which are supposed to
|