Home
last modified time | relevance | path

Searched refs:varargs (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcompound_expression.cpp640 …define("filter-in", [](const EvaluationContext& params, const Varargs<Value>& varargs) -> Result<b… in initializeDefinitions() argument
641 if (varargs.size() < 2) return false; in initializeDefinitions()
642 assert(varargs[0].is<std::string>()); in initializeDefinitions()
643 auto value = featurePropertyAsExpressionValue(params, varargs[0].get<std::string>()); in initializeDefinitions()
644 … return value ? std::find(varargs.begin() + 1, varargs.end(), *value) != varargs.end() : false; in initializeDefinitions()
703 [&](const VarargsType& varargs) { in createCompoundExpression() argument
704 std::string overload = "(" + toString(varargs.type) + ")"; in createCompoundExpression()
782 [](const VarargsType& varargs) { return varargs.type; }, in parseCompoundExpression() argument
/OK3568_Linux_fs/buildroot/package/libglib2/
H A D0002-remove-cpp-requirement.patch29 /* gcc-2.95.x supports both gnu style and ISO varargs, but if -ansi
58 - }''', name : 'ISO C99 varargs macros in C++')
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-varargs.patch6 --- rdist-6.1.5/config/os-linux.h.varargs 2003-06-17 17:52:33.000000000 +0200
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/
H A Drdist_6.1.5.bb20 file://rdist-6.1.5-varargs.patch \
/OK3568_Linux_fs/u-boot/cmd/
H A Dnvedit.c410 char *varargs; in env_update_filter() local
424 varargs = env_get(varname); in env_update_filter()
425 if (!varargs) { in env_update_filter()
433 a_string_tok = strdup(varargs); in env_update_filter()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A Ddisable-Wvarargs-with-clang.patch39 + WARNING_CFLAGS += -Qunused-arguments -Wno-error=varargs
/OK3568_Linux_fs/buildroot/package/liblog4c-localtime/
H A D0003-Fix-debug-mode-build-with-uClibc.patch30 stdlib.h string.h sys/time.h syslog.h unistd.h stdarg.h varargs.h getopt.h \
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Ds390dbf.rst174 /* format string pointer + 2 varargs (= 3 * sizeof(long)) */
306 string plus two varargs one would need to allocate a (3 * sizeof(long))
/OK3568_Linux_fs/kernel/Documentation/kernel-hacking/
H A Dhacking.rst688 - Macro varargs
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst724 - Macro varargs
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191214.patch.gz1# ncurses 6.1 - patch 20191214 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190630.patch.gz1# ncurses 6.1 - patch 20190630 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20200104.patch.gz1# ncurses 6.1 - patch 20200104 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190907.patch.gz1# ncurses 6.1 - patch 20190907 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Db-header-vars1 USER_H=float.h iso646.h stdarg.h stdbool.h stddef.h varargs.h stdfix.h stdnoreturn.h stdalign.h std…
H A Dtarget.def663 not support varargs.",
4595 use the standard implementation of varargs that works for machines that\n\
4697 is set for varargs and stdarg functions. If this hook returns\n\
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Db-header-vars1 USER_H=float.h iso646.h stdarg.h stdbool.h stddef.h varargs.h stdfix.h stdnoreturn.h stdalign.h std…
H A Dtarget.def663 not support varargs.",
4595 use the standard implementation of varargs that works for machines that\n\
4697 is set for varargs and stdarg functions. If this hook returns\n\
/OK3568_Linux_fs/external/xserver/
H A Dconfigure5765 // Check varargs macros. These examples are taken from C99 6.10.3.5.
5819 // Check varargs and va_copy.
5865 // Check varargs.
H A DChangeLog10955 x86emu: Teach the debug code about varargs
10961 To fix this, rewrite the printf code to actually use varargs and the
73267 Merge branch 'sigsafe-logging-varargs'
73460 [whot: edited to use varargs, squashed commit below]
79481 varargs code for some reason, so do it ourselves.
80797 Previous declaration required the use of a message + printf varargs. We
81207 xf86 parser: convert Error to a varargs macro to clear gcc format warnings
81728 __BUG_WARN_MSG is a simple helper to enable call with and without varargs. I
106389 xf86VIDrvMsgVerb() - same as xf86IDrvMsgVerb() but takes a varargs
156808 * The XaceHook function uses varargs to reassemble the final dispatch arguments again
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info30940 * Varargs:: Defining the varargs macros.
35583 not support varargs.
35818 GCC comes with an implementation of '<varargs.h>' and '<stdarg.h>' that
35820 machines require their own implementations of varargs, and the two
35823 ISO '<stdarg.h>' differs from traditional '<varargs.h>' mainly in the
35836 so that the varargs mechanism can access them. Both ISO and
35874 These machine description macros help implement varargs:
35891 you can use the standard implementation of varargs that works for
35926 is set for varargs and stdarg functions. If this hook returns
39883 FILE. The varargs input pointer is ARGPTR and the rest of the
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info30940 * Varargs:: Defining the varargs macros.
35583 not support varargs.
35818 GCC comes with an implementation of '<varargs.h>' and '<stdarg.h>' that
35820 machines require their own implementations of varargs, and the two
35823 ISO '<stdarg.h>' differs from traditional '<varargs.h>' mainly in the
35836 so that the varargs mechanism can access them. Both ISO and
35874 These machine description macros help implement varargs:
35891 you can use the standard implementation of varargs that works for
35926 is set for varargs and stdarg functions. If this hook returns
39883 FILE. The varargs input pointer is ARGPTR and the rest of the
[all …]
H A Dgcc.info712 -Wno-varargs -Wvariadic-macros
7384 '-Wno-varargs'
64188 * Wno-varargs: Warning Options. (line 2864)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-136178 "varargs functions" or "variadic functions".) However, the language
6188 arguments, using ‘varargs.h’.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-136178 "varargs functions" or "variadic functions".) However, the language
6188 arguments, using ‘varargs.h’.

12