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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer.h 134 : m_tree (t), m_stack_depth (stack_depth)
141 return (m_tree == other.m_tree
147 return m_tree != NULL_TREE;
152 tree m_tree; member in class:ana::path_var
  /src/external/gpl3/gcc/dist/gcc/analyzer/
analyzer.h 157 : m_tree (t), m_stack_depth (stack_depth)
164 return (m_tree == other.m_tree
170 return m_tree != NULL_TREE;
175 tree m_tree; member in class:ana::path_var
  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 115 : m_tree (NULL_TREE), m_buffer_ptr (NULL), m_verbose (false), m_quote (false)
120 : m_tree (type), m_buffer_ptr (buffer_ptr), m_verbose (verbose),
129 tree m_tree; member in class:deferred_printed_type
4269 if (m_type_a.m_tree || m_type_b.m_tree)
4286 if (comparable_template_types_p (type_a.m_tree, type_b.m_tree))
4289 = type_to_string_with_compare (type_a.m_tree, type_b.m_tree,
4292 = type_to_string_with_compare (type_b.m_tree, type_a.m_tree
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 119 : m_tree (NULL_TREE), m_buffer_ptr (NULL), m_verbose (false), m_quote (false)
124 : m_tree (type), m_buffer_ptr (buffer_ptr), m_verbose (verbose),
133 tree m_tree; member in class:deferred_printed_type
4357 if (m_type_a.m_tree || m_type_b.m_tree)
4374 if (comparable_template_types_p (type_a.m_tree, type_b.m_tree))
4377 = type_to_string_with_compare (type_a.m_tree, type_b.m_tree,
4380 = type_to_string_with_compare (type_b.m_tree, type_a.m_tree
    [all...]

Completed in 30 milliseconds