| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree.h | 356 extern void tree_check_failed (const_tree, const char *, int, const char *, 3294 tree_check_failed (__t, __f, __l, __g, __c, 0); in tree_check() 3313 tree_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_check2() 3334 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, 0); in tree_check3() 3358 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, __c4, 0); in tree_check4() 3385 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, __c4, __c5, 0); in tree_check5() 3436 tree_check_failed (__t, __f, __l, __g, OMP_CLAUSE, 0); in omp_clause_subcode_check() 3449 tree_check_failed (__t, __f, __l, __g, OMP_CLAUSE, 0); in omp_clause_range_check() 3482 tree_check_failed (__t, __f, __l, __g, INTEGER_CST, 0); in tree_int_cst_elt_check() 3494 tree_check_failed (__t, __f, __l, __g, INTEGER_CST, 0); in tree_int_cst_elt_check() [all …]
|
| H A D | tree.c | 9726 tree_check_failed (const_tree node, const char *file, in tree_check_failed() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree.h | 357 extern void tree_check_failed (const_tree, const char *, int, const char *, 3457 tree_check_failed (__t, __f, __l, __g, __c, 0); in tree_check() 3476 tree_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_check2() 3497 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, 0); in tree_check3() 3521 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, __c4, 0); in tree_check4() 3548 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, __c4, __c5, 0); in tree_check5() 3599 tree_check_failed (__t, __f, __l, __g, OMP_CLAUSE, 0); in omp_clause_subcode_check() 3612 tree_check_failed (__t, __f, __l, __g, OMP_CLAUSE, 0); in omp_clause_range_check() 3645 tree_check_failed (__t, __f, __l, __g, INTEGER_CST, 0); in tree_int_cst_elt_check() 3657 tree_check_failed (__t, __f, __l, __g, INTEGER_CST, 0); in tree_int_cst_elt_check() [all …]
|
| H A D | tree.cc | 8816 tree_check_failed (const_tree node, const char *file, in tree_check_failed() function
|
| H A D | ChangeLog-1999 | 10014 * tree.c (tree_check_failed, tree_class_check_failed): Go 10714 (tree_check_failed, tree_class_check_failed): For gcc.
|
| H A D | ChangeLog-2004 | 5587 * tree.c (tree_check_failed): Emit general error if the list of 27556 * tree.h (tree_check_failed): Make varadic. 27566 * tree.c (tree_check_failed): Make varadic.
|
| H A D | ChangeLog-2001 | 3463 * tree.c (tree_check_failed): Similarly. 29036 * tree.c (tree_check_failed, tree_class_check_failed): Likewise.
|
| H A D | ChangeLog-2007 | 13898 tree_map_base_marked_p, type_hash_marked_p, tree_check_failed, 13904 * tree.h (tree_contains_struct_check_failed, tree_check_failed,
|
| H A D | ChangeLog-2008 | 16112 type_hash_add, get_file_function_name, tree_check_failed,
|
| H A D | ChangeLog-2013 | 13767 (dump_tree_statistics, tree_check_failed, tree_not_check_failed,
|
| H A D | ChangeLog-2017 | 28133 tree_check_failed, tree_not_check_failed,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-tree.h | 629 tree_check_failed (t, f, l, fn, in template_info_decl_check() 642 tree_check_failed (__t, __FILE__, __LINE__, __FUNCTION__, 0); \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-tree.h | 654 tree_check_failed (t, f, l, fn, in template_info_decl_check() 667 tree_check_failed (__t, __FILE__, __LINE__, __FUNCTION__, 0); \
|