Searched refs:is_bool (Results 1 – 4 of 4) sorted by relevance
24 struct is_bool : mpl::false_ {}; struct27 struct is_bool<T const> : is_bool<T> {}; struct30 struct is_bool<bool> : mpl::true_ {}; struct
389 static int perf_config_bool_or_int(const char *name, const char *value, int *is_bool) in perf_config_bool_or_int() argument393 *is_bool = 1; in perf_config_bool_or_int()402 *is_bool = 0; in perf_config_bool_or_int()
443 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL448 self.is_bool)454 if self.is_bool: