Searched defs:ValueAnalysisWrapper (Results 1 – 1 of 1) sorted by relevance
317 pub struct ValueAnalysisWrapper<T>(pub T); struct319 impl<'tcx, T: ValueAnalysis<'tcx>> AnalysisDomain<'tcx> for ValueAnalysisWrapper<T> { implementation341 impl<'tcx, T> Analysis<'tcx> for ValueAnalysisWrapper<T> implementation