Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_mir_dataflow/src/
Dvalue_analysis.rs317 pub struct ValueAnalysisWrapper<T>(pub T); struct
319 impl<'tcx, T: ValueAnalysis<'tcx>> AnalysisDomain<'tcx> for ValueAnalysisWrapper<T> { implementation
341 impl<'tcx, T> Analysis<'tcx> for ValueAnalysisWrapper<T> implementation