| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | lto-streamer.c | 57 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 D | tree-pretty-print.h | 33 tree_code_name[(int) TREE_CODE (T)], __FUNCTION__)
|
| H A D | gimple-pretty-print.c | 313 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 D | tree.c | 97 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 D | print-tree.c | 103 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 D | tree-ssa-dom.c | 588 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 D | tree-dump.c | 272 code_name = tree_code_name[(int) TREE_CODE (t)]; in dequeue_and_dump()
|
| H A D | lto-streamer-out.c | 325 tree_code_name[TREE_CODE (expr)]); in lto_write_tree()
|
| H A D | tree-ssa-pre.c | 923 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 D | gimple.c | 1194 tree_code_name[subcode], in gimple_check_failed() 1197 ? tree_code_name[gs->gsbase.subcode] in gimple_check_failed()
|
| H A D | tree-pretty-print.c | 62 pp_string (buffer, tree_code_name[(int) TREE_CODE (node)]); in do_niy()
|
| H A D | ipa-prop.c | 197 tree_code_name[(int) in ipa_print_node_jump_functions_for_edge()
|
| H A D | tree-vect-data-refs.c | 3502 tree_code_name[(int) TREE_CODE (aggr_type)]); in vect_create_data_ref_ptr()
|
| H A D | tree.h | 240 extern const char *const tree_code_name[];
|
| H A D | tree-vrp.c | 4089 fprintf (file, " %s ", tree_code_name[(int)loc->comp_code]); in dump_asserts_for()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
| H A D | mangle.c | 73 (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 D | cxx-pretty-print.c | 979 op = tree_code_name[TREE_CODE (t)]; in pp_cxx_assignment_operator()
|
| H A D | error.c | 2673 return tree_code_name [c]; in code_to_string()
|
| H A D | semantics.c | 7881 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 D | pt.c | 11590 sorry ("use of %qs in template", tree_code_name [(int) code]); in tsubst()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | tree.c | 102 static const char *const tree_code_name[] = { variable 12690 return tree_code_name[code]; in get_tree_code_name()
|