| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrCall.td | 29 // 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 D | GNUmakefile | 16 WFLAGS += -Wno-gnu-zero-variadic-macro-arguments
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRCallingConv.td | 28 // Calling convention for variadic functions.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticLexKinds.td | 472 "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro">; 476 "__VA_OPT__ can only appear in the expansion of a variadic macro">, 491 def ext_variadic_macro : Extension<"variadic macros are a C99 feature">, 494 "variadic macros are incompatible with C++98">, 497 "named variadic macros are a GNU extension">, InGroup<VariadicMacros>; 504 "passing no argument for the '...' parameter of a variadic macro is " 507 "passing no argument for the '...' parameter of a variadic macro is " 510 "passing no argument for the '...' parameter of a variadic macro is " 514 "passing no argument for the '...' parameter of a variadic macro is " 526 "variadic macros are a Clang extension in OpenCL">;
|
| H A D | DiagnosticCommonKinds.td | 95 "variadic templates are a C++11 extension">, InGroup<CXX11>; 97 Warning<"variadic templates are incompatible with C++98">,
|
| H A D | DiagnosticASTKinds.td | 563 "%select{class|instance}0 method %1 is variadic in one translation unit " 564 "and not variadic in another">; 566 "%select{class|instance}0 method %1 is variadic in one translation unit " 567 "and not variadic in another">,
|
| H A D | DiagnosticGroups.td | 260 def DeprecatedMissingCommaVariadicParam : DiagGroup<"deprecated-missing-comma-variadic-parameter">; 345 def VariadicMacroArgumentsOmitted : DiagGroup<"variadic-macro-arguments-omitted">; 1053 def VariadicMacros : DiagGroup<"variadic-macros">; 1064 def GNUZeroVariadicMacroArguments : DiagGroup<"gnu-zero-variadic-macro-arguments", [VariadicMacroAr…
|
| H A D | DiagnosticParseKinds.td | 426 "C requires a comma prior to the ellipsis in a variadic function type">; 428 "declaration of a variadic function without a comma before '...' is deprecated">, 1000 "variadic 'friend' declarations are a C++2c extension">, InGroup<CXX26>; 1002 "variadic 'friend' declarations are incompatible with C++ standards before C++2c">,
|
| H A D | DiagnosticSemaKinds.td | 1057 "'main' is not allowed to be declared variadic">, InGroup<Main>; 1444 "conflicting variadic declaration of method and its " 1449 "conflicting variadic declaration of method and its " 2256 def note_nontrivial_variadic : Note<"because it is a variadic function">; 2361 def err_destructor_variadic : Error<"destructor cannot be variadic">; 3284 "%0 attribute may not be used with variadic functions">; 3476 "'callback' attribute callee may not be variadic">; 3985 "|on variadic function" 3997 "variadic function cannot use %0 calling convention">; 4632 "'sentinel' attribute only supported for variadic %select{functions|blocks}0">, [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 492 ret_type->GetFullCompilerType(), arg_types, ctf_function.variadic, 0, in CreateFunction() 655 bool variadic = false; in ParseType() local 660 variadic = true; in ParseType() 670 variadic); in ParseType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Types.def | 32 // 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/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIRTypes.td | 397 a list of parameter types and can optionally be variadic. 413 // Use a custom parser to handle argument types with variadic elipsis. 435 /// Returns whether the function is variadic.
|
| /freebsd/contrib/libxo/doc/ |
| H A D | api.rst | 421 :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 D | gmock_faq.md | 8 ### 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 D | functional | 526 POLICY: For non-variadic implementations, the number of arguments is limited 527 to 3. It is hoped that the need for non-variadic implementations
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | functional | 524 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 D | libzfsbootenv.abi | 37 <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 D | TypeProperties.td | 314 def : Property<"variadic", Bool> { 357 epi.Variadic = variadic;
|
| /freebsd/contrib/ncurses/ |
| H A D | TO-DO | 89 interface for handling variadic argument lists (and are deprecated by X/Open
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_trace_enabled.pod | 185 macro, since C90 does not support variadic macros. This helper macro has a rather
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 85 /// DBG_VALUE - a mapping of the llvm.dbg.value intrinsic with a variadic 100 /// REG_SEQUENCE - This variadic instruction is used to form a register that
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSchedule.td | 401 // SchedReadWrite is mapped in place to the instruction's variadic 404 // the Variant is distributed over the variadic operands.
|
| /freebsd/crypto/openssh/ |
| H A D | INSTALL | 4 A C compiler. Any C89 or better compiler that supports variadic macros
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleM7.td | 240 // time for STM cannot be overridden because it is a variadic source operand.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrControl.td | 19 // The X86retglue return instructions are variadic because we may add ST0 and
|