Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrCall.td29 // 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-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRCallingConv.td29 // Calling convention for variadic functions.
/freebsd-13.1/contrib/lib9p/
H A DGNUmakefile16 WFLAGS += -Wno-gnu-zero-variadic-macro-arguments
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td369 "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro">;
373 "__VA_OPT__ can only appear in the expansion of a variadic macro">,
388 def ext_variadic_macro : Extension<"variadic macros are a C99 feature">,
391 "variadic macros are incompatible with C++98">,
394 "named variadic macros are a GNU extension">, InGroup<VariadicMacros>;
401 "must specify at least one argument for '...' parameter of variadic macro">,
412 "variadic macros are a Clang extension in OpenCL">;
H A DDiagnosticASTKinds.td497 "%select{class|instance}0 method %1 is variadic in one translation unit "
498 "and not variadic in another">;
500 "%select{class|instance}0 method %1 is variadic in one translation unit "
501 "and not variadic in another">,
H A DDiagnosticCommonKinds.td85 "variadic templates are a C++11 extension">, InGroup<CXX11>;
87 Warning<"variadic templates are incompatible with C++98">,
H A DDiagnosticSemaKinds.td1199 "conflicting variadic declaration of method and its "
1204 "conflicting variadic declaration of method and its "
2924 "%0 attribute may not be used with variadic functions">;
3031 "format attribute requires variadic function">;
3048 "'callback' attribute callee may not be variadic">;
3456 "|on variadic function"
3468 "variadic function cannot use %0 calling convention">;
8392 "CUDA device code does not support variadic functions">;
8470 "passing object of class type %0 through variadic "
9004 "conversion function cannot be variadic">;
[all …]
/freebsd-13.1/sys/contrib/zstd/zlibWrapper/
H A DMakefile25 STDFLAGS = -std=c89 -pedantic -Wno-long-long -Wno-variadic-macros -Wc++-compat \
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.def32 // 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-13.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.
1236 :param vap: variadic arguments
1262 :param vap: variadic arguments
1279 variadic-ized parameter to the signature, respectively.
1284 a variadic-ized parameter to the signature, respectively. The
/freebsd-13.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-13.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
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td303 def : Property<"variadic", Bool> {
334 epi.Variadic = variadic;
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfunctional484 POLICY: For non-variadic implementations, the number of arguments is limited
485 to 3. It is hoped that the need for non-variadic implementations
/freebsd-13.1/contrib/googletest/googletest/docs/
H A DPumpManual.md12 Variadic templates and variadic macros can alleviate the problem.
/freebsd-13.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-13.1/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlibzfsbootenv.abi46 <type-decl name='variadic parameter type' id='2c1145c5'/>
295 <parameter is-variadic='yes'/>
301 <parameter is-variadic='yes'/>
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def80 /// DBG_VALUE - a mapping of the llvm.dbg.value intrinsic with a variadic
95 /// REG_SEQUENCE - This variadic instruction is used to form a register that
/freebsd-13.1/contrib/ncurses/
H A DTO-DO89 interface for handling variadic argument lists (and are deprecated by X/Open
/freebsd-13.1/sys/contrib/openzfs/lib/libuutil/
H A Dlibuutil.abi274 <parameter is-variadic='yes'/>
1076 <parameter is-variadic='yes'/>
1114 <type-decl name='variadic parameter type' id='2c1145c5'/>
1151 <parameter is-variadic='yes'/>
1416 <parameter is-variadic='yes'/>
1775 <parameter is-variadic='yes'/>
1795 <parameter is-variadic='yes'/>
2151 <parameter is-variadic='yes'/>
2191 <parameter is-variadic='yes'/>
2201 <parameter is-variadic='yes'/>
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td388 // SchedReadWrite is mapped in place to the instruction's variadic
391 // the Variant is distributed over the variadic operands.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrFormats.td262 // superfluous moves. Another approach is to use reg-variadic encoding which will
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM7.td240 // time for STM cannot be overridden because it is a variadic source operand.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrControl.td19 // The X86retflag return instructions are variadic because we may add ST0 and

12