Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/srcgen/src/
H A Dlib.rs79 pub fn comment_token(&self) -> &'static str { in comment_token() method
145 let comment_token = self.lang.comment_token(); in line_with_location() localVariable
167 self.line(format!("{} {}", self.lang.comment_token(), s.as_ref())); in comment()