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