Home | History | Annotate | Download | only in Sema

Lines Matching defs:IG

82   void DiagnoseIndirectJump(IndirectGotoStmt *IG, unsigned IGScope,
660 IndirectGotoStmt *IG = *I;
661 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(IG)))
663 unsigned IGScope = LabelAndGotoScopes[IG];
665 if (!Entry) Entry = IG;