• Home
  • Raw
  • Download

Lines Matching defs:parser

948 _token_paste (glcpp_parser_t *parser, token_t *token, token_t *other)  in _token_paste()
1030 _token_list_print (glcpp_parser_t *parser, token_list_t *list) in _token_list_print()
1042 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error) in yyerror()
1047 static void add_builtin_define(glcpp_parser_t *parser, in add_builtin_define()
1065 glcpp_parser_t *parser; in glcpp_parser_create() local
1116 glcpp_parser_parse (glcpp_parser_t *parser) in glcpp_parser_parse()
1122 glcpp_parser_destroy (glcpp_parser_t *parser) in glcpp_parser_destroy()
1233 _glcpp_parser_expand_if (glcpp_parser_t *parser, int type, token_list_t *list) in _glcpp_parser_expand_if()
1264 _glcpp_parser_expand_function (glcpp_parser_t *parser, in _glcpp_parser_expand_function()
1414 _glcpp_parser_expand_node (glcpp_parser_t *parser, in _glcpp_parser_expand_node()
1532 _glcpp_parser_expand_token_list (glcpp_parser_t *parser, in _glcpp_parser_expand_token_list()
1601 _glcpp_parser_print_expanded_token_list (glcpp_parser_t *parser, in _glcpp_parser_print_expanded_token_list()
1615 _check_for_reserved_macro_name (glcpp_parser_t *parser, YYLTYPE *loc, in _check_for_reserved_macro_name()
1645 _define_object_macro (glcpp_parser_t *parser, in _define_object_macro()
1676 _define_function_macro (glcpp_parser_t *parser, in _define_function_macro()
1707 glcpp_parser_lex (YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser) in glcpp_parser_lex()
1786 glcpp_parser_lex_from (glcpp_parser_t *parser, token_list_t *list) in glcpp_parser_lex_from()
1813 _glcpp_parser_skip_stack_push_if (glcpp_parser_t *parser, YYLTYPE *loc, in _glcpp_parser_skip_stack_push_if()
1839 _glcpp_parser_skip_stack_change_if (glcpp_parser_t *parser, YYLTYPE *loc, in _glcpp_parser_skip_stack_change_if()
1856 _glcpp_parser_skip_stack_pop (glcpp_parser_t *parser, YYLTYPE *loc) in _glcpp_parser_skip_stack_pop()