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

  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 169 acc_char_cmp (word_type val, word_type c)
186 /* Given the result of acc_char_cmp is non-zero, return the index of
254 t = acc_char_cmp (val, repl_nl);
255 t |= acc_char_cmp (val, repl_cr);
256 t |= acc_char_cmp (val, repl_bs);
257 t |= acc_char_cmp (val, repl_qm);
168 acc_char_cmp (word_type val, word_type c) function
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 166 acc_char_cmp (word_type val, word_type c)
183 /* Given the result of acc_char_cmp is non-zero, return the index of
251 t = acc_char_cmp (val, repl_nl);
252 t |= acc_char_cmp (val, repl_cr);
253 t |= acc_char_cmp (val, repl_bs);
254 t |= acc_char_cmp (val, repl_qm);
165 acc_char_cmp (word_type val, word_type c) function

Completed in 23 milliseconds