Lines Matching refs:wi
128 struct walk_stmt_info *wi = (struct walk_stmt_info *) data;
144 gcall *call = dyn_cast <gcall *> (gsi_stmt (wi->gsi));
164 error_at (gimple_location (wi->stmt), "function pointers "
176 error_at (gimple_location (wi->stmt),
193 struct walk_stmt_info wi;
198 memset (&wi, 0, sizeof (wi));
199 wi.info = NULL;
200 wi.want_locations = true;
203 walk_gimple_seq (body, NULL, check_op_callback, &wi);