Lines Matching defs:context
62 warning(insn->pos, "context check failure");
74 warning(bb->pos, "context imbalance in '%s' - %s", show_ident(sym->ident), why);
103 if (bb->context == entry)
107 if (bb->context >= 0)
108 return imbalance(ep, bb, entry, bb->context, "different lock contexts for basic block");
110 bb->context = entry;
238 bb->context = -1;
246 struct context *context;
260 FOR_EACH_PTR(sym->ctype.contexts, context) {
261 in_context += context->in;
262 out_context += context->out;
263 } END_FOR_EACH_PTR(context);