Searched refs:TOKEN_NAME (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dkvx-parse.c427 TOKEN_NAME (new_class_id)))))
432 TOKEN_NAME (new_class_id)))))))
540 TOKEN_NAME (class[cur].class_id)))))
545 TOKEN_NAME (class[cur].class_id)))))))
550 // token->val = (uintptr_t) !kvx_get_pseudo_func2 (exp.X_op_symbol, str_hash_find (env.reloc_hash, TOKEN_NAME (class[cur].class_id)));
645 pos += sprintf (buf + pos, "%s%s", comma ? ", " : "", TOKEN_NAME (rules[i].steering));
676 cur->tok, cur->val, TOKEN_NAME (cur->class_id), cur->loc);
781 jump_target, TOKEN_NAME (CLASS_ID (tok)), CLASS_ID (tok));
789 cur_rule[i].steering, TOKEN_NAME (cur_rule[i].steering),
798 printf_debug (1, "successfully ignored: %s\n", TOKEN_NAME (jump_targe
[all...]
H A Dtc-kvx.h42 #define TOKEN_NAME(tok) \ macro
H A Dtc-kvx.c970 const char *type_name = TOKEN_NAME (type);
1529 const char *reloc_name = TOKEN_NAME (op->format[i]->type);
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Dexpr.c131 #define TOKEN_NAME(n) \ macro
452 TRACE (printf ("another operator maybe: %s\n", TOKEN_NAME(p->token)));
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name) macro
3306 spelling = TOKEN_NAME (token);
3332 "unspellable token %s", TOKEN_NAME (token));
3385 spelling = TOKEN_NAME (token);
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name) macro
4146 spelling = TOKEN_NAME (token);
4172 "unspellable token %s", TOKEN_NAME (token));
4225 spelling = TOKEN_NAME (token);

Completed in 208 milliseconds