Home
last modified time | relevance | path

Searched refs:GetCharAsType (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/assembler/tests/
H A Dannotation_test.cpp236 * @tc.desc: Verify the GetCharAsType function.
242 panda::pandasm::Value::Type type = Value::GetCharAsType('1'); in HWTEST_F()
245 type = Value::GetCharAsType('2'); in HWTEST_F()
248 type = Value::GetCharAsType('3'); in HWTEST_F()
251 type = Value::GetCharAsType('4'); in HWTEST_F()
254 type = Value::GetCharAsType('5'); in HWTEST_F()
257 type = Value::GetCharAsType('6'); in HWTEST_F()
260 type = Value::GetCharAsType('7'); in HWTEST_F()
263 type = Value::GetCharAsType('8'); in HWTEST_F()
266 type = Value::GetCharAsType(' in HWTEST_F()
[all...]
/arkcompiler/runtime_core/abc2program/
H A Dabc_annotation_processor.cpp69 auto value_type = pandasm::Value::GetCharAsType(annotation_data_accessor_->GetTag(i).GetItem()); in FillAnnotationElements()
/arkcompiler/runtime_core/assembler/
H A Dannotation.h239 static constexpr Type GetCharAsType(char c) in GetCharAsType() function in panda::pandasm::Value
/arkcompiler/runtime_core/static_core/assembler/
H A Dannotation.h234 static constexpr Type GetCharAsType(char c) in GetCharAsType() function in ark::pandasm::Value
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp556 auto value_type = pandasm::Value::GetCharAsType(tag.GetItem()); in GetAnnotationElements()

Completed in 7 milliseconds