Home
last modified time | relevance | path

Searched defs:c_comment (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/lex/
Dlexertl5.cpp45 token_def c_comment ("{CCOMMENT}", CCOMMENT); in main() local
50 (c_comment)(cpp_comment) in main() local
77 token_def c_comment ("{CCOMMENT}", CCOMMENT); in main() local
83 (c_comment)(cpp_comment) in main() local
Dlexertl4.cpp26 token_def c_comment ("\\/\\*[^*]*\\*+([^/*][^*]*\\*+)*\\/", CCOMMENT); in main() local
43 (c_comment)(cpp_comment) in main() local
66 (c_comment)(cpp_comment) in main() local
Dlexertl2.cpp31 token_def c_comment, cpp_comment; member
52 token_def c_comment, cpp_comment; member
Dlexertl3.cpp22 token_def c_comment ("\\/\\*[^*]*\\*+([^/*][^*]*\\*+)*\\/", CCOMMENT); in main() local
Dlexertl1.cpp25 token_def c_comment ("\\/\\*[^*]*\\*+([^/*][^*]*\\*+)*\\/", CCOMMENT); in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/repository/test/qi/
Dconfix.cpp53 confix_spec_traits<std::string>::type const c_comment = confix_spec("/*", "*/"); variable