Searched defs:glcpp_parser (Results 1 – 2 of 2) sorted by relevance
185 struct glcpp_parser { struct186 void *linalloc;187 yyscan_t scanner;188 struct hash_table *defines;189 active_list_t *active;190 int lexing_directive;191 int lexing_version_directive;192 int space_tokens;193 int last_token_was_newline;194 int last_token_was_space;[all …]
1922 void (*add_builtin_define)(struct glcpp_parser *, const char *, int), in add_builtin_defines()