Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager.cpp40 static std::string ClearFileName(std::string str, std::string_view suffix) in ClearFileName()
50 …er::GetFileName([[maybe_unused]] const char *pass_name, [[maybe_unused]] const std::string &suffix) in GetFileName()
/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpass_manager.cpp61 static std::string ClearFileName(std::string str, std::string_view suffix) in ClearFileName()
71 …ger::GetFileName([[maybe_unused]] const char *passName, [[maybe_unused]] const std::string &suffix) in GetFileName()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dgc_barriers.cpp39 auto createUniqBasicBlockName = [&initialBb](const std::string &suffix) { in EmitPreWRB()
42 … auto createBasicBlock = [&ctx, &initialBb, &createUniqBasicBlockName](const std::string &suffix) { in EmitPreWRB()
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker.cpp25 auto f = [&micros, &o](uint64_t d, const auto suffix) { in PrintTime()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.cpp137 bool EndsWith(const std::string &str, const std::string &suffix) in RealPath()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dbuiltins.cpp92 auto createUniqBasicBlockName = [&initialBb](const std::string &suffix) { in SlowClassLoadingHelper()
95 … auto createBasicBlock = [&ctx, &initialBb, &createUniqBasicBlockName](const std::string &suffix) { in SlowClassLoadingHelper()
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts717 const suffix: string = path.extname(filePath); constant
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dfunction.rb221 def emit_ir(suffix) argument
/arkcompiler/ets_frontend/arkguard/scripts/
Dgrammar_test.py101 def __init__(self, file_name, suffix): argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DopAssignment.cpp268 std::string suffix = (argument->TsType() == checker->GlobalETSBigIntType()) ? "n" : ""; in ConstructUpdateResult() local
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp164 bool Helpers::EndsWith(const std::string &str, const std::string &suffix) in EndsWith()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp675 CString suffix = moduleRequestName.substr(pos); in IsImportFile() local
692 CString suffix = res.substr(pos); in RemoveSuffix() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp650 void MIRModule::OutputAsciiMpl(const char *phaseName, const char *suffix, in OutputAsciiMpl()
Dmir_type.cpp640 constexpr char suffix[] = "_3B"; in ValidateClassOrInterface() local
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h400 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp356 ArenaString suffix = ArenaString(" ", adapter) + ArenaString(DataType::ToString(type), adapter); in DumpOpcode() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp246 …EtsString *suffix = EtsString::FastSubString(inputStr.GetPtr(), suffixBegin, inputStr->GetLength()… in SetSuccessfulMatchLegacyProperties() local
/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py921 def get_files_by_ext(start_dir, suffix): argument
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp155 bool Helpers::EndsWith(std::string_view str, std::string_view suffix) in EndsWith()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp557 ArenaString suffix(IsExit() ? ".Exit" : ".Entry", adapter); in DumpOpcode() local
566 ArenaString suffix = ArenaString(" ", adapter) + ArenaString(DataType::ToString(type), adapter); in DumpOpcode() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1295 …EcmaString *suffix = EcmaStringAccessor::FastSubString(ecmaVm, srcString, tailPos, srcLength - tai… in ProcessDollarSingleQuote() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2224 std::string suffix = std::to_string(curFunc.GetLabelTab()->GetLabelTableSize()); in GetLabelIdx() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument