Home
last modified time | relevance | path

Searched refs:variadic (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrCall.td29 // CALL should take both variadic arguments and produce variadic results, but
31 // CALL_PARAMS taking variadic arguments linked with a CALL_RESULTS that handles
32 // producing the call's variadic results. We recombine the two in a custom
34 // observe CALL nodes with all of the expected variadic uses and defs.
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DCTFTypes.h140 uint32_t return_type, std::vector<uint32_t> args, bool variadic) in CTFFunction()
142 args(std::move(args)), variadic(variadic) {} in CTFFunction()
150 bool variadic = false; member
H A DSymbolFileCTF.cpp495 ctf_function.variadic, 0, clang::CallingConv::CC_C); in CreateFunction()
656 bool variadic = false; in ParseType() local
661 variadic = true; in ParseType()
671 variadic); in ParseType()
/freebsd-14.2/contrib/lib9p/
H A DGNUmakefile16 WFLAGS += -Wno-gnu-zero-variadic-macro-arguments
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRCallingConv.td28 // Calling convention for variadic functions.
/freebsd-14.2/sys/contrib/zstd/zlibWrapper/
H A DMakefile26 STDFLAGS = -std=c89 -pedantic -Wno-long-long -Wno-variadic-macros -Wc++-compat \
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td431 "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro">;
435 "__VA_OPT__ can only appear in the expansion of a variadic macro">,
450 def ext_variadic_macro : Extension<"variadic macros are a C99 feature">,
453 "variadic macros are incompatible with C++98">,
456 "named variadic macros are a GNU extension">, InGroup<VariadicMacros>;
463 "must specify at least one argument for '...' parameter of variadic macro">,
466 "passing no argument for the '...' parameter of a variadic macro is "
478 "variadic macros are a Clang extension in OpenCL">;
H A DDiagnosticCommonKinds.td95 "variadic templates are a C++11 extension">, InGroup<CXX11>;
97 Warning<"variadic templates are incompatible with C++98">,
H A DDiagnosticASTKinds.td536 "%select{class|instance}0 method %1 is variadic in one translation unit "
537 "and not variadic in another">;
539 "%select{class|instance}0 method %1 is variadic in one translation unit "
540 "and not variadic in another">,
H A DAttrDocs.td637 caller and callee must match, and they must not be variadic functions or have
2782 stack. This attribute has no effect on variadic functions, and all parameters
2810 not support variadic calls or unprototyped functions in C, and has no effect on
2823 the stack on return. This convention does not support variadic calls or
2851 convention does not support variadic calls or unprototyped functions in C, and
3076 * checking types of variadic functions' arguments for functions like
3111 (``pointer_with_type_tag`` can be used in most non-variadic cases).
3353 non-variadic functions. Clang checks non-variadic format functions for the same
3382 Using the ``format`` attribute on a non-variadic function emits a GCC
5068 ``swiftcall`` does not support variadic arguments or unprototyped functions.
[all …]
H A DDiagnosticSemaKinds.td921 "'main' is not allowed to be declared variadic">, InGroup<Main>;
1302 "conflicting variadic declaration of method and its "
1307 "conflicting variadic declaration of method and its "
3123 "%0 attribute may not be used with variadic functions">;
3291 "'callback' attribute callee may not be variadic">;
3739 "|on variadic function"
3751 "variadic function cannot use %0 calling convention">;
8852 "CUDA device code does not support variadic functions">;
8934 "passing object of class type %0 through variadic "
9507 "conversion function cannot be variadic">;
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.def32 // The final value is a variadic list of phases for each type. Eventually the
33 // options flag string will be replaced with this variadic list.
/freebsd-14.2/contrib/libxo/doc/
H A Dapi.rst421 :param va_list vap: A set of variadic arguments
506 :param va_list vap: A set of variadic arguments
535 :param fmt: Attribute value, as variadic arguments
562 but replaced the variadic list with a variadic pointer.
1259 :param vap: variadic arguments
1285 :param vap: variadic arguments
1302 variadic-ized parameter to the signature, respectively.
1307 a variadic-ized parameter to the signature, respectively. The
/freebsd-14.2/contrib/googletest/docs/
H A Dgmock_faq.md8 ### Can I mock a variadic function?
10 You cannot mock a variadic function (i.e. a function taking ellipsis (`...`)
14 many arguments are passed to the variadic method, and what the arguments' types
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dfunctional509 POLICY: For non-variadic implementations, the number of arguments is limited
510 to 3. It is hoped that the need for non-variadic implementations
/freebsd-14.2/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlibzfsbootenv.abi37 <type-decl name='variadic parameter type' id='2c1145c5'/>
295 <parameter is-variadic='yes'/>
302 <parameter is-variadic='yes'/>
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td303 def : Property<"variadic", Bool> {
337 epi.Variadic = variadic;
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_trace_enabled.pod170 macro, since C90 does not support variadic macros. This helper macro has a rather
/freebsd-14.2/contrib/ncurses/
H A DTO-DO89 interface for handling variadic argument lists (and are deprecated by X/Open
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def80 /// DBG_VALUE - a mapping of the llvm.dbg.value intrinsic with a variadic
95 /// REG_SEQUENCE - This variadic instruction is used to form a register that
/freebsd-14.2/crypto/openssh/
H A DINSTALL4 A C compiler. Any C89 or better compiler that supports variadic macros
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td400 // SchedReadWrite is mapped in place to the instruction's variadic
403 // the Variant is distributed over the variadic operands.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM7.td240 // time for STM cannot be overridden because it is a variadic source operand.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrControl.td19 // The X86retglue return instructions are variadic because we may add ST0 and
/freebsd-14.2/sys/contrib/openzfs/lib/libuutil/
H A Dlibuutil.abi948 <parameter is-variadic='yes'/>
1074 <parameter is-variadic='yes'/>
1086 <type-decl name='variadic parameter type' id='2c1145c5'/>
1139 <parameter is-variadic='yes'/>
1369 <parameter is-variadic='yes'/>
2073 <parameter is-variadic='yes'/>

12