| /arkcompiler/runtime_core/compiler/optimizer/ |
| H A D | pass_manager.cpp | 40 static std::string ClearFileName(std::string str, std::string_view suffix) in ClearFileName() argument 50 std::string PassManager::GetFileName([[maybe_unused]] const char *pass_name, [[maybe_unused]] const std::string &suffix) in GetFileName() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ |
| H A D | pass_manager.cpp | 61 static std::string ClearFileName(std::string str, std::string_view suffix) in ClearFileName() argument 71 std::string PassManager::GetFileName([[maybe_unused]] const char *passName, [[maybe_unused]] const std::string &suffix) in GetFileName() argument
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | debugInfoStorage.cpp | 38 bool EndsWith(std::string_view str, std::string_view suffix) in EndsWith() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | dump.cpp | 356 ArenaString suffix = ArenaString(" ", adapter) + ArenaString(DataType::ToString(type), adapter); in DumpOpcode() local 358 (*out) << std::setw(INDENT_OPCODE) << ArenaString(IsFcmpg() ? "Fcmpg" : "Fcmpl", adapter) + suffix; in DumpOpcode() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | opAssignment.cpp | 277 std::string suffix = (argument->TsType() == checker->GlobalETSBigIntType()) ? "n" : ""; in ConstructUpdateResult() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | dump.cpp | 559 (*out) << std::setw(INDENT_OPCODE) << opcode + suffix; in DumpOpcode() local 566 ArenaString suffix = ArenaString(" ", adapter) + ArenaString(DataType::ToString(type), adapter); in DumpOpcode() local 568 (*out) << std::setw(INDENT_OPCODE) << ArenaString(IsFcmpg() ? "Fcmpg" : "Fcmpl", adapter) + suffix; in DumpOpcode() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | escompat_RegExp.cpp | 246 EtsString *suffix = EtsString::FastSubString(inputStr.GetPtr(), suffixBegin, inputStr->GetLength() - suffixBegin); in SetSuccessfulMatchLegacyProperties() local
|
| H A D | std_core_String.cpp | 512 EtsBoolean StdCoreStringEndsWith(EtsString *thisStr, EtsString *suffix, EtsInt endIndex) in StdCoreStringEndsWith() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_string.h | 247 EtsBoolean EndsWith(EtsString *suffix, EtsInt endIndex) in EndsWith() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | string_helper.h | 408 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | helpers.cpp | 166 bool Helpers::EndsWith(const std::string &str, const std::string &suffix) in EndsWith() argument
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | module_path_helper.cpp | 675 CString suffix = moduleRequestName.substr(pos); in IsImportFile() local 692 CString suffix = res.substr(pos); in RemoveSuffix() local [all...] |
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | helpers.cpp | 155 bool Helpers::EndsWith(std::string_view str, std::string_view suffix) in EndsWith() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| H A D | lower.cpp | 687 std::string suffix = std::to_string(curFunc.GetLabelTab()->GetLabelTableSize()); in GetLabelIdx() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_string.cpp | 1298 EcmaString *suffix = EcmaStringAccessor::FastSubString(ecmaVm, srcString, tailPos, srcLength - tailPos); in ProcessDollarSingleQuote() local
|