Home
last modified time | relevance | path

Searched refs:is_bool (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dnumeric_traits.hpp24 struct is_bool : mpl::false_ {}; struct
27 struct is_bool<T const> : is_bool<T> {}; struct
30 struct is_bool<bool> : mpl::true_ {}; struct
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dconfig.c389 static int perf_config_bool_or_int(const char *name, const char *value, int *is_bool) in perf_config_bool_or_int() argument
393 *is_bool = 1; in perf_config_bool_or_int()
402 *is_bool = 0; in perf_config_bool_or_int()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dprinters.py443 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL
448 self.is_bool)
454 if self.is_bool:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dprinters.py443 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL
448 self.is_bool)
454 if self.is_bool: