Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/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.
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/tests/
H A DCMakeLists.txt17 # Suppress warnings for gmock variadic macros for clang and gcc respectively.
18 append_list_if(SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG -Wno-gnu-zero-variadic-macro-argumen…
19 append_list_if(COMPILER_RT_HAS_WVARIADIC_MACROS_FLAG -Wno-variadic-macros MEMPROF_UNITTEST_CFLAGS)
/openbsd-src/gnu/llvm/clang/docs/analyzer/user-docs/
H A DTaintAnalysisConfiguration.rst151 It is used in conjunction with `VariadicIndex` to specify arguments inside a variadic argument.
152 …The value of ``Src`` will treat every call site argument that is part of a variadic argument list …
153 …The value of ``Dst`` will treat every call site argument that is part of a variadic argument list …
154 …are part of a variadic argument list (this option is redundant but can be used to temporarily swit…
155 …n the range of ``[0..int_max]``. It indicates the starting index of the variadic argument in the s…
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpp-id-data.h68 unsigned int variadic : 1; member
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppmacro.c542 if (argc + 1 == macro->paramc && macro->variadic)
632 && ! (macro->variadic && argc == macro->paramc))
686 if (macro->variadic && (argc < macro->paramc
881 && macro->variadic
1270 || macro1->variadic != macro2->variadic)
1383 macro->variadic = 1;
1558 macro->variadic = 0;
1745 else if (macro->variadic)
H A Dcpphash.h99 unsigned int variadic : 1; member
/openbsd-src/gnu/gcc/libcpp/
H A Dmacro.c534 if (argc + 1 == macro->paramc && macro->variadic) in _cpp_arguments_ok()
622 && ! (macro->variadic && argc == macro->paramc)) in collect_args()
676 if (macro->variadic && (argc < macro->paramc in collect_args()
863 && macro->variadic in replace_args()
1237 || macro1->variadic != macro2->variadic) in warn_of_redefinition()
1356 macro->variadic = 1; in parse_params()
1582 macro->variadic = 0; in _cpp_create_definition()
1775 else if (macro->variadic) in cpp_macro_definition()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRCallingConv.td28 // Calling convention for variadic functions.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td412 "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro">;
416 "__VA_OPT__ can only appear in the expansion of a variadic macro">,
431 def ext_variadic_macro : Extension<"variadic macros are a C99 feature">,
434 "variadic macros are incompatible with C++98">,
437 "named variadic macros are a GNU extension">, InGroup<VariadicMacros>;
444 "must specify at least one argument for '...' parameter of variadic macro">,
447 "passing no argument for the '...' parameter of a variadic macro is "
459 "variadic macros are a Clang extension in OpenCL">;
H A DDiagnosticCommonKinds.td85 "variadic templates are a C++11 extension">, InGroup<CXX11>;
87 Warning<"variadic templates are incompatible with C++98">,
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DCMakeLists.txt67 check_cxx_compiler_flag("-Wno-gnu-zero-variadic-macro-arguments"
70 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-gnu-zero-variadic-macro-arguments")
/openbsd-src/gnu/gcc/libcpp/po/
H A Dca.po685 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
686 msgstr "__VA_ARGS__ solament pot apar�ixer en l'expansi� d'una macro variadic C99"
807 msgid "anonymous variadic macros were introduced in C99"
808 msgstr "els macros variadic an�nims es van introduir en C99"
811 msgid "ISO C does not permit named variadic macros"
812 msgstr "ISO C no permet macros variadic nomenats"
H A Dcpplib.pot695 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
817 msgid "anonymous variadic macros were introduced in C99"
821 msgid "ISO C does not permit named variadic macros"
H A Dzh_CN.po681 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
802 msgid "anonymous variadic macros were introduced in C99"
806 msgid "ISO C does not permit named variadic macros"
H A Dzh_TW.po683 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
805 msgid "anonymous variadic macros were introduced in C99"
809 msgid "ISO C does not permit named variadic macros"
H A Dnl.po699 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
823 msgid "anonymous variadic macros were introduced in C99"
826 # variadic? " met variabele argumentenlijst" is nogal lang...
828 msgid "ISO C does not permit named variadic macros"
/openbsd-src/gnu/llvm/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.
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A DCMakeLists.txt44 -Wno-gnu-zero-variadic-macro-arguments
/openbsd-src/gnu/llvm/clang/
H A DNOTES.txt98 - the constructor signature is not variadic, and
/openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy-abi89 One implementation of this is if a variadic function first
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A DCMakeLists.txt73 -Wno-gnu-zero-variadic-macro-arguments
/openbsd-src/gnu/gcc/gcc/config/stormy16/
H A Dstormy-abi89 One implementation of this is if a variadic function first
/openbsd-src/gnu/llvm/clang/docs/
H A DLibASTMatchers.rst105 ``VariadicDynCastAllOfMatchers`` are callable classes that model variadic
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td303 def : Property<"variadic", Bool> {
334 epi.Variadic = variadic;
/openbsd-src/gnu/llvm/libcxx/include/
H A Dfunctional497 POLICY: For non-variadic implementations, the number of arguments is limited
498 to 3. It is hoped that the need for non-variadic implementations

12345