Searched refs:variadic (Results 1 – 25 of 38) sorted by relevance
12
| /trueos/contrib/gcclibs/libcpp/include/ |
| HD | cpp-id-data.h | 68 unsigned int variadic : 1; member
|
| /trueos/contrib/gcclibs/libcpp/ |
| HD | 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()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DiagnosticCommonKinds.td | 71 "variadic templates are a C++11 extension">, InGroup<CXX11>; 73 Warning<"variadic templates are incompatible with C++98">,
|
| HD | DiagnosticLexKinds.td | 314 "__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">;
|
| HD | DiagnosticASTKinds.td | 212 "%select{class|instance}0 method %1 is variadic in one translation unit " 213 "and not variadic in another">;
|
| HD | DiagnosticGroups.td | 393 def VariadicMacros : DiagGroup<"variadic-macros">; 402 def GNUZeroVariadicMacroArguments : DiagGroup<"gnu-zero-variadic-macro-arguments">;
|
| HD | DiagnosticSemaKinds.td | 266 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 …]
|
| HD | DiagnosticParseKinds.td | 296 "C requires a comma prior to the ellipsis in a variadic function type">;
|
| /trueos/contrib/llvm/patches/ |
| HD | patch-r264826-llvm-r202188-variadic-fn-debug-info.diff | 3 Debug info: Support variadic functions. 82 + // Create the unspecified parameter that marks a function as variadic.
|
| HD | patch-r264827-clang-r202185-variadic-fn-debug-info.diff | 3 Debug info: Generate debug info for variadic functions.
|
| /trueos/contrib/llvm/include/llvm/Target/ |
| HD | TargetSchedule.td | 315 // SchedReadWrite is mapped in place to the instruction's variadic 318 // the Variant is distributed over the variadic operands.
|
| /trueos/contrib/ncurses/ |
| HD | TO-DO | 86 interface for handling variadic argument lists (and are deprecated by X/Open
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86InstrControl.td | 20 // The X86retflag return instructions are variadic because we may add ST0 and
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | Checkers.td | 391 HelpText<"Check for passing non-Objective-C types to variadic collection "
|
| /trueos/contrib/gcc/ |
| HD | 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"
|
| HD | c.opt | 447 Do not warn about using variadic macros when -pedantic
|
| HD | Makefile.in | 184 STRICT2_WARN = -pedantic -Wno-long-long -Wno-variadic-macros \
|
| /trueos/contrib/libc++/include/ |
| D | __functional_base_03 | 14 // manual variadic expansion for <functional>
|
| D | functional | 467 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_03 | 14 // manual variadic expansion for <functional>
|
| /trueos/lib/libcom_err/doc/ |
| HD | com_err.texinfo | 360 which may be used by higher-level variadic functions (functions which
|
| /trueos/contrib/gcc/doc/ |
| HD | cpp.texi | 1629 @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/ |
| HD | RewriteObjC.cpp | 489 bool variadic = false) { in getSimpleFunctionType() argument 493 fpi.Variadic = variadic; in getSimpleFunctionType()
|
| HD | RewriteModernObjC.cpp | 589 bool variadic = false) { in getSimpleFunctionType() argument 593 fpi.Variadic = variadic; in getSimpleFunctionType()
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | ARMScheduleA9.td | 2214 // tuple, unlike LDM. So the number of write operands is not variadic.
|
12