Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_builtin_macros/src/
Dasm.rs519 let template_num_lines = 1 + template_str.matches('\n').count(); in expand_preparsed_asm() localVariable
667 let template_num_lines = 1 + template_str.matches('\n').count(); in expand_preparsed_asm() localVariable