Home | History | Annotate | Download | only in TableGen

Lines Matching refs:FOREACH

928     PrintFatalError(CurRec->getLoc(), "!foreach requires an operator\n");
933 PrintFatalError(CurRec->getLoc(), "!foreach requires typed variable\n");
967 // First, replace the foreach variable with the list item
1030 case FOREACH: {
1087 case FOREACH: Result = "!foreach"; break;