Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/
Dmacros.h162 #define CHECK_LT(lhs, rhs) ASSERT_OP(lhs, <, rhs) macro
210 #define CHECK_LT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro… macro
/arkcompiler/runtime_core/libpandabase/
Dmacros.h184 #define CHECK_LT(lhs, rhs) ASSERT_OP(lhs, <, rhs) macro
232 #define CHECK_LT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro