Home
last modified time | relevance | path

Searched defs:typeObject (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/test/
Dpt_returns_test.cpp248 std::unique_ptr<TypeObject> typeObject = std::make_unique<TypeObject>(); in HWTEST_F_L0() local
Ddebugger_types_test.cpp2463 std::unique_ptr<TypeObject> typeObject; in HWTEST_F_L0() local
2496 std::unique_ptr<TypeObject> typeObject; in HWTEST_F_L0() local
2542 const std::vector<std::unique_ptr<TypeObject>> *typeObject = typeProfileEntry->GetTypes(); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DExpr.ts1134 const typeObject = this.getOriginalObject(); constant
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.cpp3012 auto typeObject = std::make_unique<TypeObject>(); in Create() local