Home
last modified time | relevance | path

Searched refs:ASSERT_RETURN (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/
H A Dmacros.h195 #define ASSERT_RETURN(cond) assert(cond) macro
206 #define ASSERT_RETURN(cond) static_cast<void>(cond) // NOLINT(cppcoreguidelines-macro-usage) macro
/arkcompiler/runtime_core/libpandabase/
H A Dmacros.h217 #define ASSERT_RETURN(cond) assert(cond) macro
228 #define ASSERT_RETURN(cond) static_cast<void>(cond) // NOLINT(cppcoreguidelines-macro-usage) macro

Completed in 3 milliseconds