Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-chrec.h150 gcc_checking_assert (ptrofftype_p (TREE_TYPE (right))); in build_polynomial_chrec()
Dtree-chrec.cc63 gcc_checking_assert (ptrofftype_p (chrec_type (poly1)) in chrec_fold_plus_poly_poly()
848 gcc_assert (ptrofftype_p (chrec_type (new_evol))); in reset_evolution_in_loop()
Dgraphite-isl-ast-to-gimple.cc262 && !POINTER_TYPE_P (type) && !ptrofftype_p (type)) in gcc_expression_from_isl_ast_expr_id()
Dasan.cc484 if (!ptrofftype_p (len)) in asan_mem_ref_get_end()
2567 if (ptrofftype_p (len)) in maybe_cast_to_ptrmode()
Dtree-ssa-strlen.cc880 if (!ptrofftype_p (TREE_TYPE (lhs))) in get_string_length()
Dtree.h5317 ptrofftype_p (tree type) in ptrofftype_p() function
Dtree-cfg.cc3987 || !ptrofftype_p (rhs2_type)) in verify_gimple_assign_binary()
Dgimple-fold.cc8946 if (ptrofftype_p (TREE_TYPE (op))) in gimple_convert_to_ptrofftype()
Dtree.cc5058 && ptrofftype_p (TREE_TYPE (arg1))); in build2()
Dfold-const.cc16447 if (ptrofftype_p (TREE_TYPE (off))) in convert_to_ptrofftype_loc()
DChangeLog-201114320 * tree-cfg.c (verify_gimple_assign_unary): Use ptrofftype_p.
14394 * tree.h (ptrofftype_p): New helper function.
14395 * tree-cfg.c (verify_expr): Use ptrofftype_p for POINTER_PLUS_EXPR
DChangeLog-20209095 if the offset is already ptrofftype_p.