Home
last modified time | relevance | path

Searched refs:expr_arity (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/yap/
Dalgorithm.hpp152 constexpr detail::expr_arity arity = detail::arity_of<kind>(); in operator ()()
157 arity == detail::expr_arity::one), in operator ()()
190 constexpr expr_arity arity = arity_of<kind>(); in value_impl()
196 (!ValueOfTerminalsOnly && arity == expr_arity::one)) { in value_impl()
346 detail::arity_of<kind>() == detail::expr_arity::two, in left()
365 detail::arity_of<kind>() == detail::expr_arity::two, in right()
437 detail::arity_of<kind>() == detail::expr_arity::n, in callable()
456 detail::arity_of<kind>() == detail::expr_arity::n, in argument()
484 constexpr detail::expr_arity arity = detail::arity_of<Kind>(); in make_expression()
486 (arity == detail::expr_arity::one && sizeof...(T) == 1) || in make_expression()
[all …]
/third_party/boost/boost/yap/detail/
Dalgorithm.hpp526 enum class expr_arity { invalid, one, two, three, n }; enum
529 constexpr expr_arity arity_of() in arity_of()
547 return expr_arity::one; in arity_of()
582 return expr_arity::two; in arity_of()
586 return expr_arity::three; in arity_of()
590 return expr_arity::n; in arity_of()
592 default: return expr_arity::invalid; in arity_of()
Dtransform.hpp256 expr_arity Arity,
424 expr_arity Arity,
449 expr_arity::one,
469 expr_arity::two,
491 expr_arity::three,
542 expr_arity::n,