Home
last modified time | relevance | path

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

/third_party/boost/libs/proto/test/
Dmem_ptr.cpp176 int const &s_x2 = evaluator()(test1(spc)); in test_ptrs_transform() local
177 BOOST_CHECK_EQUAL(&spc->x, &s_x2); in test_ptrs_transform()
224 int const &s_x2 = proto::eval(test1(spc), ctx); in test_ptrs_context() local
225 BOOST_CHECK_EQUAL(&spc->x, &s_x2); in test_ptrs_context()