| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 144 SmallVector<uint32_t, 4> varargs; member 155 if (varargs != other.varargs) in operator ==() 163 hash_combine_range(Value.varargs.begin(), Value.varargs.end())); in hash_value() 335 e.varargs.push_back(lookupOrAdd(GCR->getOperand(0))); in createExpr() 336 e.varargs.push_back(lookupOrAdd(GCR->getBasePtr())); in createExpr() 337 e.varargs.push_back(lookupOrAdd(GCR->getDerivedPtr())); in createExpr() 340 e.varargs.push_back(lookupOrAdd(Op)); in createExpr() 348 if (e.varargs[0] > e.varargs[1]) in createExpr() 349 std::swap(e.varargs[0], e.varargs[1]); in createExpr() 356 if (e.varargs[0] > e.varargs[1]) { in createExpr() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | varargs.h | 11 #if defined(__MVS__) && __has_include_next(<varargs.h>) 12 #include_next <varargs.h>
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | MKlib_gen.sh | 307 varargs = 0; 316 varargs = 1; 333 } else if (varargs) { 368 } else if ( varargs ) {
|
| /freebsd/lib/ncurses/ncurses/ |
| H A D | Makefile | 104 varargs.c 141 varargs.c
|
| /freebsd/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/contrib/tcsh/ |
| H A D | src.desc | 69 mi.varargs.h: Minix varargs
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBError.h | 63 %varargs(3, char *str = NULL) SetErrorStringWithFormat;
|
| /freebsd/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 | 975 ### use option --disable-tparm-varargs to make tparm() conform to X/Open 977 AC_ARG_ENABLE(tparm-varargs, 978 [ --disable-tparm-varargs compile tparm() without varargs interface],
|
| /freebsd/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/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/bin/csh/ |
| H A D | Makefile | 34 SRCS+= sh.decls.h glob.c glob.h mi.termios.c mi.wait.h mi.varargs.h
|
| /freebsd/contrib/ncurses/include/ |
| H A D | MKterm.h.awk.in | 352 print "/* configured without --disable-tparm-varargs? */" 385 print "/* configured without --disable-tparm-varargs? */"
|
| /freebsd/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/lib/clang/headers/ |
| H A D | Makefile | 203 INCS+= varargs.h
|
| /freebsd/share/man/man3/ |
| H A D | Makefile | 326 stdarg.3 varargs.3 \
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | modules | 116 varargs lib $(trace) $(HEADER_DEPS)
|
| /freebsd/crypto/krb5/src/util/et/ |
| H A D | com_err.texinfo | 521 available, and therefore @code{<varargs.h>} must be used. If the symbol 522 @code{VARARGS} is defined (e.g., in the makefile), @code{<varargs.h>} will
|
| /freebsd/include/ |
| H A D | Makefile | 36 uchar.h ulimit.h unistd.h utime.h utmpx.h uuid.h varargs.h \
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 575 def NonPODVarargs : DiagGroup<"non-pod-varargs">; 576 def ClassVarargs : DiagGroup<"class-varargs", [NonPODVarargs]>; 742 def Varargs : DiagGroup<"varargs">;
|
| H A D | LangOptions.def | 501 "to unprototyped and varargs functions")
|
| /freebsd/lib/ncurses/tinfo/ |
| H A D | Makefile | 162 varargs.c
|
| /freebsd/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/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/contrib/bmake/ |
| H A D | configure | 2344 // Check varargs macros. These examples are taken from C99 6.10.3.5. 2399 // Check varargs and va_copy. 2447 // Check varargs.
|