Home
last modified time | relevance | path

Searched full:hastype (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/jobs/
Djob.cpp30 auto hasType = [&](Class const *klass) { in UpdateTypes() local
36 result = result && hasType(type.GetClass()); in UpdateTypes()
41 result = result && hasType(field->GetClass()); in UpdateTypes()
44 result = result && hasType(field->ResolveTypeClass(&handler)); in UpdateTypes()
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager.h45 static constexpr bool HasType() in HasType() function
62 static_assert(HasType<Type>()); in GetIndex()
91 if constexpr (details::PredefinedAnalyses::HasType<T>()) { in RunPass()
/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpass_manager.h53 static constexpr bool HasType() in HasType() function
70 static_assert(HasType<Type>()); in GetIndex()
100 if constexpr (details::PredefinedAnalyses::HasType<T>()) { in RunPass()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dphi_resolver.h64 … ((inst->IsPhi() || (inst->GetType() == DataType::ANY && inst->IsCatchPhi())) && inst->HasType() && in Run()
73 } else if (!inst->HasType()) { in Run()
75 … ASSERT(inst->HasType() || (inst->IsCatchPhi() && !inst->CastToCatchPhi()->IsAcc())); in Run()
197 if (phiInst->HasType()) { in CheckPhiInputs()
Dinst_builder.h242 if (!input->HasType()) { in CreateCast()
Dinst_templates.yaml92 if (!input->HasType()) {
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dphi_resolver.h53 if (inst->HasType() || (!inst->GetUsers().Empty() && CheckPhiInputs(inst))) { in Run()
87 … ASSERT(inst->HasType() || (inst->IsCatchPhi() && !inst->CastToCatchPhi()->IsAcc())); in Run()
Dinst_templates.yaml59 if (!input->HasType()) {
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dphi_resolver_dyn.h48 if (inst->HasType() || (!inst->GetUsers().Empty() && CheckPhiInputs(inst))) { in Run()
58 … ASSERT(inst->HasType() || (inst->IsCatchPhi() && !inst->CastToCatchPhi()->IsAcc())); in Run()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsUnionType.h53 bool HasType(Type *type) const;
DetsUnionType.cpp749 bool ETSUnionType::HasType(Type *type) const in HasType() function in ark::es2panda::checker::ETSUnionType
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/
Dinst_templates.yaml51 if (!input->HasType()) {
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp222 EXPECT_TRUE(graph->FindOrAddConstant(constant)->HasType()); in __anon55f231560602()
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.h1431 ASSERT(HasType()); in GetType()
1441 bool HasType() const in HasType() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp215 if (!user_inst->HasType()) { in CheckDataFlow()
Dinst.h780 bool HasType() const in HasType() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp298 if (!userInst->HasType()) { in CheckUserOfInt32()
Dinst.h836 bool HasType() const in HasType() function
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2hasType(e){return this.type2Index.has(e)}tryGetTypeIndex(e){return this.type2Index.has(e)?this.typ… method in t.isStrictMode.anonymousFunction64c59e043f500.anonymousFunction64c59e0440d00.anonymousFunction64c59e0443200.anonymousFunction64c59e0444600.anonymousFunction64c59e0444c00.d.constructor.anonymousFunction64c59e0444e00.anonymousFunction64c59e0445400.u