Home
last modified time | relevance | path

Searched refs:CHECK_LE (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/
H A Dmacros.h160 #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 Dmacros.h182 #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 Doperands.h340 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 Dcodegen_fastpath.cpp309 CHECK_LE(inst->GetImms().size(), 2U); in CreateTailCall()
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dcompilation.cpp356 CHECK_LE(GetCodeAlignment(GetArch()), MAX_CODE_ALIGNMENT); in MakeElf()

Completed in 5 milliseconds