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

  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 117 : m_pfile (pfile),
139 && token->val.node.node == m_pfile->spec_nodes.n__VA_OPT__)
143 cpp_error_at (m_pfile, CPP_DL_ERROR, token->src_loc,
156 cpp_error_at (m_pfile, CPP_DL_ERROR, m_location,
170 expand_arg (m_pfile, m_arg);
185 cpp_error_at (m_pfile, CPP_DL_ERROR, token->src_loc,
214 cpp_error_at (m_pfile, CPP_DL_ERROR, token->src_loc,
234 cpp_error_at (m_pfile, CPP_DL_ERROR, m_location,
248 cpp_reader *m_pfile; member in class:vaopt_state
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 117 : m_pfile (pfile),
139 && token->val.node.node == m_pfile->spec_nodes.n__VA_OPT__)
143 cpp_error_at (m_pfile, CPP_DL_ERROR, token->src_loc,
156 cpp_error_at (m_pfile, CPP_DL_ERROR, m_location,
170 expand_arg (m_pfile, m_arg);
185 cpp_error_at (m_pfile, CPP_DL_ERROR, token->src_loc,
214 cpp_error_at (m_pfile, CPP_DL_ERROR, token->src_loc,
234 cpp_error_at (m_pfile, CPP_DL_ERROR, m_location,
248 cpp_reader *m_pfile; member in class:vaopt_state

Completed in 27 milliseconds