Lines Matching refs:emitError
125 return parser.emitError(loc, "invalid clause value: '") << enumStr << "'"; in parseClauseAttr()
182 return parser.emitError(parser.getNameLoc()) << " unexpected modifier(s)"; in verifyScheduleModifiers()
188 return parser.emitError(parser.getNameLoc()) in verifyScheduleModifiers()
204 return parser.emitError(parser.getNameLoc()) in verifyScheduleModifiers()
229 return parser.emitError(parser.getNameLoc()) << " expected schedule kind"; in parseScheduleClause()
267 return parser.emitError(loc, "invalid schedule modifier"); in parseScheduleClause()
404 return parser.emitError(parser.getCurrentLocation()) in parseSynchronizationHint()
481 return emitError( in verify()
492 return emitError( in verify()
512 return emitError( in verify()
696 return emitError( in verify()
704 return emitError("if a reduction clause is present on the taskloop " in verify()
708 return emitError("the same list item cannot appear in both a reduction " in verify()
713 return emitError( in verify()
807 return emitError( in verify()
812 return emitError( in verify()
825 return emitError( in verify()
831 return emitError("address must dereference to value type"); in verify()
843 return emitError( in verify()
850 return emitError("the type of the operand must be a pointer type whose " in verify()
859 return emitError("the region must accept exactly one argument"); in verifyRegions()
862 return emitError() << "the update region must have at least two operations " in verifyRegions()
868 return emitError("only updated value must be returned"); in verifyRegions()
870 return emitError("input and yielded value must have the same type"); in verifyRegions()
912 return emitError() in verifyRegions()
926 return ops.front().emitError() in verifyRegions()
930 return firstUpdateStmt.emitError() in verifyRegions()
935 return firstReadStmt.emitError() in verifyRegions()
940 return firstReadStmt.emitError() in verifyRegions()
979 return emitError() << "A worksharing construct that is canceled " in verify()
983 return emitError() << "A worksharing construct that is canceled " in verify()
994 return emitError() << "A sections construct that is canceled " in verify()