/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 765 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveTBSS() local 784 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than" in parseDirectiveTBSS() 848 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveZerofill() local 867 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less " in parseDirectiveZerofill()
|
D | AsmParser.cpp | 2839 SMLoc SizeLoc, ExprLoc; in parseDirectiveFill() local 2845 SizeLoc = getLexer().getLoc(); in parseDirectiveFill() 2866 Warning(SizeLoc, "'.fill' directive with negative size has no effect"); in parseDirectiveFill() 2870 Warning(SizeLoc, "'.fill' directive with size greater than 8 has been truncated to 8"); in parseDirectiveFill() 4218 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveComm() local 4251 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in parseDirectiveComm()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 843 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()
|
D | AsmParser.cpp | 3200 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()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2406 LocTy SizeLoc = Lex.getLoc(); in ParseArrayVectorType() local 2423 return Error(SizeLoc, "zero element vector is illegal"); in ParseArrayVectorType() 2425 return Error(SizeLoc, "size too large for vector"); in ParseArrayVectorType() 5961 LocTy SizeLoc, TyLoc; in ParseAlloc() local 5980 if (ParseTypeAndValue(Size, SizeLoc, PFS) || in ParseAlloc() 5987 return Error(SizeLoc, "element count must have integer type"); in ParseAlloc()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 745 SMLoc SizeLoc = getLexer().getLoc(); in ParseDirectiveComm() local 782 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in ParseDirectiveComm()
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 993 SMLoc SizeLoc = getLexer().getLoc(); in ParseDirectiveComm() local 1030 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in ParseDirectiveComm()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2799 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 4302 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()
|