Home
last modified time | relevance | path

Searched refs:GAS_IDENT (Results 1 – 2 of 2) sorted by relevance

/dports/lang/nwcc/nwcc_0.8.3/
H A Dinlineasm.c94 (type == GAS_DOTIDENT || type == GAS_IDENT || \
114 case GAS_IDENT: in make_gas_token()
172 toktype = GAS_IDENT; in get_ident()
536 if (t->type == GAS_IDENT) {
549 && t->next->type == GAS_IDENT
571 } else if (t->type == GAS_IDENT) {
601 if (t->type != GAS_IDENT) {
635 } else if (t->type == GAS_IDENT) {
1058 } else if ((t->type == GAS_IDENT
1066 if (t->type == GAS_IDENT) {
[all …]
H A Dinlineasm.h71 #define GAS_IDENT 1003 macro