Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/test/lex/
Dlexertl1.cpp23 std::size_t const CCOMMENT = 1; in main() local
25 token_def c_comment ("\\/\\*[^*]*\\*+([^/*][^*]*\\*+)*\\/", CCOMMENT); in main()
42 BOOST_TEST(test (lex, "/* this is a comment */", CCOMMENT)); in main()
52 BOOST_TEST(test (lex, "/* this is a comment */", CCOMMENT)); in main()
63 BOOST_TEST(test (lex, "/* this is a comment */", CCOMMENT)); in main()
83 BOOST_TEST(test (lex, "/* this is a comment */", CCOMMENT)); in main()
93 BOOST_TEST(test (lex, "/* this is a comment */", CCOMMENT)); in main()
104 BOOST_TEST(test (lex, "/* this is a comment */", CCOMMENT)); in main()
Dlexertl2.cpp20 static std::size_t const CCOMMENT = 1; member
24 : c_comment("\\/\\*[^*]*\\*+([^/*][^*]*\\*+)*\\/", CCOMMENT) in lexertl_test()
41 static std::size_t const CCOMMENT = 1; member
45 : c_comment(L"\\/\\*[^*]*\\*+([^/*][^*]*\\*+)*\\/", CCOMMENT) in wlexertl_test()
72 BOOST_TEST(test (lex, "/* this is a comment */", lexer_def::CCOMMENT)); in main()
85 BOOST_TEST(test (lex, L"/* this is a comment */", lexer_def::CCOMMENT)); in main()
Dlexertl5.cpp21 std::size_t const CCOMMENT = 1; in main() local
45 token_def c_comment ("{CCOMMENT}", CCOMMENT); in main()
58 BOOST_TEST(test (lex, "/* this is a comment */", CCOMMENT)); in main()
77 token_def c_comment ("{CCOMMENT}", CCOMMENT); in main()
95 BOOST_TEST(test (lex, "/* this is a comment */", CCOMMENT)); in main()
Dlexertl3.cpp20 std::size_t const CCOMMENT = 1; in main() local
22 token_def c_comment ("\\/\\*[^*]*\\*+([^/*][^*]*\\*+)*\\/", CCOMMENT); in main()
41 BOOST_TEST(test (lex, "/* this is a comment */", CCOMMENT)); in main()
59 BOOST_TEST(test (lex, "/* this is a comment */", CCOMMENT)); in main()
Dlexertl4.cpp20 std::size_t const CCOMMENT = 1; in main() local
26 token_def c_comment ("\\/\\*[^*]*\\*+([^/*][^*]*\\*+)*\\/", CCOMMENT); in main()
51 BOOST_TEST(test (lex, "/* this is a comment */", CCOMMENT)); in main()
78 BOOST_TEST(test (lex, "/* this is a comment */", CCOMMENT)); in main()
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dcpp_slex_lexer.hpp127 #define CCOMMENT \ macro
130 #define PPSPACE "(" BLANK OR CCOMMENT ")*"
372 TOKEN_DATA(CCOMMENT, CCOMMENT),
470 #undef CCOMMENT
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp129 #define CCOMMENT Q("/") Q("*") ".*?" Q("*") Q("/") macro
131 #define PPSPACE "(" BLANK OR CCOMMENT ")*"
186 TOKEN_DATA(T_CCOMMENT, CCOMMENT),
404 #undef CCOMMENT