Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:exprs

1982    All expressions are stored in exprs in the containing
1998 static void ppRegRule ( XArray* exprs, RegRule* rrule )
2000 vg_assert(exprs);
2008 ML_(ppCfiExpr)( exprs, rrule->arg );
2048 XArray* exprs;
2062 vg_assert(ctx->exprs);
2064 ML_(ppCfiExpr)( ctx->exprs, ctxs->cfa_expr_ix );
2069 ppRegRule(ctx->exprs, &ctxs->reg[i]);
2084 ctx->exprs = NULL;
2168 src = ctx->exprs;
2245 src = ctx->exprs; \
2515 /* Copy the tree rooted at srcuc->exprs node srcix to dstxa, on the
2527 XArray* srcxa = srcuc->exprs;
2617 ppRegRule( ctx->exprs, &ctxs->reg[ctx->ra_reg] );
2620 ppRegRule( ctx->exprs, &ctxs->reg[FP_REG] );
2759 (of CfiExprs) stored in ctx->exprs, and return the index in
2760 ctx->exprs of the root node. Or fail in which case return -1. */
2797 Int stack[N_EXPR_STACK]; /* indices into ctx->exprs */
2800 XArray* dst = ctx->exprs;
3304 /* Convert the expression into a dag rooted at ctx->exprs index j,
3312 vg_assert(ctx->exprs);
3313 vg_assert( j < VG_(sizeXA)(ctx->exprs) );
3318 j = ML_(CfiExpr_Deref)( ctx->exprs, j );
3335 /* Convert the expression into a dag rooted at ctx->exprs index j,
3343 vg_assert(ctx->exprs);
3344 vg_assert( j < VG_(sizeXA)(ctx->exprs) );
3360 /* Convert the expression into a dag rooted at ctx->exprs index j,
4216 ctx.exprs = VG_(newXA)( ML_(dinfo_zalloc), "di.rcid.1",
4219 vg_assert(ctx.exprs);
4249 VG_(deleteXA)( ctx.exprs );