Lines Matching defs:glcpp_parser
189 struct glcpp_parser { struct
190 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;
199 int first_non_space_token_this_line;
200 int newline_as_space;
201 int in_control_line;
202 bool in_define;
203 int paren_count;
204 int commented_newlines;
205 skip_node_t *skip_stack;
206 int skipping;
207 token_list_t *lex_from_list;
208 token_node_t *lex_from_node;
209 struct _mesa_string_buffer *output;
210 struct _mesa_string_buffer *info_log;
234 glcpp_parser_t * argument