Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/test/qi/
Dterminal_ex.cpp357 #define LP4 ops(val(1), val(2), val(3)) in main() macro
358 check_type_3<value<int>::type, value<int>::type, value<int>::type>(LP4); in main()
359 BOOST_TEST(test_attr("+--***/", LP4 >> '/', c) && c == 6); in main()