Searched refs:SizeLoc (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp528 SMLoc SizeLoc = getTok().getLoc(); local
530 return Error(SizeLoc, "expected integer size");
532 return Error(SizeLoc, "stack size must be a multiple of 8");
H A DDarwinAsmParser.cpp841 SMLoc SizeLoc = getLexer().getLoc(); local
860 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than"
926 SMLoc SizeLoc = getLexer().getLoc(); local
945 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less "
H A DAsmParser.cpp3346 SMLoc SizeLoc, ExprLoc; local
3349 SizeLoc = getTok().getLoc();
3362 Warning(SizeLoc, "'.fill' directive with negative size has no effect");
3366 Warning(SizeLoc, "'.fill' directive with size greater than 8 has been truncated to 8");
5019 SMLoc SizeLoc = getLexer().getLoc(); local
5050 return Error(SizeLoc, "size must be non-negative");
H A DMasmParser.cpp6069 SMLoc SizeLoc = getLexer().getLoc(); local
6100 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't "
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp750 SMLoc SizeLoc = getLexer().getLoc(); local
787 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't "
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp3074 LocTy SizeLoc = Lex.getLoc();
3092 return error(SizeLoc, "zero element vector is illegal");
3094 return error(SizeLoc, "size too large for vector");
7477 LocTy SizeLoc, TyLoc, ASLoc;
7505 if (parseTypeAndValue(Size, SizeLoc, PFS))
7525 return error(SizeLoc, "element count must have integer type");
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5618 SMLoc SizeLoc = getLoc(); local
5622 return Error(SizeLoc, "size must be non-negative");
5624 return Error(SizeLoc, "size is too large");

Completed in 300 milliseconds