| /third_party/node/deps/v8/src/parsing/ |
| D | token.h | 216 static const char* Name(Value token) { in Name() 225 static bool IsKeyword(Value token) { in IsKeyword() 229 static bool IsPropertyName(Value token) { in IsPropertyName() 233 V8_INLINE static bool IsValidIdentifier(Value token, in IsValidIdentifier() 243 static bool IsCallable(Value token) { in IsCallable() 247 static bool IsAutoSemicolon(Value token) { in IsAutoSemicolon() 251 static bool IsAnyIdentifier(Value token) { in IsAnyIdentifier() 255 static bool IsStrictReservedWord(Value token) { in IsStrictReservedWord() 259 static bool IsLiteral(Value token) { in IsLiteral() 263 static bool IsTemplate(Value token) { in IsTemplate() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
| D | DirectiveParser.cpp | 49 static DirectiveType getDirective(const pp::Token *token) in getDirective() 115 static bool isEOD(const pp::Token *token) in isEOD() 120 static void skipUntilEOD(pp::Lexer *lexer, pp::Token *token) in skipUntilEOD() 158 void lex(Token *token) override in lex() 229 void DirectiveParser::lex(Token *token) in lex() 261 void DirectiveParser::parseDirective(Token *token) in parseDirective() 341 void DirectiveParser::parseDefine(Token *token) in parseDefine() 437 void DirectiveParser::parseUndef(Token *token) in parseUndef() 478 void DirectiveParser::parseIf(Token *token) in parseIf() 484 void DirectiveParser::parseIfdef(Token *token) in parseIfdef() [all …]
|
| D | MacroExpander.cpp | 43 void lex(Token *token) override in lex() 120 void MacroExpander::lex(Token *token) in lex() 200 void MacroExpander::getToken(Token *token) in getToken() 226 void MacroExpander::ungetToken(const Token &token) in ungetToken() 243 Token token; in isNextTokenLeftParen() local 360 Token token; in collectMacroArgs() local 476 const Token &token = replacements->back(); in replaceMacroParams() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
| D | DirectiveParser.cpp | 45 DirectiveType getDirective(const pp::Token *token) in getDirective() 111 bool isEOD(const pp::Token *token) in isEOD() 116 void skipUntilEOD(pp::Lexer *lexer, pp::Token *token) in skipUntilEOD() 162 void DirectiveParser::lex(Token *token) in lex() 194 void DirectiveParser::parseDirective(Token *token) in parseDirective() 273 void DirectiveParser::parseDefine(Token *token) in parseDefine() 367 void DirectiveParser::parseUndef(Token *token) in parseUndef() 407 void DirectiveParser::parseIf(Token *token) in parseIf() 413 void DirectiveParser::parseIfdef(Token *token) in parseIfdef() 419 void DirectiveParser::parseIfndef(Token *token) in parseIfndef() [all …]
|
| D | MacroExpander.cpp | 38 void lex(Token *token) override in lex() 110 void MacroExpander::lex(Token *token) in lex() 194 void MacroExpander::getToken(Token *token) in getToken() 220 void MacroExpander::ungetToken(const Token &token) in ungetToken() 237 Token token; in isNextTokenLeftParen() local 354 Token token; in collectMacroArgs() local 472 const Token &token = replacements->back(); in replaceMacroParams() local
|
| /third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
| D | parser.cc | 207 for (auto token = tokenizer->NextToken();; token = tokenizer->NextToken()) { in ParseBufferData() local 288 for (auto token = tokenizer_->NextToken(); !token->IsEOS(); in Parse() local 445 auto token = tokenizer_->NextToken(); in ValidateEndOfStatement() local 453 auto token = tokenizer_->NextToken(); in ParseShaderBlock() local 559 auto token = tokenizer_->NextToken(); in ParsePipelineBlock() local 585 std::unique_ptr<Token> token; in ParsePipelineBody() local 645 auto token = tokenizer_->NextToken(); in ParsePipelineAttach() local 727 auto token = tokenizer_->NextToken(); in ParseShaderSpecialization() local 776 auto token = tokenizer_->NextToken(); in ParsePipelineShaderOptimizations() local 812 auto token = tokenizer_->NextToken(); in ParsePipelineShaderCompileOptions() local [all …]
|
| /third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
| D | token_test.cpp | 16 pp::Token token; in TEST() local 26 pp::Token token; in TEST() local 43 pp::Token token; in TEST() local 71 pp::Token token; in TEST() local 81 pp::Token token; in TEST() local
|
| D | location_test.cpp | 25 pp::Token token; in expectLocation() local 88 pp::Token token; in TEST_F() local 118 pp::Token token; in TEST_F() local 136 pp::Token token; in TEST_F() local 154 pp::Token token; in TEST_F() local 276 pp::Token token; in TEST_F() local 291 pp::Token token; in TEST_F() local 306 pp::Token token; in TEST_F() local 322 pp::Token token; in TEST_F() local 338 pp::Token token; in TEST_F() local [all …]
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | glslang.l | 466 angle::pp::Token token; variable 484 int token = IDENTIFIER; in check_type() local 514 int ES2_reserved_ES3_keyword(TParseContext *context, int token) in ES2_reserved_ES3_keyword() 526 int ES2_keyword_ES3_reserved(TParseContext *context, int token) in ES2_keyword_ES3_reserved() 538 int ES3_reserved_ES3_1_keyword(TParseContext *context, int token) in ES3_reserved_ES3_1_keyword() 556 int ES3_keyword(TParseContext *context, int token) in ES3_keyword() 571 int ES2_reserved_ES3_1_keyword(TParseContext *context, int token) in ES2_reserved_ES3_1_keyword() 583 int ES3_1_keyword(TParseContext *context, int token) in ES3_1_keyword() 599 int WEBGL_video_texture_extension(TParseContext *context, int token) in WEBGL_video_texture_extension() 615 …sion_2_ES3_keyword(TParseContext *context, TExtension extension1, TExtension extension2, int token) in ES2_extension_2_ES3_keyword() [all …]
|
| D | Diagnostics.cpp | 26 const char *token) in writeInfo() 56 const char *token) in error() 63 const char *token) in warning() 68 void TDiagnostics::error(const TSourceLoc &loc, const char *reason, const char *token) in error() 76 void TDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning() 101 void PerformanceDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning()
|
| /third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
| D | command_parser.cc | 87 for (auto token = tokenizer_->NextToken(); !token->IsEOS(); in Parse() local 264 auto token = tokenizer_->NextToken(); in ProcessDrawRect() local 315 auto token = tokenizer_->NextToken(); in ProcessDrawArrays() local 376 auto token = tokenizer_->NextToken(); in ProcessCompute() local 411 auto token = tokenizer_->NextToken(); in ProcessClear() local 489 auto token = tokenizer_->NextToken(); in ParseValues() local 536 auto token = tokenizer_->NextToken(); in ProcessSSBO() local 670 auto token = tokenizer_->NextToken(); in ProcessUniform() local 805 auto token = tokenizer_->NextToken(); in ProcessTolerance() local 853 auto token = tokenizer_->NextToken(); in ProcessPatch() local [all …]
|
| /third_party/selinux/libsepol/cil/src/ |
| D | cil_lexer.h | 45 struct token { struct 53 int cil_lexer_next(struct token *tok); argument
|
| /third_party/parse5/packages/parse5/lib/tokenizer/ |
| D | index.ts | 474 const token = this.currentToken as TagToken; constant 1240 const token = this.currentToken as TagToken; constant 1306 const token = this.currentToken as TagToken; constant 2019 const token = this.currentToken as TagToken; constant 2041 const token = this.currentToken as CommentToken; constant 2107 const token = this.currentToken as CommentToken; constant 2121 const token = this.currentToken as CommentToken; constant 2150 const token = this.currentToken as CommentToken; constant 2182 const token = this.currentToken as CommentToken; constant 2237 const token = this.currentToken as CommentToken; constant [all …]
|
| /third_party/gn/src/gn/ |
| D | parser.cc | 295 for (const auto& token : tokens) { in Parser() local 337 for (const Token& token : tokens) { in ParseValue() local 433 const Token& token = Consume(); in ParseExpression() local 462 std::unique_ptr<ParseNode> Parser::Block(const Token& token) { in Block() 468 std::unique_ptr<ParseNode> Parser::Literal(const Token& token) { in Literal() 472 std::unique_ptr<ParseNode> Parser::Name(const Token& token) { in Name() 476 std::unique_ptr<ParseNode> Parser::BlockComment(const Token& token) { in BlockComment() 483 std::unique_ptr<ParseNode> Parser::Group(const Token& token) { in Group() 491 std::unique_ptr<ParseNode> Parser::Not(const Token& token) { in Not() 515 const Token& token) { in BinaryOperator() [all …]
|
| /third_party/glslang/glslang/MachineIndependent/preprocessor/ |
| D | Pp.cpp | 101 int token = scanToken(ppToken); in CPPdefine() local 218 int token = scanToken(ppToken); in CPPundef() local 245 int token = scanToken(ppToken); in CPPelse() local 319 int TPpContext::extraTokenCheck(int contextAtom, TPpToken* ppToken, int token) in extraTokenCheck() 382 int token, precedence, (*op)(int, int); member 405 int token, (*op)(int); member 417 int TPpContext::eval(int token, int precedence, bool shortCircuit, int& res, bool& err, TPpToken* p… in eval() 536 int TPpContext::evalToToken(int token, bool shortCircuit, int& res, bool& err, TPpToken* ppToken) in evalToToken() 569 int token = scanToken(ppToken); in CPPif() local 590 int token = scanToken(ppToken); in CPPifdef() local [all …]
|
| /third_party/mesa3d/src/compiler/glsl/glcpp/ |
| D | glcpp-lex.l | 88 #define RETURN_TOKEN_NEVER_SKIP(token) \ argument 94 #define RETURN_TOKEN(token) \ argument 101 #define RETURN_STRING_TOKEN(token) \ argument 128 glcpp_lex_update_state_per_token (glcpp_parser_t *parser, int token) in glcpp_lex_update_state_per_token()
|
| /third_party/rust/crates/syn/ |
| D | syn.json | 14 "token": "Extern" string 34 "token": "PathSep" string 38 "token": "Lt" string 49 "token": "Gt" string 73 "token": "If" string 84 "token": "FatArrow" string 93 "token": "Comma" string 116 "token": "Eq" string 141 "token": "Eq" string 160 "token": "Not" string [all …]
|
| /third_party/glslang/glslang/HLSL/ |
| D | hlslScanContext.cpp | 542 void HlslScanContext::tokenize(HlslToken& token) in tokenize() 562 EHlslTokenClass HlslScanContext::tokenizeClass(HlslToken& token) in tokenizeClass() 567 int token = ppContext.tokenize(ppToken); in tokenizeClass() local 639 EHlslTokenClass token = tokenizeIdentifier(); in tokenizeClass() local
|
| /third_party/typescript/tests/baselines/reference/ |
| D | parserindenter.js | 779 Indenter.prototype.GetIndentationEdits = function (token, nextToken, node, sameLineIndent) { argument 795 … Indenter.prototype.GetIndentationEditsWorker = function (token, nextToken, node, sameLineIndent) { argument 868 Indenter.prototype.GetCommentIndentationEdits = function (token) { argument 912 Indenter.prototype.GetSpecialCaseIndentation = function (token, node) { argument 958 Indenter.prototype.GetSpecialCaseIndentationForSemicolon = function (token, node) { argument 978 Indenter.prototype.GetSpecialCaseIndentationForComment = function (token, node) { argument 994 Indenter.prototype.CanIndentComment = function (token, node) { argument 1132 Indenter.prototype.ApplyIndentationDeltaFromParent = function (token, node) { argument 1319 Indenter.prototype.AdjustStartOffsetIfNeeded = function (token, node) { argument 1338 Indenter.prototype.IsMultiLineString = function (token) { argument
|
| /third_party/parse5/packages/parse5/lib/parser/ |
| D | formatting-element-list.test.ts | 123 const token = createToken($.DIV); constant 153 const token = createToken($.DIV); constant 180 const token = createToken($.DIV); constant 198 const token = createToken($.DIV); constant
|
| /third_party/rust/crates/syn/src/ |
| D | group.rs | 11 pub token: token::Paren, field 20 pub token: token::Brace, field 29 pub token: token::Bracket, field 39 pub token: token::Group, field
|
| /third_party/node/deps/icu-small/source/tools/genrb/ |
| D | read.c | 70 struct UString *token, in getNextToken() 125 struct UString *token, in getStringToken() 326 struct UString *token, in getNextChar() 382 struct UString *token, in seekUntilNewline() 400 struct UString *token, in seekUntilEndOfComment()
|
| /third_party/icu/icu4c/source/tools/genrb/ |
| D | read.c | 70 struct UString *token, in getNextToken() 125 struct UString *token, in getStringToken() 326 struct UString *token, in getNextChar() 382 struct UString *token, in seekUntilNewline() 400 struct UString *token, in seekUntilEndOfComment()
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | glslang.l | 406 pp::Token token; variable 424 int token = IDENTIFIER; in check_type() local 445 int ES2_reserved_ES3_keyword(TParseContext *context, int token) in ES2_reserved_ES3_keyword() 457 int ES2_keyword_ES3_reserved(TParseContext *context, int token) in ES2_keyword_ES3_reserved() 469 int ES2_identifier_ES3_keyword(TParseContext *context, int token) in ES2_identifier_ES3_keyword()
|
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| D | read.c | 68 struct UString *token, in getNextToken() 123 struct UString *token, in getStringToken() 324 struct UString *token, in getNextChar() 380 struct UString *token, in seekUntilNewline() 398 struct UString *token, in seekUntilEndOfComment()
|