| /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 D | master.hpp | 29 # 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 D | aliases_def.hpp | 14 #define variadic BOOST_FT_variadic macro
|
| H A D | aliases_undef.hpp | 14 #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 D | and.hpp | 14 #error fusion::detail::and_ requires variadic templates
|
| /OK3568_Linux_fs/u-boot/board/intel/edison/ |
| H A D | config.mk | 18 HOSTCFLAGS_autoconf.mk.dep = -Wno-variadic-macros
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/ |
| H A D | clang.mk | 26 -Wno-gnu-zero-variadic-macro-arguments
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/mk/ |
| H A D | clang.mk | 26 -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 D | preprocessed.hpp | 14 typedef detail::property_tag<0x00000100,0x00000300> variadic; typedef
|
| H A D | master.hpp | 26 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 D | cif-code.def | 98 /* Caller is variadic thunk. */ 100 N_("variadic thunk call"))
|
| H A D | cpplib.h | 794 unsigned int variadic : 1; member
|
| /OK3568_Linux_fs/buildroot/package/nginx/ |
| H A D | 0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch | 42 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 D | cif-code.def | 98 /* Caller is variadic thunk. */ 100 N_("variadic thunk call"))
|
| H A D | cpplib.h | 794 unsigned int variadic : 1; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
| H A D | disable-Wvarargs-with-clang.patch | 9 be to not pass enum to the function with variadic arguments
|
| /OK3568_Linux_fs/buildroot/package/apache/ |
| H A D | 0001-cross-compile.patch | 37 dnl Try to get c99 support for variadic macros
|
| /OK3568_Linux_fs/buildroot/package/fakeroot/ |
| H A D | 0001-fix-prototype-generation.patch | 10 it's that ppc64le uses the elfv2 abi, and for variadic calls you
|
| /OK3568_Linux_fs/external/xserver/doc/ |
| H A D | c-extensions | 33 * 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_03 | 14 // 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_03 | 14 // 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 D | cp-tree.def | 201 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 D | cp-tree.def | 201 scope. In a variadic using-declaration, this is a TYPE_PACK_EXPANSION.
|
| /OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/ |
| H A D | 0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch | 270 + * 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 D | libc.info-13 | 6178 "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 D | libc.info-13 | 6178 "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 …]
|