Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/isle/veri/veri_ir/src/
H A Dannotation_ir.rs46 pub struct TermAnnotation { struct
56 impl TermAnnotation { argument
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/
H A Dannotations.rs33 pub fn get_annotation_for_term(&self, term_id: &TermId) -> Option<TermAnnotation> { in get_annotation_for_term()