Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp2973 std::unique_ptr<FunctionCoverage> pFunctions = FunctionCoverage::Create(*arrayEle); in Create() local
2974 if (pFunctions == nullptr) { in Create()
2977 scriptCoverage->functions_.emplace_back(std::move(pFunctions)); in Create()