Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp428 return TokError("expected group name"); in parseGroup()
434 return TokError("invalid group name"); in parseGroup()
440 return TokError("invalid linkage"); in parseGroup()
470 return TokError("expected 'unique'"); in maybeParseUniqueID()
472 return TokError("expected commma"); in maybeParseUniqueID()
479 return TokError("unique id is too large"); in maybeParseUniqueID()
543 return TokError("unknown flag"); in ParseSectionArguments()
760 return TokError("expected a comma"); in ParseDirectiveSymver()
817 return TokError("expected a comma"); in ParseDirectiveWeakref()
858 return TokError("expected a comma"); in ParseDirectiveCGProfile()
[all …]
H A DCOFFAsmParser.cpp257 return TokError("unknown flag"); in ParseSectionFlags()
402 return TokError("expected comma in directive"); in ParseDirectiveSection()
410 return TokError("unexpected token in directive"); in ParseDirectiveSection()
442 return TokError("unexpected token in directive"); in ParseDirectiveScl()
455 return TokError("unexpected token in directive"); in ParseDirectiveType()
482 return TokError("unexpected token in directive"); in ParseDirectiveSecRel32()
534 return TokError("unexpected token in directive"); in ParseDirectiveSafeSEH()
549 return TokError("unexpected token in directive"); in ParseDirectiveSecIdx()
564 return TokError("unexpected token in directive"); in ParseDirectiveSymIdx()
616 return TokError("unexpected token in directive"); in ParseDirectiveLinkOnce()
[all …]
H A DDarwinAsmParser.cpp515 return TokError("unable to emit symbol attribute"); in parseDirectiveAltEntry()
660 return TokError("directive '.lsym' is unsupported"); in parseDirectiveLsym()
840 return TokError("unexpected token in directive"); in parseDirectiveTBSS()
892 return TokError("unexpected token in directive"); in parseDirectiveZerofill()
913 return TokError("unexpected token in directive"); in parseDirectiveZerofill()
925 return TokError("unexpected token in directive"); in parseDirectiveZerofill()
1018 return TokError(Twine("invalid ") + VersionName + in parseMajorMinorVersionComponent()
1026 return TokError(Twine(VersionName) + in parseMajorMinorVersionComponent()
1031 return TokError(Twine("invalid ") + VersionName + in parseMajorMinorVersionComponent()
1047 return TokError(Twine("invalid ") + ComponentName + in parseOptionalTrailingVersionComponent()
[all …]
H A DAsmParser.cpp1046 return TokError("unknown token in expression"); in parsePrimaryExpr()
1258 return TokError("expected ')'"); in parsePrimaryExpr()
1999 return TokError(Twine(IDVal) + in parseStatement()
2134 return TokError(Twine(IDVal) + in parseStatement()
2735 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
3068 return TokError(Lexer.getErr()); in parseRealValue()
3308 return TokError("negative file number"); in parseDirectiveFile()
3881 return TokError("expected symbol name"); in parseDirectiveCVFPOData()
3897 return TokError("Expected an identifier"); in parseDirectiveCFISections()
3908 return TokError("Expected an identifier"); in parseDirectiveCFISections()
[all …]
H A DWasmAsmParser.cpp96 return TokError("expected identifier in directive"); in parseDirectiveSize()
99 return TokError("unexpected token in directive"); in parseDirectiveSize()
105 return TokError("unexpected token in directive"); in parseDirectiveSize()
H A DMCAsmParser.cpp61 return TokError(Msg); in parseIntToken()
84 bool MCAsmParser::TokError(const Twine &Msg, SMRange Range) { in TokError() function in MCAsmParser
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.cpp535 TokError("expected name for ClassID"); in ParseClassID()
790 TokError("unknown class name"); in ParseType()
885 TokError("unknown operation"); in ParseOperation()
1017 TokError("expected ')' in !isa"); in ParseOperation()
1469 TokError("expected ',' in !foldl"); in ParseOperation()
1493 TokError("expected ',' in !foldl"); in ParseOperation()
1511 TokError("expected ',' in !foldl"); in ParseOperation()
1858 TokError("No type for list"); in ParseSimpleValue()
2562 return TokError("expected '='"); in ParseDefset()
2564 return TokError("expected '{'"); in ParseDefset()
[all …]
H A DTGParser.h130 bool TokError(const Twine &Msg) const { in TokError() function
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp617 return TokError("expected comdat type"); in parseComdat()
771 return TokError( in SkipModuleSummaryEntry()
1442 return TokError(ErrMsg); in ParseToken()
1461 return TokError("expected integer"); in ParseUInt32()
1474 return TokError("expected integer"); in ParseUInt64()
2259 return TokError(Msg); in ParseType()
3865 return TokError("expected DWARF tag"); in ParseMDField()
3888 return TokError( in ParseMDField()
4217 return TokError( in ParseMDField()
6792 return TokError( in ParseCmpXchg()
[all …]
H A DLLParser.h194 bool TokError(const Twine &Msg) const { in TokError() function
304 return TokError("expected index"); in ParseIndexList()
/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h83 bool TokError(const Twine &Msg) { in TokError() function
84 return getParser().TokError(Msg); in TokError()
H A DMCAsmParser.h230 bool TokError(const Twine &Msg, SMRange Range = None);
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2408 TokError("prefetch hint expected"); in tryParsePrefetch()
2414 TokError("prefetch hint expected"); in tryParsePrefetch()
2891 return TokError("invalid operand"); in parseSysAlias()
2909 return TokError(Str.c_str()); in parseSysAlias()
2919 return TokError(Str.c_str()); in parseSysAlias()
2929 return TokError(Str.c_str()); in parseSysAlias()
2939 return TokError(Str.c_str()); in parseSysAlias()
2950 return TokError(Str.c_str()); in parseSysAlias()
2990 TokError("'csync' operand expected"); in tryParseBarrierOperand()
3027 TokError("'csync' operand expected"); in tryParseBarrierOperand()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2594 return TokError("invalid major version"); in ParseDirectiveMajorMinor()
2601 return TokError("invalid minor version"); in ParseDirectiveMajorMinor()
2909 return TokError("too many user SGPRs enabled"); in ParseDirectiveAMDHSAKernel()
2955 return TokError("invalid stepping version"); in ParseDirectiveHSACodeObjectISA()
2962 return TokError("invalid vendor name"); in ParseDirectiveHSACodeObjectISA()
2968 return TokError("arch name required, comma expected"); in ParseDirectiveHSACodeObjectISA()
2972 return TokError("invalid arch name"); in ParseDirectiveHSACodeObjectISA()
2994 return TokError(Err.str()); in ParseAMDKernelCodeTValue()
3030 return TokError("expected symbol name"); in ParseDirectiveAMDGPUHsaKernel()
3113 return TokError(Twine("expected directive ") + in ParseDirectiveHSAMetadata()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2033 return TokError("Expected 1to<NUM> at this point"); in HandleAVX512Operand()
2037 return TokError("Expected 1to<NUM> at this point"); in HandleAVX512Operand()
2047 return TokError("Invalid memory broadcast primitive."); in HandleAVX512Operand()
2050 return TokError("Expected } at this point"); in HandleAVX512Operand()
2552 return TokError("unexpected token in argument list"); in ParseInstruction()
3408 return Parser.TokError("expected symbol name"); in parseDirectiveFPOProc()
3412 return Parser.TokError("parameters size out of range"); in parseDirectiveFPOProc()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp679 return TokError("unexpected token in directive"); in ParseDirectiveSubsection()
737 return TokError("expected identifier in directive"); in ParseDirectiveComm()
742 return TokError("unexpected token in directive"); in ParseDirectiveComm()
776 return TokError("unexpected token in '.comm' or '.lcomm' directive"); in ParseDirectiveComm()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp414 return TokError("expected identifier in directive"); in ParseDirectiveRefSym()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1220 return TokError("invalid register name"); in ParseRegister()
1707 return TokError("unrecognized machine type"); in ParseDirectiveMachine()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp3571 return TokError("immediate value expected for vector index"); in tryParseRegisterWithWriteBack()
3758 return TokError("Token is not a Left Curly Brace"); in parseRegisterList()
5070 return TokError("Token is not a Left Bracket"); in parseMemory()
10241 return TokError("expected variable after '.tlsdescseq' directive"); in parseDirectiveTLSDescSeq()