Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/
Dmacros.h173 #define CHECK_LE(lhs, rhs) ASSERT_OP(lhs, <=, rhs) macro
223 #define CHECK_LE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro… macro
/arkcompiler/runtime_core/libpandabase/
Dmacros.h182 #define CHECK_LE(lhs, rhs) ASSERT_OP(lhs, <=, rhs) macro
231 #define CHECK_LE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro
/arkcompiler/jsvm/src/
Djsvm_dfx.h172 #define CHECK_LE(a, b) CHECK((a) <= (b)) macro