Home
last modified time | relevance | path

Searched refs:cur_line_ (Results 1 – 4 of 4) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/sva/src/
Dlexer.js25 this.cur_line_ = 1;
42 return new Token(TokenType.kEOF, this.cur_line_);
76 return new Token(TokenType.kError, this.cur_line_, "Failed to match token");
117 this.cur_line_ += 1;
169 return new Token(TokenType.kFloatLiteral, this.cur_line_, parseFloat(substr));
196 return new Token(TokenType.kIntegerLiteral, this.cur_line_, val);
222 return new Token(TokenType.kIntegerLiteral, this.cur_line_, val);
249 return new Token(TokenType.kResultId, this.cur_line_, {
271 return new Token(TokenType.kIdentifier, this.cur_line_, ident);
294 return new Token(TokenType.kOp, this.cur_line_, {
[all …]
/external/deqp-deps/SPIRV-Tools/tools/sva/src/
Dlexer.js25 this.cur_line_ = 1;
42 return new Token(TokenType.kEOF, this.cur_line_);
76 return new Token(TokenType.kError, this.cur_line_, "Failed to match token");
117 this.cur_line_ += 1;
169 return new Token(TokenType.kFloatLiteral, this.cur_line_, parseFloat(substr));
196 return new Token(TokenType.kIntegerLiteral, this.cur_line_, val);
222 return new Token(TokenType.kIntegerLiteral, this.cur_line_, val);
249 return new Token(TokenType.kResultId, this.cur_line_, {
271 return new Token(TokenType.kIdentifier, this.cur_line_, ident);
294 return new Token(TokenType.kOp, this.cur_line_, {
[all …]
/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dlexer.js25 this.cur_line_ = 1;
42 return new Token(TokenType.kEOF, this.cur_line_);
76 return new Token(TokenType.kError, this.cur_line_, "Failed to match token");
117 this.cur_line_ += 1;
169 return new Token(TokenType.kFloatLiteral, this.cur_line_, parseFloat(substr));
196 return new Token(TokenType.kIntegerLiteral, this.cur_line_, val);
222 return new Token(TokenType.kIntegerLiteral, this.cur_line_, val);
249 return new Token(TokenType.kResultId, this.cur_line_, {
271 return new Token(TokenType.kIdentifier, this.cur_line_, ident);
294 return new Token(TokenType.kOp, this.cur_line_, {
[all …]
/external/libabigail/src/
Dabg-ini.cc871 unsigned cur_line_; member in abigail::ini::read_context
886 cur_line_(0), in read_context()
1088 if (cur_line_ == 0) in read_next_char()
1089 cur_line_ = 1; in read_next_char()
1093 ++cur_line_; in read_next_char()