Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/
Dmacros.h165 #define CHECK_GT(lhs, rhs) ASSERT_OP(lhs, >, rhs) macro
211 #define CHECK_GT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro