Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/
Dmacros.h175 #define CHECK_EQ(lhs, rhs) ASSERT_OP(lhs, ==, rhs) macro
220 #define CHECK_EQ(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_checker_gen.h.erb58 CHECK_EQ(inst->GetInputsCount(), <%= inst.inputs.size %>U);
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h900 CHECK_EQ(type, prev_type); in CheckInputType()