Home
last modified time | relevance | path

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/
Dlexer_test.js31 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);
Dparser.js61 if (token.type === TokenType.kEOF)
149 if (n0.type === TokenType.kOp || n0.type === TokenType.kEOF) {
154 if (n1.type === TokenType.kEOF) {
Dtoken.js16 kEOF: "end of file", property
Dlexer.js42 return new Token(TokenType.kEOF, this.cur_line_);
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
Dlexer_test.js31 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);
Dparser.js61 if (token.type === TokenType.kEOF)
149 if (n0.type === TokenType.kOp || n0.type === TokenType.kEOF) {
154 if (n1.type === TokenType.kEOF) {
Dtoken.js16 kEOF: "end of file", property
Dlexer.js42 return new Token(TokenType.kEOF, this.cur_line_);
/third_party/spirv-tools/tools/sva/src/
Dlexer_test.js31 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);
Dparser.js61 if (token.type === TokenType.kEOF)
149 if (n0.type === TokenType.kOp || n0.type === TokenType.kEOF) {
154 if (n1.type === TokenType.kEOF) {
Dtoken.js16 kEOF: "end of file", property
Dlexer.js42 return new Token(TokenType.kEOF, this.cur_line_);
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h36 kEOF, enumerator
376 bool IsEof() const { return type_ == Type::kEOF; } in IsEof()
Dtoken.cc26 case Token::Type::kEOF: in TypeToName()
Dlexer.cc167 return {Token::Type::kEOF, begin_source()}; in skip_whitespace_and_comments()
Dparser_impl.cc355 if (match(Token::Type::kSemicolon) || match(Token::Type::kEOF)) in expect_global_decl()
1296 !peek_is(Token::Type::kEOF)) { in expect_struct_body_decl()