Searched defs:c_comment (Results 1 – 6 of 6) sorted by relevance
45 token_def c_comment ("{CCOMMENT}", CCOMMENT); in main() local50 (c_comment)(cpp_comment) in main() local77 token_def c_comment ("{CCOMMENT}", CCOMMENT); in main() local83 (c_comment)(cpp_comment) in main() local
26 token_def c_comment ("\\/\\*[^*]*\\*+([^/*][^*]*\\*+)*\\/", CCOMMENT); in main() local43 (c_comment)(cpp_comment) in main() local66 (c_comment)(cpp_comment) in main() local
31 token_def c_comment, cpp_comment; member52 token_def c_comment, cpp_comment; member
22 token_def c_comment ("\\/\\*[^*]*\\*+([^/*][^*]*\\*+)*\\/", CCOMMENT); in main() local
25 token_def c_comment ("\\/\\*[^*]*\\*+([^/*][^*]*\\*+)*\\/", CCOMMENT); in main() local
53 confix_spec_traits<std::string>::type const c_comment = confix_spec("/*", "*/"); variable