Home
last modified time | relevance | path

Searched refs:ptrofftype_p (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-chrec.h147 gcc_assert (ptrofftype_p (TREE_TYPE (right))); in build_polynomial_chrec()
HDtree-chrec.c105 gcc_assert (ptrofftype_p (chrec_type (poly1))); in chrec_fold_plus_poly_poly()
838 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
HDtree-cfg.c2861 if (!ptrofftype_p (TREE_TYPE (TREE_OPERAND (t, 1)))) in verify_expr()
3371 || ptrofftype_p (sizetype)))) in verify_gimple_assign_unary()
3680 || !ptrofftype_p (rhs2_type)) in verify_gimple_assign_binary()
HDtree.h5395 ptrofftype_p (tree type) in ptrofftype_p() function
HDtree.c3789 && ptrofftype_p (TREE_TYPE (arg1))); in build2_stat()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-chrec.h147 gcc_checking_assert (ptrofftype_p (TREE_TYPE (right))); in build_polynomial_chrec()
HDtree-chrec.c109 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
894 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
HDasan.c404 if (!ptrofftype_p (len)) in asan_mem_ref_get_end()
1945 if (ptrofftype_p (len)) in maybe_cast_to_ptrmode()
HDtree-cfg.c3302 if (!ptrofftype_p (TREE_TYPE (TREE_OPERAND (t, 1)))) in verify_expr()
3845 || ptrofftype_p (sizetype)))) in verify_gimple_assign_unary()
4117 || !ptrofftype_p (rhs2_type)) in verify_gimple_assign_binary()
HDtree-ssa-strlen.c616 if (!ptrofftype_p (TREE_TYPE (lhs))) in get_string_length()
HDtree.h4873 ptrofftype_p (tree type) in ptrofftype_p() function
HDgimple-fold.c7304 if (ptrofftype_p (TREE_TYPE (op))) in gimple_convert_to_ptrofftype()
HDtree.c4673 && ptrofftype_p (TREE_TYPE (arg1))); in build2()