Home
last modified time | relevance | path

Searched refs:comma (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/debugger/
H A DdebuginfoDumper.cpp27 static const char *PutComma(bool comma) in PutComma() argument
29 return comma ? "," : ""; in PutComma()
33 void DebugInfoDumper::WrapArray(const char *name, const std::vector<T> &array, bool comma) in WrapArray() argument
41 ss_ << "]" << PutComma(comma); in WrapArray()
88 ss_ << "]" << PutComma(comma); in WrapArray()
208 void DebugInfoDumper::WriteProperty(const char *key, const Value &value, bool comma) in WriteProperty() argument
222 comma ? ss_ << "," : ss_ << std::endl; in WriteProperty()
H A DdebuginfoDumper.h38 void WrapArray(const char *name, const std::vector<T> &array, bool comma = true);
41 void WriteProperty(const char *key, const Value &value, bool comma = true);
/arkcompiler/ets_frontend/es2panda/compiler/debugger/
H A DdebuginfoDumper.cpp27 static const char *PutComma(bool comma) in PutComma() argument
29 return comma ? "," : ""; in PutComma()
33 void DebugInfoDumper::WrapArray(const char *name, const std::vector<T> &array, bool comma) in WrapArray() argument
41 ss_ << "]" << PutComma(comma); in WrapArray()
91 ss_ << "]" << PutComma(comma); in WrapArray()
211 void DebugInfoDumper::WriteProperty(const char *key, const Value &value, bool comma) in WriteProperty() argument
225 comma ? ss_ << "," : ss_ << std::endl; in WriteProperty()
H A DdebuginfoDumper.h38 void WrapArray(const char *name, const std::vector<T> &array, bool comma = true);
41 void WriteProperty(const char *key, const Value &value, bool comma = true);
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dreg_context.h201 bool comma = false; in DumpRegs() local
202 EnumerateAllRegs([&comma, &logString, &tsys](int num, const auto &absTypeVal) { in DumpRegs()
206 if (comma) { in DumpRegs()
210 comma = true; in DumpRegs()
H A Dabs_int_inl.h215 bool comma = false; in ToString() local
217 if (comma) { in ToString()
221 comma = true; in ToString()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_option.cpp290 size_t comma = tmpStr.find_first_of(",", 0); in SetRange() local
293 if (comma != std::string::npos) { in SetRange()
294 subRange.begin = std::stoul(tmpStr.substr(0, comma), nullptr); in SetRange()
295 subRange.end = std::stoul(tmpStr.substr(comma + 1, std::string::npos - (comma + 1)), nullptr); in SetRange()
/arkcompiler/runtime_core/assembler/
H A Dassembly-parser.h148 bool ParseFunctionArgComma(bool &comma);
152 bool ParseMetaListComma(bool &comma, bool eq);
H A Dassembly-parser.cpp836 context_.err = GetError("Expected comma.", Error::ErrorType::ERR_BAD_DIRECTIVE_DECLARATION); in PrepareCatchBlock()
1370 bool comma = false; in ParseOperandSignatureTypesList() local
1381 if (comma) { in ParseOperandSignatureTypesList()
1385 if (!ParseFunctionArgComma(comma)) { in ParseOperandSignatureTypesList()
1591 context_.err = GetError("Expected comma.", Error::ErrorType::ERR_BAD_NUMBER_OPERANDS); in ParseOperandComma()
2162 bool Parser::ParseFunctionArgComma(bool &comma) in ParseFunctionArgComma() argument
2164 if (comma && *context_ != Token::Type::DEL_COMMA) { in ParseFunctionArgComma()
2165 context_.err = GetError("Expected comma.", Error::ErrorType::ERR_BAD_NUMBER_OPERANDS); in ParseFunctionArgComma()
2169 if (comma) { in ParseFunctionArgComma()
2173 comma in ParseFunctionArgComma()
2183 bool comma = false; ParseFunctionArgs() local
2288 ParseMetaListComma(bool &comma, bool eq) ParseMetaListComma() argument
2391 bool comma = false; ParseMetaList() local
[all...]
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-parser.h149 bool ParseFunctionArgComma(bool &comma);
153 bool ParseMetaListComma(bool &comma, bool eq);
H A Dassembly-parser.cpp893 context_.err = GetError("Expected comma.", Error::ErrorType::ERR_BAD_DIRECTIVE_DECLARATION); in PrepareCatchBlock()
1437 bool comma = false; in ParseOperandSignatureTypesList() local
1448 if (comma) { in ParseOperandSignatureTypesList()
1452 if (!ParseFunctionArgComma(comma)) { in ParseOperandSignatureTypesList()
1658 context_.err = GetError("Expected comma.", Error::ErrorType::ERR_BAD_NUMBER_OPERANDS); in ParseOperandComma()
2266 bool Parser::ParseFunctionArgComma(bool &comma) in ParseFunctionArgComma() argument
2268 if (comma && *context_ != Token::Type::DEL_COMMA) { in ParseFunctionArgComma()
2269 context_.err = GetError("Expected comma.", Error::ErrorType::ERR_BAD_NUMBER_OPERANDS); in ParseFunctionArgComma()
2273 if (comma) { in ParseFunctionArgComma()
2277 comma in ParseFunctionArgComma()
2287 bool comma = false; ParseFunctionArgs() local
2392 ParseMetaListComma(bool &comma, bool eq) ParseMetaListComma() argument
2495 bool comma = false; ParseMetaList() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daot_compiler_preprocessor.cpp100 const char comma = ','; in ParseOption() local
107 std::vector<std::string> methodNameVec = SplitString(methodNameList, comma); in ParseOption()
109 posComma = str.find_last_of(comma); in ParseOption()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js10644 comma: 188,
[all...]

Completed in 44 milliseconds