/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/ltp/tools/sparse/sparse-src/ |
D | expression.c | 65 struct token *parens_expression(struct token *token, struct expression **expr, const char *where) in parens_expression() 88 struct token *string_expression(struct token *token, struct expression **expr, const char *where) in string_expression() 103 static struct symbol *handle_func(struct token *token) in handle_func() 148 static struct token *parse_type(struct token *token, struct expression **tree) in parse_type() 161 static struct token *builtin_types_compatible_p_expr(struct token *token, in builtin_types_compatible_p_expr() 187 static struct token *builtin_offsetof_expr(struct token *token, in builtin_offsetof_expr() 261 static void get_number_value(struct expression *expr, struct token *token) in get_number_value() 388 static struct token *generic_selection(struct token *token, struct expression **tree) in generic_selection() 422 struct token *primary_expression(struct token *token, struct expression **tree) in primary_expression() 532 static struct token *expression_list(struct token *token, struct expression_list **list) in expression_list() [all …]
|
D | pre-process.c | 96 struct token *token = __alloc_token(0); in alloc_token() local 108 static void replace_with_string(struct token *token, const char *str) in replace_with_string() 119 static void replace_with_integer(struct token *token, unsigned int val) in replace_with_integer() 135 static int token_defined(struct token *token) in token_defined() 150 static void replace_with_bool(struct token *token, bool val) in replace_with_bool() 158 static void replace_with_defined(struct token *token) in replace_with_defined() 163 static void expand_line(struct token *token) in expand_line() 168 static void expand_file(struct token *token) in expand_file() 173 static void expand_basefile(struct token *token) in expand_basefile() 179 static void expand_date(struct token *token) in expand_date() [all …]
|
D | parse.c | 116 static void asm_modifier(struct token *token, unsigned long *mods, unsigned long mod) in asm_modifier() 617 static struct token *skip_to(struct token *token, int op) in skip_to() 625 struct token *expect(struct token *token, int op, const char *where) in expect() 647 static void unexpected(struct token *token, const char *errmsg) in unexpected() 705 struct symbol *label_symbol(struct token *token, int used) in label_symbol() 719 struct token *token, struct decl_state *ctx, in struct_union_enum_specifier() 720 struct token *(*parse)(struct token *, struct symbol *)) in struct_union_enum_specifier() 777 static struct token *parse_struct_declaration(struct token *token, struct symbol *sym) in parse_struct_declaration() 795 static struct token *parse_union_declaration(struct token *token, struct symbol *sym) in parse_union_declaration() 800 static struct token *struct_specifier(struct token *token, struct symbol *sym, struct decl_state *c… in struct_specifier() [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 447 auto token = tokenizer_->NextToken(); in ValidateEndOfStatement() local 455 auto token = tokenizer_->NextToken(); in ParseShaderBlock() local 561 auto token = tokenizer_->NextToken(); in ParsePipelineBlock() local 587 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 490 auto token = tokenizer_->NextToken(); in ParseValues() local 538 auto token = tokenizer_->NextToken(); in ProcessSSBO() local 672 auto token = tokenizer_->NextToken(); in ProcessUniform() local 807 auto token = tokenizer_->NextToken(); in ProcessTolerance() local 855 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 | 475 const token = this.currentToken as TagToken; constant 1249 const token = this.currentToken as TagToken; constant 1315 const token = this.currentToken as TagToken; constant 2028 const token = this.currentToken as TagToken; constant 2050 const token = this.currentToken as CommentToken; constant 2116 const token = this.currentToken as CommentToken; constant 2130 const token = this.currentToken as CommentToken; constant 2159 const token = this.currentToken as CommentToken; constant 2191 const token = this.currentToken as CommentToken; constant 2246 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() 384 int token, precedence, (*op)(int, int); member 407 int token, (*op)(int); member 417 int TPpContext::eval(int token, int precedence, bool shortCircuit, int& res, bool& err, TPpToken* p… in eval() 535 int TPpContext::evalToToken(int token, bool shortCircuit, int& res, bool& err, TPpToken* ppToken) in evalToToken() 568 int token = scanToken(ppToken); in CPPif() local 589 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": "Colon2" string 38 "token": "Lt" string 49 "token": "Gt" string 73 "token": "If" string 84 "token": "FatArrow" string 93 "token": "Comma" string 110 "token": "Bang" string 125 "token": "Pound" string 162 "token": "Colon" string [all …]
|
/third_party/glslang/glslang/HLSL/ |
D | hlslScanContext.cpp | 461 void HlslScanContext::tokenize(HlslToken& token) in tokenize() 481 EHlslTokenClass HlslScanContext::tokenizeClass(HlslToken& token) in tokenizeClass() 486 int token = ppContext.tokenize(ppToken); in tokenizeClass() local 558 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 149 const token = createToken($.DIV); constant 176 const token = createToken($.DIV); constant 194 const token = createToken($.DIV); constant
|
/third_party/rust/crates/syn/src/ |
D | group.rs | 9 pub token: token::Paren, field 16 pub token: token::Brace, field 23 pub token: token::Bracket, field 31 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()
|