Home
last modified time | relevance | path

Searched refs:Line (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dlexer.h78 struct Line { struct
84 explicit Line(std::string str) : buffer(std::move(str)), pos(0), end(buffer.size()) {} in Line() function
101 std::vector<Line> lines_;
102 Line *curr_line_;
/arkcompiler/runtime_core/static_core/assembler/
H A Dlexer.h84 struct Line { struct
90 explicit Line(std::string str) : buffer(std::move(str)), end(buffer.size()) {} in Line() function
108 std::vector<Line> lines_;
109 Line *currLine_ {nullptr};
/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.cpp271 ss << e.TypeString() << ": " << e.Message() << "[" << e.File() << ":" << e.Line() << "," << e.Col() << "]"; in CreateContext()
316 ss << e.TypeString() << ": " << e.Message() << "[" << e.File() << ":" << e.Line() << "," << e.Col() << "]"; in Parse()
330 ss << e.TypeString() << ": " << e.Message() << "[" << e.File() << ":" << e.Line() << "," << e.Col() << "]"; in Parse()
362 ss << e.TypeString() << ": " << e.Message() << "[" << e.File() << ":" << e.Line() << "," << e.Col() << "]"; in InitScopes()
383 ss << e.TypeString() << ": " << e.Message() << "[" << e.File() << ":" << e.Line() << "," << e.Col() << "]"; in Check()
429 ss << e.TypeString() << ": " << e.Message() << "[" << e.File() << ":" << e.Line() << "," << e.Col() << "]"; in Lower()
473 ss << e.TypeString() << ": " << e.Message() << "[" << e.File() << ":" << e.Line() << "," << e.Col() << "]"; in GenerateAsm()
500 ss << e.TypeString() << ": " << e.Message() << "[" << e.File() << ":" << e.Line() << "," << e.Col() << "]"; in GenerateBin()
/arkcompiler/ets_frontend/ets2panda/util/
H A DerrorLogger.cpp25 << error.Line() << ":" << error.Col() << "]" << std::endl; in WriteLog()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSNolintParser.cpp25 line_ = parser_->Lexer()->Line(); in ETSNolintParser()
39 line_ = parser_->Lexer()->Pos().Line(); in SetStartPos()
H A DexpressionParser.cpp736 element->SetRange({lexer::SourcePosition {startPos.Iterator().Index(), startPos.Line()}, in ParseTemplateLiteral()
737 lexer::SourcePosition {end, lexer_->Line()}}); in ParseTemplateLiteral()
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.h59 size_t Line() const in Line() function in ark::es2panda::ark::es2panda::lexer::LexerPosition
117 size_t Line() const;
H A Dlexer.cpp107 size_t Lexer::Line() const in Line() function in ark::es2panda::lexer::Lexer
/arkcompiler/ets_frontend/ets2panda/
H A Des2panda.h222 size_t Line() const in Line() function in ark::ark::es2panda::Error
/arkcompiler/ets_frontend/es2panda/
H A Des2panda.h180 size_t Line() const in Line() function in panda::panda::es2panda::Error
H A Des2panda.cpp291 << err.Line() << ":" << err.Col() << "]" << std::endl; in CompileFile()
/arkcompiler/ets_frontend/ets2panda/aot/
H A Dmain.cpp70 << ":" << err.Line() << ":" << err.Col() << "]" << std::endl; in CompileFromSource()
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.h77 size_t Line() const;
H A Dlexer.cpp105 size_t Lexer::Line() const in Line() function in panda::es2panda::lexer::Lexer
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp687 if (info && info.Line > 0) { in GetCalleeReg2Offset()
689 debugInfo += module->GetDebugInfo()->GetComment(funcName, info.Line - 1); in GetCalleeReg2Offset()
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp894 lexer::SourcePosition {end, lexer_->Line()}}); in ParseTemplateLiteral()
H A DparserImpl.cpp510 lexer::SourcePosition{end, lexer_->Line()}}); in ParseTsTemplateLiteralType()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js26559 Line: na,
26580 Xp("line", "Line");
[all...]

Completed in 54 milliseconds