Searched refs:CHECK_LE (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/ |
H A D | macros.h | 160 #define CHECK_LE(lhs, rhs) ASSERT_OP(lhs, <=, rhs) macro 209 #define CHECK_LE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro
|
/arkcompiler/runtime_core/libpandabase/ |
H A D | macros.h | 182 #define CHECK_LE(lhs, rhs) ASSERT_OP(lhs, <=, rhs) macro 231 #define CHECK_LE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) macro
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | operands.h | 340 CHECK_LE(disp, std::numeric_limits<decltype(disp_)>::max()); in MemRef() 341 CHECK_LE(scale, std::numeric_limits<decltype(scale_)>::max()); in MemRef()
|
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
H A D | codegen_fastpath.cpp | 309 CHECK_LE(inst->GetImms().size(), 2U); in CreateTailCall()
|
/arkcompiler/runtime_core/static_core/irtoc/backend/ |
H A D | compilation.cpp | 356 CHECK_LE(GetCodeAlignment(GetArch()), MAX_CODE_ALIGNMENT); in MakeElf()
|
Completed in 5 milliseconds