| /arkcompiler/runtime_core/static_core/verification/jobs/ |
| D | job.cpp | 30 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/ |
| D | pass_manager.h | 45 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/ |
| D | pass_manager.h | 53 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/ |
| D | phi_resolver.h | 64 … ((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()
|
| D | inst_builder.h | 242 if (!input->HasType()) { in CreateCast()
|
| D | inst_templates.yaml | 92 if (!input->HasType()) {
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | phi_resolver.h | 53 if (inst->HasType() || (!inst->GetUsers().Empty() && CheckPhiInputs(inst))) { in Run() 87 … ASSERT(inst->HasType() || (inst->IsCatchPhi() && !inst->CastToCatchPhi()->IsAcc())); in Run()
|
| D | inst_templates.yaml | 59 if (!input->HasType()) {
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/ |
| D | phi_resolver_dyn.h | 48 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/ |
| D | etsUnionType.h | 53 bool HasType(Type *type) const;
|
| D | etsUnionType.cpp | 749 bool ETSUnionType::HasType(Type *type) const in HasType() function in ark::es2panda::checker::ETSUnionType
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/ |
| D | inst_templates.yaml | 51 if (!input->HasType()) {
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_graph_test.cpp | 222 EXPECT_TRUE(graph->FindOrAddConstant(constant)->HasType()); in __anon55f231560602()
|
| /arkcompiler/toolchain/tooling/dynamic/base/ |
| D | pt_types.h | 1431 ASSERT(HasType()); in GetType() 1441 bool HasType() const in HasType() function
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_checker.cpp | 215 if (!user_inst->HasType()) { in CheckDataFlow()
|
| D | inst.h | 780 bool HasType() const in HasType() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker.cpp | 298 if (!userInst->HasType()) { in CheckUserOfInt32()
|
| D | inst.h | 836 bool HasType() const in HasType() function
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …hasType(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
|