Home
last modified time | relevance | path

Searched refs:ERR_BAD_DEFINITION (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Derror.h78 ERR_BAD_DEFINITION, member in panda::pandasm::Error::ErrorType
H A Dassembly-parser.cpp231 GetError("No one array can be defined inside another array.", Error::ErrorType::ERR_BAD_DEFINITION); in ParseAsArray()
546 GetError("No one record can be defined inside another record.", Error::ErrorType::ERR_BAD_DEFINITION); in ParseAsRecord()
591 GetError("No one function can be defined inside another function.", Error::ErrorType::ERR_BAD_DEFINITION); in ParseAsFunction()
/arkcompiler/runtime_core/static_core/assembler/
H A Derror.h80 ERR_BAD_DEFINITION, member in ark::pandasm::Error::ErrorType
H A Dassembly-parser.cpp228 GetError("No one array can be defined inside another array.", Error::ErrorType::ERR_BAD_DEFINITION); in ParseAsArray()
561 GetError("No one record can be defined inside another record.", Error::ErrorType::ERR_BAD_DEFINITION); in ParseAsRecord()
606 GetError("No one function can be defined inside another function.", Error::ErrorType::ERR_BAD_DEFINITION); in ParseAsFunction()
647 GetError("No union field can be defined inside record or function.", Error::ErrorType::ERR_BAD_DEFINITION); in ParseAsUnionField()

Completed in 7 milliseconds