Searched refs:kEOF (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/ |
D | lexer_test.js | 31 assert.equal(t.type, TokenType.kEOF); 72 assert.equal(t.type, TokenType.kEOF); 104 assert.equal(t.type, TokenType.kEOF); 144 assert.equal(t.type, TokenType.kEOF);
|
D | parser.js | 61 if (token.type === TokenType.kEOF) 149 if (n0.type === TokenType.kOp || n0.type === TokenType.kEOF) { 154 if (n1.type === TokenType.kEOF) {
|
D | token.js | 16 kEOF: "end of file", property
|
D | lexer.js | 42 return new Token(TokenType.kEOF, this.cur_line_);
|
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/ |
D | lexer_test.js | 31 assert.equal(t.type, TokenType.kEOF); 72 assert.equal(t.type, TokenType.kEOF); 104 assert.equal(t.type, TokenType.kEOF); 144 assert.equal(t.type, TokenType.kEOF);
|
D | parser.js | 61 if (token.type === TokenType.kEOF) 149 if (n0.type === TokenType.kOp || n0.type === TokenType.kEOF) { 154 if (n1.type === TokenType.kEOF) {
|
D | token.js | 16 kEOF: "end of file", property
|
D | lexer.js | 42 return new Token(TokenType.kEOF, this.cur_line_);
|
/third_party/spirv-tools/tools/sva/src/ |
D | lexer_test.js | 31 assert.equal(t.type, TokenType.kEOF); 72 assert.equal(t.type, TokenType.kEOF); 104 assert.equal(t.type, TokenType.kEOF); 144 assert.equal(t.type, TokenType.kEOF);
|
D | parser.js | 61 if (token.type === TokenType.kEOF) 149 if (n0.type === TokenType.kOp || n0.type === TokenType.kEOF) { 154 if (n1.type === TokenType.kEOF) {
|
D | token.js | 16 kEOF: "end of file", property
|
D | lexer.js | 42 return new Token(TokenType.kEOF, this.cur_line_);
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | token.h | 36 kEOF, enumerator 376 bool IsEof() const { return type_ == Type::kEOF; } in IsEof()
|
D | token.cc | 26 case Token::Type::kEOF: in TypeToName()
|
D | lexer.cc | 167 return {Token::Type::kEOF, begin_source()}; in skip_whitespace_and_comments()
|
D | parser_impl.cc | 355 if (match(Token::Type::kSemicolon) || match(Token::Type::kEOF)) in expect_global_decl() 1296 !peek_is(Token::Type::kEOF)) { in expect_struct_body_decl()
|