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