| /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 | 197 if (!input->HasType()) { in CreateCast()
|
| D | inst_templates.yaml | 89 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/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsUnionType.h | 53 bool HasType(Type *type) const;
|
| D | etsUnionType.cpp | 723 bool ETSUnionType::HasType(Type *type) const in HasType() function in ark::es2panda::checker::ETSUnionType 735 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/compiler/tests/ |
| D | compiler_graph_test.cpp | 222 EXPECT_TRUE(graph->FindOrAddConstant(constant)->HasType()); in __anond96a90740602()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 1420 ASSERT(HasType()); in GetType() 1430 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 | 151 exprType->AsETSUnionType()->HasType(etsg->Checker()->GlobalETSUndefinedType()); in Compile()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker.cpp | 301 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.anonymousFunctionf940dfa23fb00.anonymousFunctionf940dfa241300.anonymousFunctionf940dfa243800.anonymousFunctionf940dfa244c00.anonymousFunctionf940dfa245200.d.constructor.anonymousFunctionf940dfa245400.anonymousFunctionf940dfa245a00.u
|