Searched refs:Token (Results 176 - 198 of 198) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp23 #include "clang/Lex/Token.h"
901 Token TheTok;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1721 Token CurTypeTok = Tok;
2521 Token AfterAt = GetLookAheadToken(1);
2992 const Token &AfterNext = GetLookAheadToken(2);
3647 Token Eof;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp28 #include "clang/Lex/Token.h"
818 Token Tok;
H A DASTUnit.cpp55 #include "clang/Lex/Token.h"
872 static void AddDefinedMacroToHash(const Token &MacroNameTok, unsigned &Hash) {
886 void MacroDefined(const Token &MacroNameTok,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1193 lltok::Kind Token = Lex.getKind(); local
1194 if (Token == lltok::kw_builtin)
1196 switch (Token) {
1597 lltok::Kind Token = Lex.getKind();
1598 switch (Token) {
1701 lltok::Kind Token = Lex.getKind();
1702 switch (Token) {
5696 lltok::Kind Token = Lex.getKind();
5697 if (Token == lltok::Eof)
5703 switch (Token) {
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp828 Token Tok;
1419 Token Tok;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2832 // Check that a PHI doesn't yield a Token.
4524 auto Token = Call.getArgOperand(0); local
4525 Assert(isa<Instruction>(Token) && isStatepoint(cast<Instruction>(Token)),
4526 "gc relocate is incorrectly tied to the statepoint", Call, Token);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c14817 typedef struct Token Token; typedef in typeref:struct:Token
18025 #define SQLITE_TOKEN_QUOTED 0x1 /* Token is a quoted identifier. */
18026 #define SQLITE_TOKEN_KEYWORD 0x2 /* Token is a keyword. */
18034 ** the Token goes out of scope! Very often, the "z" points to some place
18038 struct Token { struct
18179 char *zToken; /* Token value. Zero terminated and dequoted */
18357 char *zEName; /* Token associated with this expression */
18917 Token constraintName;/* Name of the constraint currently being parsed */
18952 Token sNameToke
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h31 #include "clang/Lex/Token.h"
1168 typedef SmallVector<Token, 4> CachedTokens;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp29 #include "clang/Lex/Token.h"
1486 Token LToken;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1731 Sema::ActOnStringLiteral(ArrayRef<Token> StringToks, Scope *UDLScope) {
1739 for (const Token &Tok : StringToks)
1773 for (const Token &Tok : StringToks) {
2278 bool IsInlineAsmIdentifier, Token *KeywordReplacement) {
3388 ExprResult Sema::ActOnCharacterConstant(const Token &Tok, Scope *UDLScope) {
3511 ExprResult Sema::ActOnNumericConstant(const Token &Tok, Scope *UDLScope) {
H A DSemaObjCProperty.cpp333 Token Tok;
H A DSemaCodeComplete.cpp3124 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \
5566 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \
H A DSemaDecl.cpp770 static bool isResultTypeOrTemplate(LookupResult &R, const Token &NextToken) {
852 const Token &NextToken,
1224 const Token &NextToken) {
H A DTreeTransform.h1410 ArrayRef<Token> AsmToks,
7263 ArrayRef<Token> AsmToks =
10427 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
H A DSemaDeclCXX.cpp15088 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp63 #include "clang/Lex/Token.h"
1571 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Token length
2270 const Token &Tok = MI->getReplacementToken(TokNo);
4180 void ASTWriter::AddToken(const Token &Tok, RecordDataImpl &Record) {
H A DASTReader.cpp72 #include "clang/Lex/Token.h"
980 // Token IDs are read-only.
1662 Token ASTReader::ReadToken(ModuleFile &F, const RecordDataImpl &Record,
1664 Token Tok;
1671 Tok.setFlag((Token::TokenFlags)Record[Idx++]);
1791 Token Tok = ReadToken(F, Record, Idx);
H A DASTReaderStmt.cpp50 #include "clang/Lex/Token.h"
406 SmallVector<Token, 16> AsmToks;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1264 Token TheTok;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4285 return TokError("Token is not a Left Curly Brace");
5646 return TokError("Token is not a Left Bracket");
6069 // '!' Token operand. Handle that here. For example, the compatibility
9780 const StringRef Token = static_cast<ARMOperand &>(*Operands[0]).getToken(); local
9781 if ((Token != "add" && Token != "sub") ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp120 cl::desc("Limit the number of operands to inline for Token Factors"));
1752 // We have to add the outstanding Token Factors to Ops, otherwise we might
1753 // drop Ops from the resulting Token Factors.
1757 // Drop unprocessed Token Factors from TFs, so we do not add them to the
1793 // Re-visit inlined Token Factors, to clean them up in case they have been
1794 // removed. Skip the first Token Factor, as this is the current node.
14397 SDValue Token = DAG.getNode(ISD::TokenFactor, SDLoc(N), local
14401 return CombineTo(N, ReplLoad.getValue(0), Token);
16293 SDValue Token = DAG.getNode(ISD::TokenFactor, SL, local
16297 AddToWorklist(Token
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1509 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \

Completed in 1322 milliseconds

12345678