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

  /src/external/gpl3/binutils/dist/gas/config/
kvx-parse.c 401 promote_token (struct token_s tok)
845 while (!fst_part && tok.class_id != (int64_t) promote_token (tok))
848 tok.class_id = promote_token (tok);
895 while (!snd_part && tok.class_id != (int64_t) promote_token (tok))
897 tok.class_id = promote_token (tok);
398 promote_token (struct token_s tok) function
  /src/external/gpl3/binutils.old/dist/gas/config/
kvx-parse.c 401 promote_token (struct token_s tok)
845 while (!fst_part && tok.class_id != (int64_t) promote_token (tok))
848 tok.class_id = promote_token (tok);
895 while (!snd_part && tok.class_id != (int64_t) promote_token (tok))
897 tok.class_id = promote_token (tok);
398 promote_token (struct token_s tok) function

Completed in 18 milliseconds