Searched refs:next_tree (Results 1 – 5 of 5) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/cp/ |
H A D | error.c | 4287 #define next_tree (t = va_arg (*text->args_ptr, tree)) in cp_printer() macro 4297 case 'A': result = args_to_string (next_tree, verbose); break; in cp_printer() 4301 tree temp = next_tree; in cp_printer() 4315 case 'E': result = expr_to_string (next_tree); break; in cp_printer() 4316 case 'F': result = fndecl_to_string (next_tree, verbose); break; in cp_printer() 4321 defer_phase_2_of_type_diff (&postprocessor->m_type_a, next_tree, in cp_printer() 4325 defer_phase_2_of_type_diff (&postprocessor->m_type_b, next_tree, in cp_printer() 4336 case 'S': result = subst_to_string (next_tree); break; in cp_printer() 4339 result = type_to_string (next_tree, verbose, false, quoted, in cp_printer() 4343 case 'V': result = cv_to_string (next_tree, verbose); break; in cp_printer() [all …]
|
H A D | error.cc | 4391 #define next_tree (t = va_arg (*text->args_ptr, tree)) in cp_printer() macro 4401 case 'A': result = args_to_string (next_tree, verbose); break; in cp_printer() 4405 tree temp = next_tree; in cp_printer() 4419 case 'E': result = expr_to_string (next_tree); break; in cp_printer() 4420 case 'F': result = fndecl_to_string (next_tree, verbose); break; in cp_printer() 4422 defer_phase_2_of_type_diff (&postprocessor->m_type_a, next_tree, in cp_printer() 4426 defer_phase_2_of_type_diff (&postprocessor->m_type_b, next_tree, in cp_printer() 4433 case 'S': result = subst_to_string (next_tree); break; in cp_printer() 4436 result = type_to_string (next_tree, verbose, false, quoted, in cp_printer() 4440 case 'V': result = cv_to_string (next_tree, verbose); break; in cp_printer() [all …]
|
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | error.c | 4287 #define next_tree (t = va_arg (*text->args_ptr, tree)) in cp_printer() macro 4297 case 'A': result = args_to_string (next_tree, verbose); break; in cp_printer() 4301 tree temp = next_tree; in cp_printer() 4315 case 'E': result = expr_to_string (next_tree); break; in cp_printer() 4316 case 'F': result = fndecl_to_string (next_tree, verbose); break; in cp_printer() 4321 defer_phase_2_of_type_diff (&postprocessor->m_type_a, next_tree, in cp_printer() 4325 defer_phase_2_of_type_diff (&postprocessor->m_type_b, next_tree, in cp_printer() 4336 case 'S': result = subst_to_string (next_tree); break; in cp_printer() 4339 result = type_to_string (next_tree, verbose, false, quoted, in cp_printer() 4343 case 'V': result = cv_to_string (next_tree, verbose); break; in cp_printer() [all …]
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | splay-tree-utils.h | 201 void splice_next_tree (rooted_splay_tree next_tree);
|
H A D | splay-tree-utils.tcc | 365 rooted_splay_tree<Accessors>::splice_next_tree (rooted_splay_tree next_tree) in splice_next_tree() argument 368 set_child (m_root, 1, next_tree.m_root); in splice_next_tree()
|