HomeSort by: relevance | last modified time | path
    Searched defs:snd_part (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
kvx-parse.c 893 printf_debug (1, "snd_part: Trying to match: %s\n", TOKEN_NAME (CLASS_ID (tok)));
894 struct token_list *snd_part = parse_with_restarts (tok, cur_rule[i].stack_it, rules, errs);
895 while (!snd_part && tok.class_id != (int64_t) promote_token (tok))
899 snd_part = parse_with_restarts (tok, cur_rule[i].stack_it, rules, errs);
902 if (!snd_part)
913 if (!snd_part)
915 printf_debug (1, "snd_part == NULL (Exiting %d)\n", jump_target);
923 return token_list_append (fst_part, snd_part);
891 struct token_list *snd_part = parse_with_restarts (tok, cur_rule[i].stack_it, rules, errs); local
  /src/external/gpl3/binutils.old/dist/gas/config/
kvx-parse.c 893 printf_debug (1, "snd_part: Trying to match: %s\n", TOKEN_NAME (CLASS_ID (tok)));
894 struct token_list *snd_part = parse_with_restarts (tok, cur_rule[i].stack_it, rules, errs);
895 while (!snd_part && tok.class_id != (int64_t) promote_token (tok))
899 snd_part = parse_with_restarts (tok, cur_rule[i].stack_it, rules, errs);
902 if (!snd_part)
913 if (!snd_part)
915 printf_debug (1, "snd_part == NULL (Exiting %d)\n", jump_target);
923 return token_list_append (fst_part, snd_part);
891 struct token_list *snd_part = parse_with_restarts (tok, cur_rule[i].stack_it, rules, errs); local

Completed in 14 milliseconds