Searched refs:s_x (Results 1 – 2 of 2) sorted by relevance
101 int const &s_x = evaluator()(test1(rcs)); in test_refs_transform() local102 BOOST_CHECK_EQUAL(&s.x, &s_x); in test_refs_transform()129 int const &s_x = proto::eval(test1(rcs), ctx); in test_refs_context() local130 BOOST_CHECK_EQUAL(&s.x, &s_x); in test_refs_context()
162 int s_x = 0; in number_of_successors() local166 ++s_x; in number_of_successors()167 return s_x; in number_of_successors()