| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | BreakpadRecords.cpp | 87 std::tie(Token, Str) = getToken(Str); in consume() 187 std::tie(Str, Line) = getToken(Line); in parse() 211 std::tie(Str, Line) = getToken(Line); in parse() 235 std::tie(Str, Line) = getToken(Line); in parseNumberName() 280 std::tie(Str, Line) = getToken(Line); in parsePublicOrFunc() 284 std::tie(Str, Line) = getToken(Line); in parsePublicOrFunc() 289 std::tie(Str, Line) = getToken(Line); in parsePublicOrFunc() 294 std::tie(Str, Line) = getToken(Line); in parsePublicOrFunc() 382 std::tie(Str, Line) = getToken(Line); in parse() 387 std::tie(Str, Line) = getToken(Line); in parse() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 160 StringRef getToken() const { in getToken() function 175 OS << "'" << getToken() << "'"; in print() 275 && Op1.getToken() == "=" in PreMatchCheck() 276 && (Op2.getToken() == "-" || Op2.getToken() == "be16" in PreMatchCheck() 277 || Op2.getToken() == "be32" || Op2.getToken() == "be64" in PreMatchCheck() 278 || Op2.getToken() == "le16" || Op2.getToken() == "le32" in PreMatchCheck() 279 || Op2.getToken() == "le64") in PreMatchCheck()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | StringExtras.cpp | 39 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, in getToken() function in llvm 55 std::pair<StringRef, StringRef> S = getToken(Source, Delimiters); in SplitString() 58 S = getToken(S.second, Delimiters); in SplitString()
|
| H A D | LockFileManager.cpp | 68 std::tie(Hostname, PIDStr) = getToken(MB.getBuffer(), " "); in readLockFile()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/ |
| H A D | TokenBufferTokenManager.h | 30 const auto *Token = getToken(I); in getText() 40 const syntax::Token *getToken(Key I) const { in getToken() function
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
| H A D | ComputeReplacements.cpp | 47 if (SpanEnd == STM.getToken(L->getTokenKey()) && in enumerateTokenSpans() 57 SpanBegin = STM.getToken(L->getTokenKey()); in enumerateTokenSpans()
|
| H A D | Synthesis.cpp | 223 return createLeaf(A, TBTM, TBTM.getToken(L->getTokenKey())->kind(), in deepCopyExpandingMacros()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | ScratchBuffer.h | 36 SourceLocation getToken(const char *Buf, unsigned Len, const char *&DestPtr);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolData.h | 46 FORWARD_SYMBOL_METHOD(getToken)
|
| H A D | PDBSymbolFunc.h | 71 FORWARD_SYMBOL_METHOD(getToken)
|
| H A D | IPDBRawSymbol.h | 144 virtual uint32_t getToken() const = 0;
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | ScratchBuffer.cpp | 33 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken() function in ScratchBuffer
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | PostfixExpression.cpp | 51 while (std::tie(token, expr) = getToken(expr), !token.empty()) { in ParseOneExpression() 100 std::tie(lhs, expr) = getToken(expr); in ParseFPOProgram()
|
| /openbsd-src/gnu/llvm/clang/lib/Rewrite/ |
| H A D | TokenRewriter.cpp | 91 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling)); in AddTokenBefore()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 168 StringRef getToken() const { in getToken() function 568 OS << "Token: " << getToken() << "\n"; in print() 907 Type = static_cast<LanaiOperand *>(Operands[0].get())->getToken(); in parseMemoryOperand() 1173 static_cast<const LanaiOperand &>(*Operands[0]).getToken()) in MaybePredicatedInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/AsmParser/ |
| H A D | XtensaAsmParser.cpp | 260 StringRef getToken() const { in getToken() function 275 OS << "'" << getToken() << "'"; in print()
|
| /openbsd-src/gnu/llvm/llvm/tools/lto/ |
| H A D | lto.cpp | 485 for (std::pair<StringRef, StringRef> o = getToken(opt); !o.first.empty(); in lto_codegen_debug_options() 486 o = getToken(o.second)) in lto_codegen_debug_options()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 883 StringRef getToken() const { in getToken() function in __anon2409b1d30111::AMDGPUOperand 1097 OS << '\'' << getToken() << '\''; in print() 1702 AsmToken getToken() const; 2624 return isRegister(getToken(), peekToken()); in isRegister() 2715 Tokens.push_back(getToken()); in ParseSpecialReg() 2734 Tokens.push_back(getToken()); in ParseRegularReg() 2908 const auto &Tok = getToken(); in parseRegister() 2933 const auto& Tok = getToken(); in parseImm() 3065 AsmToken Tok = getToken(); in isModifier() 4780 return PrevOp.isToken() && PrevOp.getToken() == "::"; in isInvalidVOPDY() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 194 StringRef getToken() const { in getToken() function in __anond633fba90111::AVROperand 255 O << "Token: \"" << getToken() << "\""; in print()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 117 uint32_t getToken() const override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 122 uint32_t getToken() const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 413 StringRef getToken() const { in getToken() function 461 OS << "'" << getToken() << "'"; in print() 621 if (FirstOperand.isToken() && FirstOperand.getToken() == "{") { in MatchAndEmitInstruction() 631 if (FirstOperand.isToken() && FirstOperand.getToken() == "}") { in MatchAndEmitInstruction() 839 return static_cast<HexagonOperand &>(Operand).getToken().equals_insensitive( in previousEqual()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 317 uint32_t NativeRawSymbol::getToken() const { in getToken() function in NativeRawSymbol
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 169 StringRef getToken() const; 325 StringRef M68kOperand::getToken() const { in getToken() function in M68kOperand
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 217 StringRef getToken() const { in getToken() function in __anon21cc4c950111::SystemZOperand 723 OS << "Token:" << getToken(); in print() 1596 ((SystemZOperand &)*Operands[0]).getToken(), FBS, Dialect); in MatchAndEmitInstruction()
|