Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/isle/isle/tests/
H A Drun_tests.rs90 let original = parser::parse_without_pos(lexer).unwrap(); in run_print()
101 let round_trip = parser::parse_without_pos(lexer).unwrap(); in run_print()
/wasmtime-44.0.1/cranelift/isle/isle/src/
H A Dparser.rs17 pub fn parse_without_pos(lexer: Lexer) -> Result<Vec<Def>> { in parse_without_pos() function