Home
last modified time | relevance | path

Searched refs:NumValuesLoc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3299 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveFill() local
3334 getStreamer().emitFill(*NumValues, FillSize, FillExpr, NumValuesLoc); in parseDirectiveFill()
4822 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveDCB() local
4828 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveDCB()
4859 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveRealDCB() local
4865 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveRealDCB()
4886 SMLoc NumValuesLoc = Lexer.getLoc(); in parseDirectiveDS() local
4893 …Warning(NumValuesLoc, "'" + Twine(IDVal) + "' directive with negative repeat count has no effect"); in parseDirectiveDS()