Home
last modified time | relevance | path

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

12

/trueos/contrib/gcclibs/libcpp/include/
HDcpp-id-data.h68 unsigned int variadic : 1; member
/trueos/contrib/gcclibs/libcpp/
HDmacro.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()
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticCommonKinds.td71 "variadic templates are a C++11 extension">, InGroup<CXX11>;
73 Warning<"variadic templates are incompatible with C++98">,
HDDiagnosticLexKinds.td314 "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro">;
316 def ext_variadic_macro : Extension<"variadic macros are a C99 feature">,
319 "variadic macros are incompatible with C++98">,
322 "named variadic macros are a GNU extension">, InGroup<VariadicMacros>;
329 "must specify at least one argument for '...' parameter of variadic macro">,
339 Error<"variadic macros not supported in OpenCL">;
HDDiagnosticASTKinds.td212 "%select{class|instance}0 method %1 is variadic in one translation unit "
213 "and not variadic in another">;
HDDiagnosticGroups.td393 def VariadicMacros : DiagGroup<"variadic-macros">;
402 def GNUZeroVariadicMacroArguments : DiagGroup<"gnu-zero-variadic-macro-arguments">;
HDDiagnosticSemaKinds.td266 InGroup<DiagGroup<"inherited-variadic-ctor">>;
618 "conflicting variadic declaration of method and its "
623 "conflicting variadic declaration of method and its "
1207 def note_nontrivial_variadic : Note<"because it is a variadic function">;
1292 def err_destructor_variadic : Error<"destructor cannot be variadic">;
1855 "format attribute requires variadic function">;
2080 "variadic function cannot use %0 calling convention">;
2082 "%0 calling convention ignored on variadic function">,
2376 "'sentinel' attribute only supported for variadic %select{functions|blocks}0">,
5613 "cannot pass %select{non-POD|non-trivial}0 object of type %1 to variadic "
[all …]
HDDiagnosticParseKinds.td296 "C requires a comma prior to the ellipsis in a variadic function type">;
/trueos/contrib/llvm/patches/
HDpatch-r264826-llvm-r202188-variadic-fn-debug-info.diff3 Debug info: Support variadic functions.
82 + // Create the unspecified parameter that marks a function as variadic.
HDpatch-r264827-clang-r202185-variadic-fn-debug-info.diff3 Debug info: Generate debug info for variadic functions.
/trueos/contrib/llvm/include/llvm/Target/
HDTargetSchedule.td315 // SchedReadWrite is mapped in place to the instruction's variadic
318 // the Variant is distributed over the variadic operands.
/trueos/contrib/ncurses/
HDTO-DO86 interface for handling variadic argument lists (and are deprecated by X/Open
/trueos/contrib/llvm/lib/Target/X86/
HDX86InstrControl.td20 // The X86retflag return instructions are variadic because we may add ST0 and
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDCheckers.td391 HelpText<"Check for passing non-Objective-C types to variadic collection "
/trueos/contrib/gcc/
HDconfigure.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"
HDc.opt447 Do not warn about using variadic macros when -pedantic
HDMakefile.in184 STRICT2_WARN = -pedantic -Wno-long-long -Wno-variadic-macros \
/trueos/contrib/libc++/include/
D__functional_base_0314 // manual variadic expansion for <functional>
Dfunctional467 POLICY: For non-variadic implementations, the number of arguments is limited
468 to 3. It is hoped that the need for non-variadic implementations
D__functional_0314 // manual variadic expansion for <functional>
/trueos/lib/libcom_err/doc/
HDcom_err.texinfo360 which may be used by higher-level variadic functions (functions which
/trueos/contrib/gcc/doc/
HDcpp.texi1629 @cindex variadic macros
1639 This kind of macro is called @dfn{variadic}. When the macro is invoked,
1671 You can have named arguments as well as variable arguments in a variadic
1728 can appear is in the replacement list of a variadic macro. It may not
3645 facility for handling variadic macros.
/trueos/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
HDRewriteObjC.cpp489 bool variadic = false) { in getSimpleFunctionType() argument
493 fpi.Variadic = variadic; in getSimpleFunctionType()
HDRewriteModernObjC.cpp589 bool variadic = false) { in getSimpleFunctionType() argument
593 fpi.Variadic = variadic; in getSimpleFunctionType()
/trueos/contrib/llvm/lib/Target/ARM/
HDARMScheduleA9.td2214 // tuple, unlike LDM. So the number of write operands is not variadic.

12