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

  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 908 unsigned int i, escape_it, backslash_count = 0; local
931 escape_it = (token->type == CPP_STRING || token->type == CPP_CHAR
942 if (escape_it)
963 if (escape_it)
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 899 unsigned int i, escape_it, backslash_count = 0; local
922 escape_it = (token->type == CPP_STRING || token->type == CPP_CHAR
933 if (escape_it)
954 if (escape_it)

Completed in 27 milliseconds