| /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 | 229 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 | 731 bool ETSUnionType::HasType(Type *type) const in HasType() function in ark::es2panda::checker::ETSUnionType 743 return HasType(checker->GlobalETSNullType()) || HasType(checker->GlobalETSUndefinedType()); in HasNullishType()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_verifier_short_test.cpp | 93 bool hasType = messages.empty(); in TEST_F() local 94 ASSERT_EQ(hasType, false); in TEST_F()
|
| /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 __anonea4cd4b40602()
|
| /arkcompiler/toolchain/tooling/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/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 153 exprType->AsETSUnionType()->HasType(etsg->Checker()->GlobalETSUndefinedType()); in Compile()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker.cpp | 296 if (!userInst->HasType()) { in CheckUserOfInt32()
|
| D | inst.h | 837 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.anonymousFunctionfa74d3e23fb00.anonymousFunctionfa74d3e241300.anonymousFunctionfa74d3e243800.anonymousFunctionfa74d3e244c00.anonymousFunctionfa74d3e245200.d.constructor.anonymousFunctionfa74d3e245400.anonymousFunctionfa74d3e245a00.u
|