Home
last modified time | relevance | path

Searched refs:ptr2 (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
H A Dcg_cg_irbuilder_test.cpp36 MemOperand *ptr2 = &(opbuilder_obj.CreateMem(100, regop_obj, immop_obj, mirsymbol_obj, &memPool2)); in TEST() local
37 EXPECT_NE(ptr2, nullptr); in TEST()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dfreelist_allocator_test.cpp427 auto *ptr2 = allocator.Alloc(1678U); in TEST_F() local
449 allocator.Free(ptr2); in TEST_F()
/arkcompiler/toolchain/tooling/test/
H A Dpt_json_test.cpp255 std::unique_ptr<PtJson> ptr2 = std::make_unique<PtJson>(); in HWTEST_F_L0() local
256 result = ptJson.Push(std::move(ptr2)); in HWTEST_F_L0()

Completed in 3 milliseconds