Searched defs:IG (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp77 void DiagnoseIndirectJump(IndirectGotoStmt *IG, unsigned IGScope,
542 IndirectGotoStmt *IG = *I; local
543 assert(LabelAndGotoScopes.count(IG) &&
545 unsigned IGScope = LabelAndGotoScopes[IG];
547 if (!Entry) Entry = IG;

Completed in 68 milliseconds