Searched defs:is_bool (Results 1 – 2 of 2) 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()