Searched refs:is_function (Results 1 – 2 of 2) sorted by relevance
147 struct is_function : public std::false_type {}; struct150 struct is_function<Function<F, N>> : public std::true_type {};153 constexpr bool is_function_v = is_function<T>::value;
1892 bool is_function = *t == 'F'; in parse_type() local1898 if (is_function) in parse_type()1903 if (is_function) in parse_type()