Searched refs:kSYNONYM (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/0.153/libcpu/
H A Di386_parse.h43 kSYNONYM = 261, enumerator in enum:yytokentype
56 #define kSYNONYM 261 macro
H A Di386_lex.l61 "%synonym" { return kSYNONYM; }
H A Di386_parse.c322 kSYNONYM = 261, enumerator in enum:yytokentype
335 #define kSYNONYM 261 macro
686 "kSYNONYM", "kID", "kNUMBER", "kPERCPERC", "kBITFIELD", "kCHAR",
H A Di386_parse.y227 %token kSYNONYM
264 | kSYNONYM kBITFIELD kBITFIELD
H A Di386_lex.c877 { return kSYNONYM; }

Completed in 735 milliseconds