Home
last modified time | relevance | path

Searched refs:is_function (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/ftl/
Dfunction.h147 struct is_function : public std::false_type {}; struct
150 struct is_function<Function<F, N>> : public std::true_type {};
153 constexpr bool is_function_v = is_function<T>::value;
/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc1892 bool is_function = *t == 'F'; in parse_type() local
1898 if (is_function) in parse_type()
1903 if (is_function) in parse_type()