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