Searched defs:cpp_hashnode (Results 1 – 2 of 2) sorted by relevance
42 typedef struct cpp_hashnode cpp_hashnode; typedef481 struct cpp_hashnode struct483 struct ht_identifier ident;484 unsigned short arg_index; /* Macro argument index. */485 unsigned char directive_index; /* Index into directive table. */486 unsigned char rid_code; /* Rid code - for front ends. */488 unsigned char flags; /* CPP flags. */491 {496 } value;
40 typedef struct cpp_hashnode cpp_hashnode; typedef