Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h197 #define FLAG_DEF(flag) flag##_INDEX, macro
198 FLAGS_LIST(FLAG_DEF)
199 #undef FLAG_DEF
206 #define FLAG_DEF(flag) flag = (1U << internal::flag##_INDEX), macro
207 FLAGS_LIST(FLAG_DEF)
208 #undef FLAG_DEF