Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp843 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveTBSS() local
862 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than" in parseDirectiveTBSS()
928 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveZerofill() local
947 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less " in parseDirectiveZerofill()
DAsmParser.cpp3200 SMLoc SizeLoc, ExprLoc; in parseDirectiveFill() local
3203 SizeLoc = getTok().getLoc(); in parseDirectiveFill()
3217 Warning(SizeLoc, "'.fill' directive with negative size has no effect"); in parseDirectiveFill()
3221 Warning(SizeLoc, "'.fill' directive with size greater than 8 has been truncated to 8"); in parseDirectiveFill()
4889 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveComm() local
4921 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in parseDirectiveComm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp745 SMLoc SizeLoc = getLexer().getLoc(); in ParseDirectiveComm() local
782 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in ParseDirectiveComm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp2799 LocTy SizeLoc = Lex.getLoc(); in ParseArrayVectorType() local
2816 return Error(SizeLoc, "zero element vector is illegal"); in ParseArrayVectorType()
2818 return Error(SizeLoc, "size too large for vector"); in ParseArrayVectorType()
6891 LocTy SizeLoc, TyLoc, ASLoc; in ParseAlloc() local
6918 if (ParseTypeAndValue(Size, SizeLoc, PFS)) in ParseAlloc()
6938 return Error(SizeLoc, "element count must have integer type"); in ParseAlloc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp4302 SMLoc SizeLoc = getLexer().getLoc(); in ParseDirectiveAMDGPULDS() local
4306 return Error(SizeLoc, "size must be non-negative"); in ParseDirectiveAMDGPULDS()
4308 return Error(SizeLoc, "size is too large"); in ParseDirectiveAMDGPULDS()