Home | History | Annotate | Download | only in m_debuginfo

Lines Matching defs:exprs

1956    All expressions are stored in exprs in the containing
1972 static void ppRegRule ( XArray* exprs, RegRule* rrule )
1974 vg_assert(exprs);
1982 ML_(ppCfiExpr)( exprs, rrule->arg );
2022 XArray* exprs;
2036 vg_assert(ctx->exprs);
2038 ML_(ppCfiExpr)( ctx->exprs, ctxs->cfa_expr_ix );
2043 ppRegRule(ctx->exprs, &ctxs->reg[i]);
2058 ctx->exprs = NULL;
2137 src = ctx->exprs;
2206 src = ctx->exprs; \
2387 /* Copy the tree rooted at srcuc->exprs node srcix to dstxa, on the
2399 XArray* srcxa = srcuc->exprs;
2480 ppRegRule( ctx->exprs, &ctxs->reg[ctx->ra_reg] );
2483 ppRegRule( ctx->exprs, &ctxs->reg[FP_REG] );
2631 (of CfiExprs) stored in ctx->exprs, and return the index in
2632 ctx->exprs of the root node. Or fail in which case return -1. */
2668 Int stack[N_EXPR_STACK]; /* indices into ctx->exprs */
2671 XArray* dst = ctx->exprs;
3159 /* Convert the expression into a dag rooted at ctx->exprs index j,
3167 vg_assert(ctx->exprs);
3168 vg_assert( j < VG_(sizeXA)(ctx->exprs) );
3173 j = ML_(CfiExpr_Deref)( ctx->exprs, j );
3190 /* Convert the expression into a dag rooted at ctx->exprs index j,
3198 vg_assert(ctx->exprs);
3199 vg_assert( j < VG_(sizeXA)(ctx->exprs) );
3214 /* Convert the expression into a dag rooted at ctx->exprs index j,
4093 ctx.exprs = VG_(newXA)( ML_(dinfo_zalloc), "di.rcid.1",
4096 vg_assert(ctx.exprs);
4126 VG_(deleteXA)( ctx.exprs );