Searched refs:verify_tree (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 1652 static void verify_tree (tree, struct tlist **, struct tlist **, tree); 1834 verify_tree (tree x, struct tlist **pbefore_sp, struct tlist **pno_sp, in verify_tree() function 1864 verify_tree (TREE_OPERAND (x, 0), &tmp_before, &tmp_nosp, NULL_TREE); in verify_tree() 1868 verify_tree (TREE_OPERAND (x, 1), &tmp_list3, &tmp_list2, NULL_TREE); in verify_tree() 1876 verify_tree (TREE_OPERAND (x, 0), &tmp_before, &tmp_list2, NULL_TREE); in verify_tree() 1882 verify_tree (TREE_OPERAND (x, 1), &tmp_list3, &tmp_nosp, NULL_TREE); in verify_tree() 1887 verify_tree (TREE_OPERAND (x, 2), &tmp_list3, &tmp_list2, NULL_TREE); in verify_tree() 1900 verify_tree (TREE_OPERAND (x, 0), pno_sp, pno_sp, x); in verify_tree() 1905 verify_tree (TREE_OPERAND (x, 1), &tmp_before, &tmp_nosp, NULL_TREE); in verify_tree() 1906 verify_tree (TREE_OPERAND (x, 0), &tmp_list3, &tmp_list3, x); in verify_tree() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.cc | 1823 static void verify_tree (tree, struct tlist **, struct tlist **, tree); 2005 verify_tree (tree x, struct tlist **pbefore_sp, struct tlist **pno_sp, in verify_tree() function 2036 verify_tree (TREE_OPERAND (x, 0), &tmp_before, &tmp_nosp, NULL_TREE); in verify_tree() 2040 verify_tree (TREE_OPERAND (x, 1), &tmp_list3, &tmp_list2, NULL_TREE); in verify_tree() 2048 verify_tree (TREE_OPERAND (x, 0), &tmp_before, &tmp_list2, NULL_TREE); in verify_tree() 2054 verify_tree (TREE_OPERAND (x, 1), &tmp_list3, &tmp_nosp, NULL_TREE); in verify_tree() 2059 verify_tree (TREE_OPERAND (x, 2), &tmp_list3, &tmp_list2, NULL_TREE); in verify_tree() 2072 verify_tree (TREE_OPERAND (x, 0), pno_sp, pno_sp, x); in verify_tree() 2077 verify_tree (TREE_OPERAND (x, 1), &tmp_before, &tmp_nosp, NULL_TREE); in verify_tree() 2078 verify_tree (TREE_OPERAND (x, 0), &tmp_list3, &tmp_list3, x); in verify_tree() [all …]
|
H A D | ChangeLog | 76 * c-common.cc (verify_tree): Don't use sequenced handling 215 * c-common.cc (verify_tree) [restart]: Move up to before the 1873 * c-common.c (verify_tree): Handle PAREN_SIZEOF_EXPR. 2996 * c-common.c (verify_tree): For LSHIFT_EXPR, RSHIFT_EXPR, 3605 (verify_tree): Handle location wrappers. 6868 * c-common.c (verify_tree) [COMPOUND_EXPR]: Fix handling on LHS of 9814 (verify_tree): For COND_EXPR, don't call merge_tlist with non-zero 10839 * c-common.c (verify_tree): Don't recurse into SIZEOF_EXPR.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 3005 * c-common.c (verify_tree): Don't recurse into CONSTRUCTORs. 3017 (add_tlist, merge_tlist, verify_tree, warning_candidate_p,
|
H A D | ChangeLog-2004 | 2006 * c-common.c (verify_tree): Don't check code length if we know 32913 * c-common.c (verify_tree): Remove case 'b'.
|
H A D | ChangeLog-2008 | 8618 * c-common.c (verify_tree): Fix handling of ADDR_EXPR.
|
H A D | ChangeLog-2009 | 26927 (verify_tree): A warning candidate can be an expression. Use
|
H A D | ChangeLog-2001 | 19969 * c-common.c (verify_tree): Check for x being NULL.
|
H A D | ChangeLog-2007 | 28962 * c-common.c (verify_tree): Use new CALL_EXPR accessors. Traverse
|