| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | DependencyDirectivesScanner.h | 35 struct Token { struct 39 tok::TokenKind Kind; argument 42 Token(unsigned Offset, unsigned Length, tok::TokenKind Kind, in Token() argument 48 bool is(tok::TokenKind K) const { return Kind == K; } in is() argument 49 bool isNot(tok::TokenKind K) const { return Kind != K; } in isNot() argument 50 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { in isOneOf() argument 53 template <typename... Ts> bool isOneOf(tok::TokenKind K1, Ts... Ks) const { in isOneOf() argument
|
| H A D | TokenConcatenation.h | 20 class Token; variable
|
| H A D | Pragma.h | 26 class Token; variable
|
| H A D | TokenLexer.h | 24 class Token; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.cpp | 168 static Cursor lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, in lexName() 296 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier() 308 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock() 343 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex() 356 static Cursor maybeLexIndexAndName(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndexAndName() 379 static Cursor maybeLexJumpTableIndex(Cursor C, MIToken &Token) { in maybeLexJumpTableIndex() 383 static Cursor maybeLexStackObject(Cursor C, MIToken &Token) { in maybeLexStackObject() 387 static Cursor maybeLexFixedStackObject(Cursor C, MIToken &Token) { in maybeLexFixedStackObject() 391 static Cursor maybeLexConstantPoolItem(Cursor C, MIToken &Token) { in maybeLexConstantPoolItem() 395 static Cursor maybeLexSubRegisterIndex(Cursor C, MIToken &Token, in maybeLexSubRegisterIndex() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | MacroCallReconstructor.cpp | 73 void MacroCallReconstructor::add(FormatToken *Token, in add() 207 void MacroCallReconstructor::reconstruct(FormatToken *Token) { in reconstruct() 258 void MacroCallReconstructor::startReconstruction(FormatToken *Token) { in startReconstruction() 304 bool MacroCallReconstructor::reconstructActiveCallUntil(FormatToken *Token) { in reconstructActiveCallUntil() 318 void MacroCallReconstructor::endReconstruction(FormatToken *Token) { in endReconstruction() 328 FormatToken *Token = T->Tok; in endReconstruction() local 389 FormatToken *Token = ActiveExpansions.back().SpelledI->Tok; in processNextReconstructed() local 499 void MacroCallReconstructor::appendToken(FormatToken *Token, in appendToken()
|
| H A D | FormatToken.cpp | 85 void TokenRole::precomputeFormattingInfos(const FormatToken *Token) {} in precomputeFormattingInfos() 165 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowAnalysisContext.cpp | 142 Atom Token, const Formula &Constraint) { in addFlowConditionConstraint() 150 Atom DataflowAnalysisContext::forkFlowCondition(Atom Token) { in forkFlowCondition() 160 Atom Token = arena().makeFlowConditionToken(); in joinFlowConditions() local 175 bool DataflowAnalysisContext::flowConditionImplies(Atom Token, in flowConditionImplies() 192 bool DataflowAnalysisContext::flowConditionAllows(Atom Token, in flowConditionAllows() 212 Atom Token, llvm::SetVector<const Formula *> &Constraints) { in addTransitiveFlowConditionConstraints() 220 auto Token = Remaining.back(); in addTransitiveFlowConditionConstraints() local 253 void DataflowAnalysisContext::dumpFlowCondition(Atom Token, in dumpFlowCondition()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | ScriptLexer.h | 49 struct Token { struct 50 StringRef str; 52 operator StringRef() const { return str; } in StringRef()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFModuleDefinition.cpp | 52 struct Token { struct 53 explicit Token(Kind T = Unknown, StringRef S = "") : K(T), Value(S) {} in Token() function 54 Kind K; 55 StringRef Value;
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | llex.h | 44 typedef struct Token { struct 47 } Token; typedef
|
| /freebsd/contrib/lua/src/ |
| H A D | llex.h | 56 typedef struct Token { struct 59 } Token; argument
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | prmacros.c | 385 char *Token = NULL; in PrAddMacro() local 596 char *Token = NULL; in PrDoMacroInvocation() local
|
| H A D | prscan.c | 427 char *Token; in PrPreprocessInputFile() local 560 char *Token = AslGbl_MainTokenBuffer; in PrDoDirective() local
|
| H A D | asloptions.c | 1073 char *Token; in AslMergeOptionTokens() local
|
| H A D | prexpress.c | 218 char *Token; in PrExpandMacros() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VFABIDemangling.cpp | |
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPConditionalDirectiveRecord.cpp | 104 void PPConditionalDirectiveRecord::Elifdef(SourceLocation Loc, const Token &, in Elifdef() 115 void PPConditionalDirectiveRecord::Elifndef(SourceLocation Loc, const Token &, in Elifndef()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OperatorKinds.h | 23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | VFABIDemangler.cpp | 123 const StringRef Token) { in tryParseLinearTokenWithRuntimeStep() 188 const StringRef Token) { in tryParseCompileTimeLinearToken() 512 VFParamKind VFABI::getVFParamKindFromString(const StringRef Token) { in getVFParamKindFromString()
|
| H A D | ConvergenceVerifier.cpp | 60 auto *Token = Bundle->Inputs[0].get(); in findAndCheckConvergenceTokenUsed() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVCommandLine.cpp | 116 for (const auto &Token : Tokens) { in parse() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | TokenBufferTokenManager.h | 30 const auto *Token = getToken(I); in getText() local
|
| /freebsd/crypto/krb5/src/ccapi/common/win/OldCC/ |
| H A D | secure.cxx | 79 DWORD SecureClient::Token(HANDLE& hToken) { in Token() function in SecureClient
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GenericConvergenceVerifierImpl.h | 201 if (auto *Token = Tokens.lookup(&I)) in verify() local
|