Searched refs:is_function_pass_t (Results 1 – 1 of 1) sorted by relevance
157 using is_function_pass_t = decltype(std::declval<PassT &>().run( variable179 static_assert((is_detected<is_function_pass_t, PassT>::value || in operator()189 if constexpr (is_detected<is_function_pass_t, PassT>::value) { in operator()