Skip to main content

collect_funcall_ids

Function collect_funcall_ids 

Source
pub fn collect_funcall_ids(e: &Expr, out: &mut BTreeSet<usize>)
Expand description

Walk an Expr and collect every funcall id it references (including through CSEs). Used to build an ExternalResolver covering exactly the functions a problem actually uses.