Home
last modified time | relevance | path

Searched refs:CHECK_NE (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/
H A Dmacros.h170 #define CHECK_NE(lhs, rhs) ASSERT_OP(lhs, !=, rhs) macro
214 #define CHECK_NE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro
/arkcompiler/runtime_core/libpandabase/
H A Dmacros.h192 #define CHECK_NE(lhs, rhs) ASSERT_OP(lhs, !=, rhs) macro
236 #define CHECK_NE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro

Completed in 2 milliseconds