Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp170 static Cursor lexName(Cursor C, MIToken &Token, MIToken::TokenKind Type, in lexName()
278 static Cursor maybeLexIdentifier(Cursor C, MIToken &Token) { in maybeLexIdentifier()
290 static Cursor maybeLexMachineBasicBlock(Cursor C, MIToken &Token, in maybeLexMachineBasicBlock()
325 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex()
338 static Cursor maybeLexIndexAndName(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndexAndName()
361 static Cursor maybeLexJumpTableIndex(Cursor C, MIToken &Token) { in maybeLexJumpTableIndex()
365 static Cursor maybeLexStackObject(Cursor C, MIToken &Token) { in maybeLexStackObject()
369 static Cursor maybeLexFixedStackObject(Cursor C, MIToken &Token) { in maybeLexFixedStackObject()
373 static Cursor maybeLexConstantPoolItem(Cursor C, MIToken &Token) { in maybeLexConstantPoolItem()
377 static Cursor maybeLexSubRegisterIndex(Cursor C, MIToken &Token, in maybeLexSubRegisterIndex()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DDependencyDirectivesSourceMinimizer.h59 struct Token { struct
61 TokenKind K = pp_none; argument
66 Token(TokenKind K, int Offset) : K(K), Offset(Offset) {} in Token() function
H A DTokenConcatenation.h20 class Token; variable
H A DPragma.h26 class Token; variable
H A DTokenLexer.h24 class Token; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.d625 extern (C++) struct Token struct
627 Token* next; argument
628 Loc loc;
630 TOK value;
635 {
894 int isKeyword() const in isKeyword()
910 void setString(const(char)* ptr, size_t length) in setString()
925 void setString(const ref OutBuffer buf) in setString()
933 void setString() in setString()
940 extern (C++) const(char)* toChars() const in toChars()
[all …]
H A Dtokens.h450 struct Token struct
452 Token *next; argument
453 Loc loc;
454 const utf8_t *ptr; // pointer to first character of this token within buffer
478 Token() : next(NULL) {} in Token() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp53 struct Token { struct
54 explicit Token(Kind T = Unknown, StringRef S = "") : K(T), Value(S) {} in Token() function
55 Kind K;
56 StringRef Value;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h195 struct Token struct
197 Token *next; argument
198 Loc loc;
199 const utf8_t *ptr; // pointer to first character of this token within buffer
223 static Token *freelist; argument
227 Token() : next(NULL) {} in Token() function
/netbsd-src/external/mit/lua/dist/src/
H A Dllex.h64 typedef struct Token { struct
67 } Token; typedef
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dprmacros.c277 char *Token = NULL; in PrAddMacro() local
488 char *Token = NULL; PrDoMacroInvocation() local
[all...]
H A Dprscan.c319 char *Token; in PrPreprocessInputFile() local
452 char *Token = AslGbl_MainTokenBuffer; in PrDoDirective() local
H A Dasloptions.c964 char *Token; AslMergeOptionTokens() local
H A Dprexpress.c110 char *Token; in PrExpandMacros() local
H A Dprutils.c199 char *Token) in PrReplaceResizeSubstring() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVFABIDemangling.cpp106 const StringRef Token) { in tryParseLinearTokenWithRuntimeStep()
169 const StringRef Token) { in tryParseCompileTimeLinearToken()
461 VFParamKind VFABI::getVFParamKindFromString(const StringRef Token) { in getVFParamKindFromString()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.cpp74 void TokenRole::precomputeFormattingInfos(const FormatToken *Token) {} in precomputeFormattingInfos()
153 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()
H A DBreakableToken.cpp219 bool switchesFormatting(const FormatToken &Token) { in switchesFormatting()
295 BreakableComment::BreakableComment(const FormatToken &Token, in BreakableComment()
367 const FormatToken &Token, unsigned StartColumn, in BreakableBlockComment()
754 const FormatToken &Token, unsigned StartColumn, bool InPPDirective, in BreakableLineCommentSection()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dahasl.c286 char *Token; in AhDisplayOperatorKeywords() local
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daeinitfile.c114 char *Token; in AeProcessInitFile() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexer.h31 class Token; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Disemail.d74 alias Token = TokenImpl!(Char); variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Disemail.d73 alias Token = TokenImpl!(Char); variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DIssueHash.cpp156 Token Token; in NormalizeLine() local

1234567