Home
last modified time | relevance | path

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

12

/freebsd/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/contrib/lib9p/
H A DGNUmakefile16 WFLAGS += -Wno-gnu-zero-variadic-macro-arguments
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRCallingConv.td28 // Calling convention for variadic functions.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td453 "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro">;
457 "__VA_OPT__ can only appear in the expansion of a variadic macro">,
472 def ext_variadic_macro : Extension<"variadic macros are a C99 feature">,
475 "variadic macros are incompatible with C++98">,
478 "named variadic macros are a GNU extension">, InGroup<VariadicMacros>;
485 "passing no argument for the '...' parameter of a variadic macro is "
488 "passing no argument for the '...' parameter of a variadic macro is "
491 "passing no argument for the '...' parameter of a variadic macro is "
495 "passing no argument for the '...' parameter of a variadic macro is "
507 "variadic macros are a Clang extension in OpenCL">;
H A DDiagnosticCommonKinds.td100 "variadic templates are a C++11 extension">, InGroup<CXX11>;
102 Warning<"variadic templates are incompatible with C++98">,
H A DDiagnosticASTKinds.td538 "%select{class|instance}0 method %1 is variadic in one translation unit "
539 "and not variadic in another">;
541 "%select{class|instance}0 method %1 is variadic in one translation unit "
542 "and not variadic in another">,
H A DAttrDocs.td637 caller and callee must match, and they must not be variadic functions or have
2863 stack. This attribute has no effect on variadic functions, and all parameters
2891 not support variadic calls or unprototyped functions in C, and has no effect on
2904 the stack on return. This convention does not support variadic calls or
2932 convention does not support variadic calls or unprototyped functions in C, and
2972 This convention does not support variadic calls or unprototyped functions in C.
3157 * checking types of variadic functions' arguments for functions like
3191 This attribute is primarily useful for checking arguments of variadic functions
3192 (``pointer_with_type_tag`` can be used in most non-variadic cases).
3434 non-variadic functions. Clang checks non-variadic format functions for the same
[all …]
H A DDiagnosticSemaKinds.td966 "'main' is not allowed to be declared variadic">, InGroup<Main>;
1345 "conflicting variadic declaration of method and its "
1350 "conflicting variadic declaration of method and its "
2102 def note_nontrivial_variadic : Note<"because it is a variadic function">;
2209 def err_destructor_variadic : Error<"destructor cannot be variadic">;
3183 "%0 attribute may not be used with variadic functions">;
3355 "'callback' attribute callee may not be variadic">;
3825 "|on variadic function"
3837 "variadic function cannot use %0 calling convention">;
4403 "'sentinel' attribute only supported for variadic %select{functions|blocks}0">,
[all …]
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DMakefile26 STDFLAGS = -std=c89 -pedantic -Wno-long-long -Wno-variadic-macros -Wc++-compat \
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
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/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/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/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/contrib/llvm-project/libcxx/include/
H A Dfunctional524 POLICY: For non-variadic implementations, the number of arguments is limited
525 to 3. It is hoped that the need for non-variadic implementations
/freebsd/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/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td329 def : Property<"variadic", Bool> {
369 epi.Variadic = variadic;
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_trace_enabled.pod169 macro, since C90 does not support variadic macros. This helper macro has a rather
/freebsd/contrib/ncurses/
H A DTO-DO89 interface for handling variadic argument lists (and are deprecated by X/Open
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td395 // SchedReadWrite is mapped in place to the instruction's variadic
398 // the Variant is distributed over the variadic operands.
/freebsd/crypto/openssh/
H A DINSTALL4 A C compiler. Any C89 or better compiler that supports variadic macros
/freebsd/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/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrControl.td19 // The X86retglue return instructions are variadic because we may add ST0 and
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi266 <type-decl name='variadic parameter type' id='2c1145c5'/>
1180 <parameter is-variadic='yes'/>
1186 <parameter is-variadic='yes'/>
1219 <parameter is-variadic='yes'/>
1958 <parameter is-variadic='yes'/>
2134 <parameter is-variadic='yes'/>
2891 <parameter is-variadic='yes'/>
3312 <parameter is-variadic='yes'/>
3388 <parameter is-variadic='yes'/>
/freebsd/sys/contrib/openzfs/lib/libuutil/
H A Dlibuutil.abi262 <parameter is-variadic='yes'/>
1197 <parameter is-variadic='yes'/>
1323 <parameter is-variadic='yes'/>
1347 <type-decl name='variadic parameter type' id='2c1145c5'/>
1400 <parameter is-variadic='yes'/>
1630 <parameter is-variadic='yes'/>
2334 <parameter is-variadic='yes'/>

12