Searched refs:getTok (Results 1 - 16 of 16) sorted by last modified time

/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h155 /// getTok - Get the current (last) lexed token.
156 const AsmToken &getTok() { function in class:llvm::MCAsmLexer
H A DMCAsmParser.h95 /// getTok - Get the current AsmToken from the stream.
96 const AsmToken &getTok();
H A DMCAsmParserExtension.h71 const AsmToken &getTok() { return getParser().getTok(); } function in class:llvm::MCAsmParserExtension
/external/llvm/include/llvm/MC/
H A DMCTargetAsmLexer.h62 /// getTok - Get the current (last) lexed token.
63 const AsmToken &getTok() { function in class:llvm::MCTargetAsmLexer
/external/llvm/lib/MC/MCDisassembler/
H A DEDDisassembler.cpp388 tokens.push_back(SpecificAsmLexer->getTok());
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp622 const char *Start = getTok().getLoc().getPointer();
628 const char *End = getTok().getLoc().getPointer();
633 const char *Start = getTok().getLoc().getPointer();
640 const char *End = getTok().getLoc().getPointer();
729 SMLoc Loc = getTok().getLoc();
730 int64_t IntVal = getTok().getIntVal();
736 StringRef IDVal = getTok().getString();
751 APFloat RealVal(APFloat::IEEEdouble, getTok().getString());
816 getTok().getIdentifier() + "' (already modified)");
875 MCSymbolRefExpr::getVariantKindForName(getTok()
[all...]
H A DDarwinAsmParser.cpp714 SMLoc Loc = getParser().getTok().getLoc();
H A DELFAsmParser.cpp230 SectionName = getTok().getIdentifier();
244 CurSize = getTok().getIdentifier().size() + 2;
247 CurSize = getTok().getIdentifier().size();
257 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer())
356 StringRef FlagsStr = getTok().getStringContents();
503 StringRef Data = getTok().getIdentifier();
559 StringRef Data = getTok().getIdentifier();
H A DMCAsmParser.cpp32 const AsmToken &MCAsmParser::getTok() { function in class:MCAsmParser
33 return getLexer().getTok();
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2455 StartLoc = Parser.getTok().getLoc();
2457 EndLoc = Parser.getTok().getLoc();
2467 const AsmToken &Tok = Parser.getTok();
2520 SMLoc S = Parser.getTok().getLoc();
2521 const AsmToken &Tok = Parser.getTok();
2555 if (Parser.getTok().is(AsmToken::Hash) ||
2556 Parser.getTok().is(AsmToken::Dollar)) {
2558 SMLoc ImmLoc = Parser.getTok().getLoc();
2584 } else if (Parser.getTok().is(AsmToken::Identifier)) {
2586 SMLoc L = Parser.getTok()
[all...]
/external/llvm/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp396 SMLoc S = Parser.getTok().getLoc();
397 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
402 RegNo = MatchRegisterName(getLexer().getTok().getIdentifier());
423 SMLoc S = Parser.getTok().getLoc();
424 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
429 unsigned reg = MatchFslRegister(getLexer().getTok().getIdentifier());
440 SMLoc S = Parser.getTok().getLoc();
441 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
476 Error(Parser.getTok().getLoc(), "unknown operand");
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp432 const AsmToken &Tok = Parser.getTok();
455 SMLoc S = Parser.getTok().getLoc();
460 && Operands.size() == 2 && Parser.getTok().is(AsmToken::Integer)){
461 RegNo = Parser.getTok().getIntVal(); //get the int value
471 Parser.getTok().getLoc()));
491 Error(Parser.getTok().getLoc(), "unexpected token in operand");
495 SMLoc S = Parser.getTok().getLoc();
513 S = Parser.getTok().getLoc();
524 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
543 SMLoc S = Parser.getTok()
[all...]
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp524 const AsmToken &PercentTok = Parser.getTok();
532 const AsmToken &Tok = Parser.getTok();
572 const AsmToken &IntTok = Parser.getTok();
588 return Error(Parser.getTok().getLoc(), "expected ')'");
650 SMLoc Start = Parser.getTok().getLoc(), End;
671 int64_t Val = Parser.getTok().getIntVal();
673 SMLoc Loc = Parser.getTok().getLoc();
685 SMLoc IdxRegLoc = Parser.getTok().getLoc();
696 SMLoc PlusLoc = Parser.getTok().getLoc();
698 int64_t Val = Parser.getTok()
[all...]
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp231 AsmToken Tok = Lexer.getTok();
243 Out->os() << "identifier: " << Lexer.getTok().getString();
246 Out->os() << "int: " << Lexer.getTok().getString();
249 Out->os() << "real: " << Lexer.getTok().getString();
252 Out->os() << "register: " << Lexer.getTok().getRegVal();
255 Out->os() << "string: " << Lexer.getTok().getString();
/external/expat/xmlwf/
H A Dct.c4 getTok(const char **pp) function
90 p = getTok(&next);
95 p = getTok(&next);
98 p = getTok(&next);
101 p = getTok(&next);
104 p = getTok(&next);
106 p = getTok(&next);
108 p = getTok(&next);
136 p = getTok(&next);
H A Dxmlmime.c5 getTok(const char **pp) function
94 p = getTok(&next);
99 p = getTok(&next);
102 p = getTok(&next);
107 p = getTok(&next);
110 p = getTok(&next);
112 p = getTok(&next);
114 p = getTok(&next);
143 p = getTok(&next);

Completed in 296 milliseconds