Home
last modified time | relevance | path

Searched refs:tree_code_name (Results 1 – 21 of 21) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dlto-streamer.c57 return tree_code_name[lto_tag_to_tree_code (tag)]; in lto_tag_name()
207 tree_code_name[i], lto_stats.num_trees[i]); in print_lto_report()
H A Dtree-pretty-print.h33 tree_code_name[(int) TREE_CODE (T)], __FUNCTION__)
H A Dgimple-pretty-print.c313 pp_string (buffer, tree_code_name [rhs_code]); in dump_unary_rhs()
350 for (p = tree_code_name [(int) code]; *p; p++) in dump_binary_rhs()
396 for (p = tree_code_name [(int) code]; *p; p++) in dump_ternary_rhs()
486 tree_code_name[gimple_assign_rhs_code (gs)], in dump_gimple_assign()
796 tree_code_name [gimple_cond_code (gs)], in dump_gimple_cond()
1104 tree_code_name[gimple_omp_for_cond (gs, i)], in dump_gimple_omp_for()
H A Dtree.c97 const char *const tree_code_name[] = { variable
8683 fprintf (stderr, "%-20s %7d\n", tree_code_name[i], tree_code_counts[i]); in dump_tree_statistics()
8842 length += 4 + strlen (tree_code_name[code]); in tree_check_failed()
8857 strcpy (tmp + length, tree_code_name[code]); in tree_check_failed()
8858 length += strlen (tree_code_name[code]); in tree_check_failed()
8866 buffer, tree_code_name[TREE_CODE (node)], in tree_check_failed()
8885 length += 4 + strlen (tree_code_name[code]); in tree_not_check_failed()
8897 strcpy (buffer + length, tree_code_name[code]); in tree_not_check_failed()
8898 length += strlen (tree_code_name[code]); in tree_not_check_failed()
8903 buffer, tree_code_name[TREE_CODE (node)], in tree_not_check_failed()
[all …]
H A Dprint-tree.c103 fprintf (file, "%s <%s", prefix, tree_code_name[(int) TREE_CODE (node)]); in print_node_brief()
279 fprintf (file, "%s <%s", prefix, tree_code_name[(int) code]); in print_node()
H A Dtree-ssa-dom.c588 fprintf (stream, "%s ", tree_code_name[element->expr.ops.unary.op]); in print_expr_hash_elt()
594 fprintf (stream, " %s ", tree_code_name[element->expr.ops.binary.op]); in print_expr_hash_elt()
599 fprintf (stream, " %s <", tree_code_name[element->expr.ops.ternary.op]); in print_expr_hash_elt()
H A Dtree-dump.c272 code_name = tree_code_name[(int) TREE_CODE (t)]; in dequeue_and_dump()
H A Dlto-streamer-out.c325 tree_code_name[TREE_CODE (expr)]); in lto_write_tree()
H A Dtree-ssa-pre.c923 fprintf (outfile, "{%s,", tree_code_name [nary->opcode]); in print_pre_expr()
948 fprintf (outfile, "%s", tree_code_name [vro->opcode]); in print_pre_expr()
H A Dgimple.c1194 tree_code_name[subcode], in gimple_check_failed()
1197 ? tree_code_name[gs->gsbase.subcode] in gimple_check_failed()
H A Dtree-pretty-print.c62 pp_string (buffer, tree_code_name[(int) TREE_CODE (node)]); in do_niy()
H A Dipa-prop.c197 tree_code_name[(int) in ipa_print_node_jump_functions_for_edge()
H A Dtree-vect-data-refs.c3502 tree_code_name[(int) TREE_CODE (aggr_type)]); in vect_create_data_ref_ptr()
H A Dtree.h240 extern const char *const tree_code_name[];
H A Dtree-vrp.c4089 fprintf (file, " %s ", tree_code_name[(int)loc->comp_code]); in dump_asserts_for()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dmangle.c73 (FN), tree_code_name[TREE_CODE (NODE)], (void *) (NODE))
332 name, tree_code_name[TREE_CODE (el)], (void *) el); in dump_substitution_candidates()
378 tree_code_name[TREE_CODE (node)], (void *) node); in add_substitution()
384 tree_code_name[TREE_CODE (node)], (void *) node); in add_substitution()
512 tree_code_name[TREE_CODE (node)], (void *) node); in find_substitution()
H A Dcxx-pretty-print.c979 op = tree_code_name[TREE_CODE (t)]; in pp_cxx_assignment_operator()
H A Derror.c2673 return tree_code_name [c]; in code_to_string()
H A Dsemantics.c7881 tree_code_name[TREE_CODE (t)]); in cxx_eval_constant_expression()
8604 sorry ("unexpected AST of kind %s", tree_code_name[TREE_CODE (t)]); in potential_constant_expression_1()
H A Dpt.c11590 sorry ("use of %qs in template", tree_code_name [(int) code]); in tsubst()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree.c102 static const char *const tree_code_name[] = { variable
12690 return tree_code_name[code]; in get_tree_code_name()