Lines Matching refs:bind_symbol
710 bind_symbol(sym, token->ident, NS_LABEL);
735 bind_symbol(sym, token->ident, NS_STRUCT);
950 bind_symbol(sym, token->ident, NS_SYMBOL);
2120 bind_symbol(cont, &continue_ident, NS_ITERATOR);
2122 bind_symbol(brk, &break_ident, NS_ITERATOR);
2146 bind_symbol(ret, &return_ident, NS_ITERATOR);
2180 bind_symbol(brk, &break_ident, NS_ITERATOR);
2183 bind_symbol(switch_case, &case_ident, NS_ITERATOR);
2733 bind_symbol(sym, sym->ident, NS_SYMBOL);
2938 bind_symbol(decl, ident, is_typedef ? NS_TYPEDEF: NS_SYMBOL);
3056 bind_symbol(decl, ident, is_typedef ? NS_TYPEDEF: NS_SYMBOL);