Home
last modified time | relevance | path

Searched defs:DEFINE_VALUE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/asm_defines/
Ddefines.cpp33 #define DEFINE_VALUE(name, value) \ macro
/arkcompiler/runtime_core/runtime/arch/
Dasm_support.cpp29 #define DEFINE_VALUE(name, value) static_assert(name == value); macro