/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 184 return TokError("expected identifier in directive"); in ParseDirectiveSymbolAttribute() 194 return TokError("unexpected token in directive"); in ParseDirectiveSymbolAttribute() 221 return TokError("expected identifier in directive"); in ParseDirectiveSize() 225 return TokError("unexpected token in directive"); in ParseDirectiveSize() 233 return TokError("unexpected token in directive"); in ParseDirectiveSize() 381 return TokError(".popsection without corresponding .pushsection"); in ParseDirectivePopSection() 397 return TokError("expected '@<type>', '%<type>' or \"<type>\""); in maybeParseSectionType() 399 return TokError("expected '%<type>' or \"<type>\""); in maybeParseSectionType() 407 return TokError("expected identifier in directive"); in maybeParseSectionType() 413 return TokError("expected the entry size"); in parseMergeSize() [all …]
|
D | COFFAsmParser.cpp | 201 return TokError("conflicting section flags 'b' and 'd'."); in ParseSectionFlags() 208 return TokError("conflicting section flags 'b' and 'd'."); in ParseSectionFlags() 257 return TokError("unknown flag"); in ParseSectionFlags() 299 return TokError("expected identifier in directive"); in ParseDirectiveSymbolAttribute() 309 return TokError("unexpected token in directive"); in ParseDirectiveSymbolAttribute() 330 return TokError("unexpected token in section switching directive"); in ParseSectionSwitch() 367 return TokError("expected identifier in directive"); in ParseDirectiveSection() 377 return TokError("expected string in directive"); in ParseDirectiveSection() 395 return TokError("expected comdat type such as 'discard' or 'largest' " in ParseDirectiveSection() 402 return TokError("expected comma in directive"); in ParseDirectiveSection() [all …]
|
D | DarwinAsmParser.cpp | 473 return TokError("unexpected token in section switching directive"); in parseSectionSwitch() 501 return TokError("expected identifier in directive"); in parseDirectiveAltEntry() 507 return TokError(".alt_entry must preceed symbol definition"); in parseDirectiveAltEntry() 510 return TokError("unable to emit symbol attribute"); in parseDirectiveAltEntry() 521 return TokError("expected identifier in directive"); in parseDirectiveDesc() 527 return TokError("unexpected token in '.desc' directive"); in parseDirectiveDesc() 535 return TokError("unexpected token in '.desc' directive"); in parseDirectiveDesc() 560 return TokError("expected identifier in .indirect_symbol directive"); in parseDirectiveIndirectSymbol() 566 return TokError("non-local symbol required in directive"); in parseDirectiveIndirectSymbol() 569 return TokError("unable to emit indirect symbol attribute for: " + Name); in parseDirectiveIndirectSymbol() [all …]
|
D | AsmParser.cpp | 1008 return TokError("expected ')' in parentheses expression"); in parseParenExpr() 1039 return TokError("unknown token in expression"); in parsePrimaryExpr() 1142 return TokError("literal value out of range for directive"); in parsePrimaryExpr() 1158 return TokError("invalid variant '" + Split.second + "'"); in parsePrimaryExpr() 1197 return TokError("brackets expression not supported on this target"); in parsePrimaryExpr() 1246 return TokError("expected '(' after operator"); in parsePrimaryExpr() 1251 return TokError("expected ')'"); in parsePrimaryExpr() 1281 TokError("invalid variant on expression '" + getTok().getIdentifier() + in applyModifierToExpr() 1377 return TokError("unexpected symbol modifier following '@'"); in parseExpression() 1382 return TokError("invalid variant '" + getTok().getIdentifier() + "'"); in parseExpression() [all …]
|
D | MCAsmParser.cpp | 61 return TokError(Msg); in parseIntToken() 84 bool MCAsmParser::TokError(const Twine &Msg, SMRange Range) { in TokError() function in MCAsmParser
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 165 return TokError("expected identifier in directive"); in ParseDirectiveSymbolAttribute() 175 return TokError("unexpected token in directive"); in ParseDirectiveSymbolAttribute() 202 return TokError("expected identifier in directive"); in ParseDirectiveSize() 206 return TokError("unexpected token in directive"); in ParseDirectiveSize() 214 return TokError("unexpected token in directive"); in ParseDirectiveSize() 352 return TokError(".popsection without corresponding .pushsection"); in ParseDirectivePopSection() 365 return TokError("expected identifier in directive"); in ParseSectionArguments() 399 return TokError("expected string in directive"); in ParseSectionArguments() 408 return TokError("unknown flag"); in ParseSectionArguments() 414 return TokError("Section cannot specifiy a group name while also acting " in ParseSectionArguments() [all …]
|
D | DarwinAsmParser.cpp | 397 return TokError("unexpected token in section switching directive"); in parseSectionSwitch() 425 return TokError("expected identifier in directive"); in parseDirectiveAltEntry() 431 return TokError(".alt_entry must preceed symbol definition"); in parseDirectiveAltEntry() 434 return TokError("unable to emit symbol attribute"); in parseDirectiveAltEntry() 445 return TokError("expected identifier in directive"); in parseDirectiveDesc() 451 return TokError("unexpected token in '.desc' directive"); in parseDirectiveDesc() 459 return TokError("unexpected token in '.desc' directive"); in parseDirectiveDesc() 484 return TokError("expected identifier in .indirect_symbol directive"); in parseDirectiveIndirectSymbol() 490 return TokError("non-local symbol required in directive"); in parseDirectiveIndirectSymbol() 493 return TokError("unable to emit indirect symbol attribute for: " + Name); in parseDirectiveIndirectSymbol() [all …]
|
D | COFFAsmParser.cpp | 183 return TokError("conflicting section flags 'b' and 'd'."); in ParseSectionFlags() 190 return TokError("conflicting section flags 'b' and 'd'."); in ParseSectionFlags() 235 return TokError("unknown flag"); in ParseSectionFlags() 274 return TokError("expected identifier in directive"); in ParseDirectiveSymbolAttribute() 284 return TokError("unexpected token in directive"); in ParseDirectiveSymbolAttribute() 305 return TokError("unexpected token in section switching directive"); in ParseSectionSwitch() 341 return TokError("expected identifier in directive"); in ParseDirectiveSection() 351 return TokError("expected string in directive"); in ParseDirectiveSection() 369 return TokError("expected comdat type such as 'discard' or 'largest' " in ParseDirectiveSection() 376 return TokError("expected comma in directive"); in ParseDirectiveSection() [all …]
|
D | AsmParser.cpp | 266 return TokError(ErrMsg); in parseEOL() 277 return TokError(ErrMsg); in parseToken() 284 return TokError(ErrMsg); in parseIntToken() 744 return TokError("unmatched .ifs or .elses"); in Run() 752 TokError("unassigned file number: " + Twine(Index) + in Run() 801 TokError("expected section directive before assembly directive"); in checkForValidSection() 846 return TokError("expected ')' in parentheses expression"); in parseParenExpr() 861 return TokError("expected ']' in brackets expression"); in parseBracketExpr() 878 return TokError("unknown token in expression"); in parsePrimaryExpr() 973 return TokError("literal value out of range for directive"); in parsePrimaryExpr() [all …]
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 169 return TokError("expected identifier in directive"); in ParseDirectiveSymbolAttribute() 179 return TokError("unexpected token in directive"); in ParseDirectiveSymbolAttribute() 191 return TokError("unexpected token in section switching directive"); in ParseSectionSwitch() 203 return TokError("expected identifier in directive"); in ParseDirectiveSize() 207 return TokError("unexpected token in directive"); in ParseDirectiveSize() 215 return TokError("unexpected token in directive"); in ParseDirectiveSize() 325 return TokError(".popsection without corresponding .pushsection"); in ParseDirectivePopSection() 334 return TokError("expected identifier in directive"); in ParseDirectiveSection() 352 return TokError("expected string in directive"); in ParseDirectiveSection() 359 return TokError("unknown flag"); in ParseDirectiveSection() [all …]
|
D | DarwinAsmParser.cpp | 301 return TokError("unexpected token in section switching directive"); in ParseSectionSwitch() 330 return TokError("expected identifier in directive"); in ParseDirectiveDesc() 336 return TokError("unexpected token in '.desc' directive"); in ParseDirectiveDesc() 344 return TokError("unexpected token in '.desc' directive"); in ParseDirectiveDesc() 360 return TokError("expected string in '.dump' or '.load' directive"); in ParseDirectiveDumpOrLoad() 365 return TokError("unexpected token in '.dump' or '.load' directive"); in ParseDirectiveDumpOrLoad() 382 return TokError("expected identifier in directive"); in ParseDirectiveLsym() 388 return TokError("unexpected token in '.lsym' directive"); in ParseDirectiveLsym() 396 return TokError("unexpected token in '.lsym' directive"); in ParseDirectiveLsym() 404 return TokError("directive '.lsym' is unsupported"); in ParseDirectiveLsym() [all …]
|
D | COFFAsmParser.cpp | 142 return TokError("expected identifier in directive"); in ParseDirectiveSymbolAttribute() 152 return TokError("unexpected token in directive"); in ParseDirectiveSymbolAttribute() 165 return TokError("unexpected token in section switching directive"); in ParseSectionSwitch() 178 return TokError("expected identifier in directive"); in ParseDirectiveDef() 194 return TokError("unexpected token in directive"); in ParseDirectiveScl() 207 return TokError("unexpected token in directive"); in ParseDirectiveType() 226 return TokError("unexpected token in directive"); in ParseSEHDirectiveStartProc() 259 return TokError("you must specify one or both of @unwind or @except"); in ParseSEHDirectiveHandler() 270 return TokError("unexpected token in directive"); in ParseSEHDirectiveHandler() 291 return TokError("unexpected token in directive"); in ParseSEHDirectivePushReg() [all …]
|
D | AsmParser.cpp | 477 return TokError("unmatched .ifs or .elses"); in Run() 484 TokError("unassigned file number: " + Twine(i) + " for .file directives"); in Run() 520 TokError("expected section directive before assembly directive"); in CheckForValidSection() 558 return TokError("expected ')' in parentheses expression"); in ParseParenExpr() 572 return TokError("expected ']' in brackets expression"); in ParseBracketExpr() 587 return TokError("unknown token in expression"); in ParsePrimaryExpr() 616 return TokError("invalid variant '" + Split.second + "'"); in ParsePrimaryExpr() 678 return TokError("brackets expression not supported on this target"); in ParsePrimaryExpr() 721 TokError("invalid variant on expression '" + in ApplyModifierToExpr() 779 return TokError("unexpected symbol modifier following '@'"); in ParseExpression() [all …]
|
D | MCAsmParser.cpp | 36 bool MCAsmParser::TokError(const Twine &Msg) { in TokError() function in MCAsmParser
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 535 TokError("expected name for ClassID"); in ParseClassID() 541 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID() 554 TokError("expected name for MultiClassID"); in ParseMultiClassID() 560 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID() 593 TokError("subclass reference requires a non-empty list of template values"); in ParseSubClassReference() 605 TokError("expected '>' in template value list"); in ParseSubClassReference() 638 TokError("subclass reference requires a non-empty list of template values"); in ParseSubMultiClassReference() 650 TokError("expected '>' in template value list"); in ParseSubMultiClassReference() 666 TokError("expected integer or bitrange"); in ParseRangePiece() 673 return TokError("invalid range, cannot be negative"); in ParseRangePiece() [all …]
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | TGParser.cpp | 326 TokError("expected name for ClassID"); in ParseClassID() 332 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID() 345 TokError("expected name for ClassID"); in ParseMultiClassID() 351 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID() 359 TokError("expected multiclass name"); in ParseDefmID() 365 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseDefmID() 397 TokError("subclass reference requires a non-empty list of template values"); in ParseSubClassReference() 409 TokError("expected '>' in template value list"); in ParseSubClassReference() 439 TokError("subclass reference requires a non-empty list of template values"); in ParseSubMultiClassReference() 451 TokError("expected '>' in template value list"); in ParseSubMultiClassReference() [all …]
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 398 TokError("Record name is not typed!"); in ParseObjectName() 414 TokError("expected name for ClassID"); in ParseClassID() 420 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID() 433 TokError("expected name for MultiClassID"); in ParseMultiClassID() 439 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID() 472 TokError("subclass reference requires a non-empty list of template values"); in ParseSubClassReference() 484 TokError("expected '>' in template value list"); in ParseSubClassReference() 517 TokError("subclass reference requires a non-empty list of template values"); in ParseSubMultiClassReference() 529 TokError("expected '>' in template value list"); in ParseSubMultiClassReference() 545 TokError("expected integer or bitrange"); in ParseRangePiece() [all …]
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 252 default: return TokError("expected top-level entity"); in ParseTopLevelEntities() 300 default: return TokError("unknown target property"); in ParseTargetDefinition() 452 return TokError("expected 'global' or 'constant'"); in ParseGlobalType() 545 return TokError("expected comdat type"); in parseComdat() 550 return TokError("unknown selection kind"); in parseComdat() 658 return TokError("unexpected type in metadata definition"); in ParseStandaloneMetadata() 677 return TokError("Metadata id is already used"); in ParseStandaloneMetadata() 940 return TokError("unknown global variable property!"); in ParseGlobal() 955 return TokError("expected attribute group id"); in ParseUnnamedAttrGrp() 1243 return TokError(ErrMsg); in ParseToken() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 313 default: return TokError("expected top-level entity"); in ParseTopLevelEntities() 366 default: return TokError("unknown target property"); in ParseTargetDefinition() 517 return TokError("expected 'global' or 'constant'"); in ParseGlobalType() 617 return TokError("expected comdat type"); in parseComdat() 622 return TokError("unknown selection kind"); in parseComdat() 737 return TokError("unexpected type in metadata definition"); in ParseStandaloneMetadata() 756 return TokError("Metadata id is already used"); in ParseStandaloneMetadata() 771 return TokError( in SkipModuleSummaryEntry() 789 return TokError("found end of file while parsing summary entry"); in SkipModuleSummaryEntry() 1101 return TokError("unknown global variable property!"); in ParseGlobal() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/ |
D | MCAsmParserExtension.h | 65 bool TokError(const Twine &Msg) { in TokError() function 66 return getParser().TokError(Msg); in TokError()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 170 default: return TokError("expected top-level entity"); in ParseTopLevelEntities() 253 default: return TokError("unknown target property"); in ParseTargetDefinition() 384 return TokError("expected 'global' or 'constant'"); in ParseGlobalType() 553 return TokError("Metadata id is already used"); in ParseStandaloneMetadata() 735 TokError("unknown global variable property!"); in ParseGlobal() 838 return TokError(ErrMsg); in ParseToken() 847 return TokError("expected string constant"); in ParseStringConstant() 857 return TokError("expected integer"); in ParseUInt32() 860 return TokError("expected 32-bit integer (too large)"); in ParseUInt32() 1069 return TokError("expected metadata after comma"); in ParseInstructionMetadata() [all …]
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmParserExtension.h | 77 bool TokError(const Twine &Msg) { in TokError() function 78 return getParser().TokError(Msg); in TokError()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 1992 TokError("vector register expected"); in tryMatchVectorRegister() 2007 TokError("invalid vector kind qualifier"); in tryMatchVectorRegister() 2016 TokError("vector register expected"); in tryMatchVectorRegister() 2067 TokError("immediate value expected for prefetch operand"); in tryParsePrefetch() 2072 TokError("prefetch operand out of range, [0,31] expected"); in tryParsePrefetch() 2083 TokError("pre-fetch hint expected"); in tryParsePrefetch() 2089 TokError("pre-fetch hint expected"); in tryParsePrefetch() 2106 TokError("invalid operand for instruction"); in tryParsePSBHint() 2112 TokError("invalid operand for instruction"); in tryParsePSBHint() 2225 TokError("expected compatible register or floating-point constant"); in tryParseFPImm() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/ |
D | MCAsmParserExtension.h | 83 bool TokError(const Twine &Msg) { in TokError() function 84 return getParser().TokError(Msg); in TokError()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 2342 TokError("immediate value expected for prefetch operand"); in tryParsePrefetch() 2347 TokError("prefetch operand out of range, [0," + utostr(MaxVal) + in tryParsePrefetch() 2359 TokError("prefetch hint expected"); in tryParsePrefetch() 2365 TokError("prefetch hint expected"); in tryParsePrefetch() 2382 TokError("invalid operand for instruction"); in tryParsePSBHint() 2388 TokError("invalid operand for instruction"); in tryParsePSBHint() 2485 TokError("invalid floating point immediate"); in tryParseFPImm() 2492 TokError("encoded floating point value out of range"); in tryParseFPImm() 2638 return TokError("invalid condition code"); in parseCondCode() 2643 return TokError("condition codes AL and NV are invalid for this instruction"); in parseCondCode() [all …]
|