Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:exprs

1885    All expressions are stored in exprs in the containing
1901 static void ppRegRule ( const XArray* exprs, const RegRule* rrule )
1903 vg_assert(exprs);
1911 ML_(ppCfiExpr)( exprs, rrule->arg );
1951 XArray* exprs;
1965 vg_assert(ctx->exprs);
1967 ML_(ppCfiExpr)( ctx->exprs, ctxs->cfa_expr_ix );
1972 ppRegRule(ctx->exprs, &ctxs->reg[i]);
1987 ctx->exprs = NULL;
2070 src = ctx->exprs;
2148 src = ctx->exprs; \
2458 /* Copy the tree rooted at srcuc->exprs node srcix to dstxa, on the
2470 XArray* srcxa = srcuc->exprs;
2568 ppRegRule( ctx->exprs, &ctxs->reg[ctx->ra_reg] );
2571 ppRegRule( ctx->exprs, &ctxs->reg[FP_REG] );
2711 (of CfiExprs) stored in ctx->exprs, and return the index in
2712 ctx->exprs of the root node. Or fail in which case return -1. */
2749 Int stack[N_EXPR_STACK]; /* indices into ctx->exprs */
2752 XArray* dst = ctx->exprs;
3256 /* Convert the expression into a dag rooted at ctx->exprs index j,
3264 vg_assert(ctx->exprs);
3265 vg_assert( j < VG_(sizeXA)(ctx->exprs) );
3270 j = ML_(CfiExpr_Deref)( ctx->exprs, j );
3287 /* Convert the expression into a dag rooted at ctx->exprs index j,
3295 vg_assert(ctx->exprs);
3296 vg_assert( j < VG_(sizeXA)(ctx->exprs) );
3312 /* Convert the expression into a dag rooted at ctx->exprs index j,
4172 ctx.exprs = VG_(newXA)( ML_(dinfo_zalloc), "di.rcid.1",
4204 VG_(deleteXA)( ctx.exprs );