Home
last modified time | relevance | path

Searched defs:ASSERT_NOT_NULL (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_logging.h271 #define ASSERT_NOT_NULL(ptr) DEBUG_ASSERT((ptr) != nullptr, "Failed with nullptr.") macro
274 #define ASSERT_NOT_NULL(ptr) macro

Completed in 2 milliseconds