Lines Matching defs:context
274 /* Sparse tagging (line numbers, context, whatever) */
275 [OP_CONTEXT] = "context",
1499 struct context *context;
1540 FOR_EACH_PTR(ctype->contexts, context) {
1541 int in = context->in;
1542 int out = context->out;
1558 insn->context_expr = context->context;
1561 } END_FOR_EACH_PTR(context);
2066 insn->context_expr = stmt->context;