Lines Matching refs:target
45 #include "target.h"
2165 * exactly like the iterator break - it's the target
2203 struct symbol *target = lookup_symbol(&case_ident, NS_ITERATOR);
2206 if (!target) {
2212 add_symbol(&target->symbol_list, sym);
2220 struct symbol *target = lookup_symbol(&return_ident, NS_ITERATOR);
2222 if (!target)
2223 error_die(token->pos, "internal error: return without a function target");
2225 stmt->ret_target = target;
2350 struct symbol *target = lookup_symbol(token->ident, NS_ITERATOR);
2352 stmt->goto_label = target;
2353 if (!target)