Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/
Dmacros.h163 #define CHECK_GE(lhs, rhs) ASSERT_OP(lhs, >=, rhs) macro
210 #define CHECK_GE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro