/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.cpp | 170 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 D | DependencyDirectivesSourceMinimizer.h | 59 struct Token { struct 61 TokenKind K = pp_none; argument 66 Token(TokenKind K, int Offset) : K(K), Offset(Offset) {} in Token() function
|
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
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | tokens.d | 625 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 D | tokens.h | 450 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 D | COFFModuleDefinition.cpp | 53 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 D | tokens.h | 195 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 D | llex.h | 64 typedef struct Token { struct 67 } Token; typedef
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | prmacros.c | 277 char *Token = NULL; in PrAddMacro() local 488 char *Token = NULL; PrDoMacroInvocation() local [all...] |
H A D | prscan.c | 319 char *Token; in PrPreprocessInputFile() local 452 char *Token = AslGbl_MainTokenBuffer; in PrDoDirective() local
|
H A D | asloptions.c | 964 char *Token; AslMergeOptionTokens() local
|
H A D | prexpress.c | 110 char *Token; in PrExpandMacros() local
|
H A D | prutils.c | 199 char *Token) in PrReplaceResizeSubstring() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | VFABIDemangling.cpp | 106 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 D | FormatToken.cpp | 74 void TokenRole::precomputeFormattingInfos(const FormatToken *Token) {} in precomputeFormattingInfos() 153 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) { in precomputeFormattingInfos()
|
H A D | BreakableToken.cpp | 219 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 D | OperatorKinds.h | 23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpihelp/ |
H A D | ahasl.c | 286 char *Token; in AhDisplayOperatorKeywords() local
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
H A D | aeinitfile.c | 114 char *Token; in AeProcessInitFile() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndexer.h | 31 class Token; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/ |
H A D | isemail.d | 74 alias Token = TokenImpl!(Char); variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/ |
H A D | isemail.d | 73 alias Token = TokenImpl!(Char); variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | IssueHash.cpp | 156 Token Token; in NormalizeLine() local
|