Home
last modified time | relevance | path

Searched refs:pointerArithmetic (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfe.h205 UnionExp pointerArithmetic(Loc loc, TOK op, Type *type,
H A Dctfeexpr.c827 UnionExp pointerArithmetic(Loc loc, TOK op, Type *type, in pointerArithmetic() function
H A Ddinterpret.c2996 *pue = pointerArithmetic(e->loc, e->op, e->type, e1, e2); in interpretCommon()
3010 *pue = pointerArithmetic(e->loc, e->op, e->type, e2, e1); in interpretCommon()
3481 newval = pointerArithmetic(e->loc, e->op, e->type, oldval, newval).copy();
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d3007 result = pointerArithmetic(pue, e.loc, e.op, e.type, e1, e2); in interpretCommon()
3020 result = pointerArithmetic(pue, e.loc, e.op, e.type, e2, e1); in interpretCommon()
3612 newval = pointerArithmetic(pue, e.loc, e.op, e.type, oldval, newval).copy();
H A Dctfeexpr.d825 Expression pointerArithmetic(UnionExp* pue, const ref Loc loc, EXP op, Type type, Expression eptr, … in pointerArithmetic() function