| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | macro.c | 551 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 D | cpp-id-data.h | 68 unsigned int variadic : 1; member
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRCallingConv.td | 38 // Calling convention for variadic functions.
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticLexKinds.td | 355 "__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 D | DiagnosticCommonKinds.td | 76 "variadic templates are a C++11 extension">, InGroup<CXX11>; 78 Warning<"variadic templates are incompatible with C++98">,
|
| H A D | DiagnosticASTKinds.td | 280 "%select{class|instance}0 method %1 is variadic in one translation unit " 281 "and not variadic in another">;
|
| H A D | LangOptions.def | 214 LANGOPT(CUDAAllowVariadicFunctions, 1, 0, "allowing variadic functions in CUDA device code")
|
| H A D | DiagnosticSemaKinds.td | 694 "'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 D | DiagnosticGroups.td | 641 def VariadicMacros : DiagGroup<"variadic-macros">; 650 def GNUZeroVariadicMacroArguments : DiagGroup<"gnu-zero-variadic-macro-arguments">;
|
| H A D | AttrDocs.td | 1842 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 D | gtest-type-util.h.pump | 120 // 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 D | gmock-generated-function-mockers.h.pump | 160 // 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 D | gmock-generated-nice-strict.h.pump | 117 // C++98 doesn't have variadic templates, so we have to define one
|
| H A D | gmock-generated-matchers.h.pump | 38 // This file implements some commonly used variadic matchers.
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | __functional_base_03 | 14 // manual variadic expansion for <functional>
|
| /freebsd-12.1/contrib/googletest/googletest/docs/ |
| H A D | PumpManual.md | 12 Variadic templates and variadic macros can alleviate the problem.
|
| /freebsd-12.1/contrib/googletest/googlemock/docs/ |
| H A D | FrequentlyAskedQuestions.md | 235 ## 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 D | api.rst | 422 :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 D | TO-DO | 88 interface for handling variadic argument lists (and are deprecated by X/Open
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetSchedule.td | 387 // 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 D | X86InstrControl.td | 20 // The X86retflag return instructions are variadic because we may add ST0 and
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 83 /// REG_SEQUENCE - This variadic instruction is used to form a register that
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | CC1Options.td | 824 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 D | configure.ac | 315 # * 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 D | Checkers.td | 641 HelpText<"Check for passing non-Objective-C types to variadic collection "
|