Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/pp_retag_default_cc/
H A Dmaster.hpp29 # define BOOST_PP_VALUE non_member|member|non_variadic|variadic
65 # define BOOST_PP_VALUE default_cc_|non_member|variadic
75 # define BOOST_PP_VALUE default_cc_|member|variadic
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/encoding/
H A Daliases_def.hpp14 #define variadic BOOST_FT_variadic macro
H A Daliases_undef.hpp14 #undef variadic
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/
H A Dand.hpp14 #error fusion::detail::and_ requires variadic templates
/OK3568_Linux_fs/u-boot/board/intel/edison/
H A Dconfig.mk18 HOSTCFLAGS_autoconf.mk.dep = -Wno-variadic-macros
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/
H A Dclang.mk26 -Wno-gnu-zero-variadic-macro-arguments
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/mk/
H A Dclang.mk26 -Wno-gnu-zero-variadic-macro-arguments
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/pp_tags/
H A Dpreprocessed.hpp14 typedef detail::property_tag<0x00000100,0x00000300> variadic; typedef
H A Dmaster.hpp26 typedef detail::property_tag<BOOST_FT_variadic,BOOST_FT_variadic_mask> variadic; typedef
/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 Dcif-code.def98 /* Caller is variadic thunk. */
100 N_("variadic thunk call"))
H A Dcpplib.h794 unsigned int variadic : 1; member
/OK3568_Linux_fs/buildroot/package/nginx/
H A D0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch42 ngx_feature="C99 variadic macros"
50 ngx_feature="gcc variadic macros"
/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 Dcif-code.def98 /* Caller is variadic thunk. */
100 N_("variadic thunk call"))
H A Dcpplib.h794 unsigned int variadic : 1; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A Ddisable-Wvarargs-with-clang.patch9 be to not pass enum to the function with variadic arguments
/OK3568_Linux_fs/buildroot/package/apache/
H A D0001-cross-compile.patch37 dnl Try to get c99 support for variadic macros
/OK3568_Linux_fs/buildroot/package/fakeroot/
H A D0001-fix-prototype-generation.patch10 it's that ppc64le uses the elfv2 abi, and for variadic calls you
/OK3568_Linux_fs/external/xserver/doc/
H A Dc-extensions33 * variadic macros: macros with a variable number of arguments, e.g.:
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__functional_base_0314 // manual variadic expansion for <functional>
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__functional_base_0314 // manual variadic expansion for <functional>
/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/cp/
H A Dcp-tree.def201 scope. In a variadic using-declaration, this is a TYPE_PACK_EXPANSION.
/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/cp/
H A Dcp-tree.def201 scope. In a variadic using-declaration, this is a TYPE_PACK_EXPANSION.
/OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/
H A D0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch270 + * optional (default 0), so we use a variadic macro to make the
/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
6183 This section describes how to declare variadic functions, how to
6194 * How Variadic:: How to define and call variadic functions.
6226 These are good reasons to define a "variadic" function which can
6231 these functions to be defined as variadic; in practice, however, the GNU
6234 _declare_ the function as variadic (or not declare its arguments at
6243 Defining and using a variadic function involves three steps:
6245 • _Define_ the function as variadic, using an ellipsis (‘…’) in the
6249 • _Declare_ the function as variadic, using a prototype with an
6365 calling convention for each variadic function, and write all calls
[all …]
/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
6183 This section describes how to declare variadic functions, how to
6194 * How Variadic:: How to define and call variadic functions.
6226 These are good reasons to define a "variadic" function which can
6231 these functions to be defined as variadic; in practice, however, the GNU
6234 _declare_ the function as variadic (or not declare its arguments at
6243 Defining and using a variadic function involves three steps:
6245 • _Define_ the function as variadic, using an ellipsis (‘…’) in the
6249 • _Declare_ the function as variadic, using a prototype with an
6365 calling convention for each variadic function, and write all calls
[all …]

12