Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dmacro.c551 if (argc + 1 == macro->paramc && macro->variadic) in _cpp_arguments_ok()
639 && ! (macro->variadic && argc == macro->paramc)) in collect_args()
693 if (macro->variadic && (argc < macro->paramc in collect_args()
880 && macro->variadic in replace_args()
1254 || macro1->variadic != macro2->variadic) in warn_of_redefinition()
1373 macro->variadic = 1; in parse_params()
1601 macro->variadic = 0; in _cpp_create_definition()
1788 else if (macro->variadic) in cpp_macro_definition()
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpp-id-data.h68 unsigned int variadic : 1; member
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRCallingConv.td38 // Calling convention for variadic functions.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td355 "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro">;
359 "__VA_OPT__ can only appear in the expansion of a variadic macro">,
374 def ext_variadic_macro : Extension<"variadic macros are a C99 feature">,
377 "variadic macros are incompatible with C++98">,
380 "named variadic macros are a GNU extension">, InGroup<VariadicMacros>;
387 "must specify at least one argument for '...' parameter of variadic macro">,
397 Error<"variadic macros not supported in OpenCL">;
H A DDiagnosticCommonKinds.td76 "variadic templates are a C++11 extension">, InGroup<CXX11>;
78 Warning<"variadic templates are incompatible with C++98">,
H A DDiagnosticASTKinds.td280 "%select{class|instance}0 method %1 is variadic in one translation unit "
281 "and not variadic in another">;
H A DLangOptions.def214 LANGOPT(CUDAAllowVariadicFunctions, 1, 0, "allowing variadic functions in CUDA device code")
H A DDiagnosticSemaKinds.td694 "'main' is not allowed to be declared variadic">, InGroup<Main>;
990 "conflicting variadic declaration of method and its "
995 "conflicting variadic declaration of method and its "
2569 "format attribute requires variadic function">;
2907 "variadic function cannot use %0 calling convention">;
2909 "%0 calling convention ignored on variadic function">,
7149 "CUDA device code does not support variadic functions">;
7207 "passing object of trivial but non-POD type %0 through variadic"
7211 "passing object of class type %0 through variadic "
7682 "conversion function cannot be variadic">;
[all …]
H A DDiagnosticGroups.td641 def VariadicMacros : DiagGroup<"variadic-macros">;
650 def GNUZeroVariadicMacroArguments : DiagGroup<"gnu-zero-variadic-macro-arguments">;
H A DAttrDocs.td1842 stack. This attribute has no effect on variadic functions, and all parameters
1870 not support variadic calls or unprototyped functions in C, and has no effect on
1883 the stack on return. This convention does not support variadic calls or
1911 convention does not support variadic calls or unprototyped functions in C, and
2084 * checking types of variadic functions' arguments for functions like
2118 This attribute is primarily useful for checking arguments of variadic functions
2119 (``pointer_with_type_tag`` can be used in most non-variadic cases).
3344 ``swiftcall`` does not support variadic arguments or unprototyped functions.
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h.pump120 // template Types. This allows us to simulate variadic templates
220 // variadic templates (e.g. Templates<int>, Templates<int, double>,
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h.pump160 // We define this as a variadic macro in case F contains unprotected
161 // commas (the same reason that we use variadic macros in other places
H A Dgmock-generated-nice-strict.h.pump117 // C++98 doesn't have variadic templates, so we have to define one
H A Dgmock-generated-matchers.h.pump38 // This file implements some commonly used variadic matchers.
/freebsd-12.1/contrib/libc++/include/
H A D__functional_base_0314 // manual variadic expansion for <functional>
/freebsd-12.1/contrib/googletest/googletest/docs/
H A DPumpManual.md12 Variadic templates and variadic macros can alleviate the problem.
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DFrequentlyAskedQuestions.md235 ## Can I mock a variadic function? ##
237 You cannot mock a variadic function (i.e. a function taking ellipsis
241 know how many arguments are passed to the variadic method, and what
/freebsd-12.1/contrib/libxo/doc/
H A Dapi.rst422 :param va_list vap: A set of variadic arguments
483 :param va_list vap: A set of variadic arguments
512 :param fmt: Attribute value, as variadic arguments
539 but replaced the variadic list with a variadic pointer.
/freebsd-12.1/contrib/ncurses/
H A DTO-DO88 interface for handling variadic argument lists (and are deprecated by X/Open
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSchedule.td387 // SchedReadWrite is mapped in place to the instruction's variadic
390 // the Variant is distributed over the variadic operands.
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrControl.td20 // The X86retflag return instructions are variadic because we may add ST0 and
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTargetOpcodes.def83 /// REG_SEQUENCE - This variadic instruction is used to form a register that
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DCC1Options.td824 def fcuda_allow_variadic_functions : Flag<["-"], "fcuda-allow-variadic-functions">,
825 HelpText<"Allow variadic functions in CUDA device code.">;
/freebsd-12.1/contrib/gcc/
H A Dconfigure.ac315 # * variadic macros
331 [whether ${CC} accepts -Wno-variadic-macros],
334 CFLAGS="-Wno-variadic-macros"
356 strict1_warn="-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings"
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td641 HelpText<"Check for passing non-Objective-C types to variadic collection "

12