Searched refs:NumValuesLoc (Results 1 – 2 of 2) sorted by relevance
3192 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveFill() local3228 getStreamer().emitFill(*NumValues, FillSize, FillExpr, NumValuesLoc); in parseDirectiveFill()4729 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveDCB() local4735 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveDCB()4771 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveRealDCB() local4777 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveRealDCB()4803 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveDS() local4809 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveDS()
2831 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveFill() local2877 getStreamer().emitFill(*NumValues, FillSize, FillExpr, NumValuesLoc); in parseDirectiveFill()