Home
last modified time | relevance | path

Searched defs:cpp_hashnode (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h42 typedef struct cpp_hashnode cpp_hashnode; typedef
481 struct cpp_hashnode struct
483 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;
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h40 typedef struct cpp_hashnode cpp_hashnode; typedef