Searched defs:variant_which (Results 1 – 5 of 5) sorted by relevance
97 struct variant_which<expression_ast> struct99 static int call(expression_ast const& v) in call()
99 struct variant_which<expression_ast> struct101 static int call(expression_ast const& v) in call()
72 struct variant_which<utree> struct74 static int call(utree const& u) { return u.which(); } in call()78 struct variant_which<utree::list_type> struct80 static int call(utree::list_type const& u) { return u.which(); } in call()
392 struct variant_which<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct394 static int call(boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> const& v) in call()