Home
last modified time | relevance | path

Searched refs:GetCharAsArrayType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/assembler/tests/
Dannotation_test.cpp305 type = Value::GetCharAsArrayType('K');
308 type = Value::GetCharAsArrayType('L');
311 type = Value::GetCharAsArrayType('M');
314 type = Value::GetCharAsArrayType('N');
317 type = Value::GetCharAsArrayType('O');
320 type = Value::GetCharAsArrayType('P');
323 type = Value::GetCharAsArrayType('Q');
326 type = Value::GetCharAsArrayType('R');
329 type = Value::GetCharAsArrayType('S');
332 type = Value::GetCharAsArrayType('T');
[all …]
/arkcompiler/runtime_core/assembler/
Dannotation.h308 static constexpr Type GetCharAsArrayType(char c) in GetCharAsArrayType() function