Home
last modified time | relevance | path

Searched refs:UNDEFINED_TYPE (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h54 ASSERT(any_type != AnyBaseType::UNDEFINED_TYPE); in BuildCastToAnyString()
81 ASSERT(any_type != AnyBaseType::UNDEFINED_TYPE); in BuildCastToAnyNumber()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dsource_languages.h29 UNDEFINED_TYPE = 0, enumerator
Dir-dyn-base-types.h34 return panda::compiler::AnyBaseType::UNDEFINED_TYPE; in NumericDataTypeToAnyType()
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dir-dyn-base-types.h.erb55 return panda::compiler::AnyBaseType::UNDEFINED_TYPE;
60 return panda::compiler::AnyBaseType::UNDEFINED_TYPE;
110 case AnyBaseType::UNDEFINED_TYPE:
138 "UNDEFINED_TYPE",
Dsource_languages.h.erb29 UNDEFINED_TYPE = 0,
/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp726 castValueToAnyType.SetAnyType(AnyBaseType::UNDEFINED_TYPE); in __anon51f1233e0f02()
Dir_builder_test.cpp6311 INST(2, Opcode::CompareAnyType).b().AnyType(AnyBaseType::UNDEFINED_TYPE).Inputs(0); in TEST_F()
6321 EXPECT_TRUE(cati->GetAnyType() == AnyBaseType::UNDEFINED_TYPE); in TEST_F()
6336 INST(2, Opcode::CastAnyTypeValue).AnyType(AnyBaseType::UNDEFINED_TYPE).Inputs(0).u64(); in TEST_F()
6346 EXPECT_TRUE(catvi->GetAnyType() == AnyBaseType::UNDEFINED_TYPE); in TEST_F()