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