Home
last modified time | relevance | path

Searched refs:pointer_p (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vrp.cc299 const bool pointer_p = POINTER_TYPE_P (type); in build_symbolic_expr() local
308 return build2 (pointer_p ? POINTER_PLUS_EXPR : PLUS_EXPR, type, t, inv); in build_symbolic_expr()
H A Dgengtype.cc1431 const int pointer_p = t->kind == TYPE_POINTER; in adjust_field_type() local
1459 && pointer_p && t->u.p->kind == TYPE_SCALAR && t->u.p->u.scalar_is_char) in adjust_field_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vrp.c478 const bool pointer_p = POINTER_TYPE_P (type); in build_symbolic_expr() local
487 return build2 (pointer_p ? POINTER_PLUS_EXPR : PLUS_EXPR, type, t, inv); in build_symbolic_expr()
H A Dgengtype.c1416 const int pointer_p = t->kind == TYPE_POINTER; in adjust_field_type() local
1444 && pointer_p && t->u.p->kind == TYPE_SCALAR && t->u.p->u.scalar_is_char) in adjust_field_type()