Home
last modified time | relevance | path

Searched defs:Token (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h34 struct Token { struct
38 tok::TokenKind Kind; argument
41 Token(unsigned Offset, unsigned Length, tok::TokenKind Kind, in Token() argument
47 bool is(tok::TokenKind K) const { return Kind == K; } in is() argument
48 bool isNot(tok::TokenKind K) const { return Kind != K; } in isNot() argument
49 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { in isOneOf() argument
52 template <typename... Ts> bool isOneOf(tok::TokenKind K1, Ts... Ks) const { in isOneOf() argument
H A DTokenConcatenation.h20 class Token; variable
H A DPragma.h26 class Token; variable
H A DTokenLexer.h24 class Token; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp168 static Cursor lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, in lexName()
293 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier()
305 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock()
340 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex()
353 static Cursor maybeLexIndexAndName(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndexAndName()
376 static Cursor maybeLexJumpTableIndex(Cursor C, MIToken &Token) { in maybeLexJumpTableIndex()
380 static Cursor maybeLexStackObject(Cursor C, MIToken &Token) { in maybeLexStackObject()
384 static Cursor maybeLexFixedStackObject(Cursor C, MIToken &Token) { in maybeLexFixedStackObject()
388 static Cursor maybeLexConstantPoolItem(Cursor C, MIToken &Token) { in maybeLexConstantPoolItem()
392 static Cursor maybeLexSubRegisterIndex(Cursor C, MIToken &Token, in maybeLexSubRegisterIndex()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMacroCallReconstructor.cpp73 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 DFormatToken.cpp86 void TokenRole::precomputeFormattingInfos(const FormatToken *Token) {} in precomputeFormattingInfos()
166 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()
H A DBreakableToken.cpp219 bool switchesFormatting(const FormatToken &Token) { in switchesFormatting()
409 BreakableComment::BreakableComment(const FormatToken &Token, in BreakableComment()
481 const FormatToken &Token, unsigned StartColumn, in BreakableBlockComment()
864 const FormatToken &Token, unsigned StartColumn, bool InPPDirective, in BreakableLineCommentSection()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp144 Atom Token, const Formula &Constraint) { in addFlowConditionConstraint()
152 Atom DataflowAnalysisContext::forkFlowCondition(Atom Token) { in forkFlowCondition()
162 Atom Token = arena().makeFlowConditionToken(); in joinFlowConditions() local
176 bool DataflowAnalysisContext::flowConditionImplies(Atom Token, in flowConditionImplies()
193 bool DataflowAnalysisContext::flowConditionAllows(Atom Token, in flowConditionAllows()
213 Atom Token, llvm::SetVector<const Formula *> &Constraints) { in addTransitiveFlowConditionConstraints()
221 auto Token = Remaining.back(); in addTransitiveFlowConditionConstraints() local
254 void DataflowAnalysisContext::dumpFlowCondition(Atom Token, in dumpFlowCondition()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp52 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 Dllex.h43 typedef struct Token { struct
46 } Token; argument
/freebsd/contrib/lua/src/
H A Dllex.h56 typedef struct Token { struct
59 } Token; argument
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dprmacros.c385 char *Token = NULL; in PrAddMacro() local
596 char *Token = NULL; in PrDoMacroInvocation() local
H A Dprscan.c427 char *Token; in PrPreprocessInputFile() local
560 char *Token = AslGbl_MainTokenBuffer; in PrDoDirective() local
H A Dasloptions.c1066 char *Token; in AslMergeOptionTokens() local
H A Dprexpress.c218 char *Token; in PrExpandMacros() local
H A Dprutils.c307 char *Token) in PrReplaceResizeSubstring()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp104 void PPConditionalDirectiveRecord::Elifdef(SourceLocation Loc, const Token &, in Elifdef()
115 void PPConditionalDirectiveRecord::Elifndef(SourceLocation Loc, const Token &, in Elifndef()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCommandLine.cpp82 for (const auto &Token : Tokens) { in parse() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConvergenceVerifier.cpp62 auto *Token = Bundle->Inputs[0].get(); in findAndCheckConvergenceTokenUsed() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokenBufferTokenManager.h30 const auto *Token = getToken(I); in getText() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericConvergenceVerifierImpl.h204 if (auto *Token = Tokens.lookup(&I)) in verify() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h68 class Token; variable

12345