Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/
Dmacros.h161 #define CHECK_LT(lhs, rhs) ASSERT_OP(lhs, <, rhs) macro
209 #define CHECK_LT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro