Home
last modified time | relevance | path

Searched defs:FLAGS (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsDynamicType.h27 static constexpr auto FLAGS = 1; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp1007 constexpr auto FLAGS = IS_COMMUTATIVE ? Flags::COMMUTATIVE : Flags::NONE; in LowerBinaryOperationWithShiftedOperand() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h215 #define INST_DEF(OPCODE, BASE, FLAGS) FLAGS, // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h176 #define INST_DEF(OPCODE, BASE, FLAGS) (FLAGS), // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() argument