Home
last modified time | relevance | path

Searched refs:AssertionFail (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Ddebug.h21 [[noreturn]] void AssertionFail(const char *expr, const char *file, unsigned line, const char *function);
H A Ddebug.cpp24 [[noreturn]] void AssertionFail(const char *expr, const char *file, unsigned line, const char *function) in AssertionFail() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Ddebug.h21 [[noreturn]] __attribute__((visibility("default"))) void AssertionFail(const char *expr, const char *file,
H A Ddebug.cpp26 [[noreturn]] void AssertionFail(const char *expr, const char *file, unsigned line, const char *function) in AssertionFail() function
/arkcompiler/runtime_core/static_core/libpandabase/
H A Dmacros.h143 #define ASSERT_FAIL(expr) ark::debug::AssertionFail(expr, __FILE__, __LINE__, __FUNCTION__)
/arkcompiler/runtime_core/libpandabase/
H A Dmacros.h166 #define ASSERT_FAIL(expr) panda::debug::AssertionFail(expr, __FILE__, __LINE__, __FUNCTION__)
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h134 panda::debug::AssertionFail(#cond, __FILE__, __LINE__, __FUNCTION__); \

Completed in 7 milliseconds