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

  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 1757 const cpp_token **tokens_ptr = NULL; local
1762 tokens_ptr = arg->first;
1765 tokens_ptr = (const cpp_token **) &arg->stringified;
1768 tokens_ptr = arg->expanded;
1772 if (tokens_ptr == NULL)
1775 return tokens_ptr;
1785 (location_t *) &tokens_ptr[index]->src_loc;
1787 return &tokens_ptr[index];
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 1748 const cpp_token **tokens_ptr = NULL; local
1753 tokens_ptr = arg->first;
1756 tokens_ptr = (const cpp_token **) &arg->stringified;
1759 tokens_ptr = arg->expanded;
1763 if (tokens_ptr == NULL)
1766 return tokens_ptr;
1776 (location_t *) &tokens_ptr[index]->src_loc;
1778 return &tokens_ptr[index];

Completed in 29 milliseconds