Searched refs:CCOMMENT (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/spirit/test/lex/ |
D | lexertl1.cpp | 23 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()
|
D | lexertl2.cpp | 20 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()
|
D | lexertl5.cpp | 21 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()
|
D | lexertl3.cpp | 20 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()
|
D | lexertl4.cpp | 20 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/ |
D | cpp_slex_lexer.hpp | 127 #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/ |
D | xlex_lexer.hpp | 129 #define CCOMMENT Q("/") Q("*") ".*?" Q("*") Q("/") macro 131 #define PPSPACE "(" BLANK OR CCOMMENT ")*" 186 TOKEN_DATA(T_CCOMMENT, CCOMMENT), 404 #undef CCOMMENT
|