Searched refs:AssertionFail (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | debug.h | 21 [[noreturn]] void AssertionFail(const char *expr, const char *file, unsigned line, const char *function);
|
H A D | debug.cpp | 24 [[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 D | debug.h | 21 [[noreturn]] __attribute__((visibility("default"))) void AssertionFail(const char *expr, const char *file,
|
H A D | debug.cpp | 26 [[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 D | macros.h | 143 #define ASSERT_FAIL(expr) ark::debug::AssertionFail(expr, __FILE__, __LINE__, __FUNCTION__)
|
/arkcompiler/runtime_core/libpandabase/ |
H A D | macros.h | 166 #define ASSERT_FAIL(expr) panda::debug::AssertionFail(expr, __FILE__, __LINE__, __FUNCTION__)
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 134 panda::debug::AssertionFail(#cond, __FILE__, __LINE__, __FUNCTION__); \
|
Completed in 7 milliseconds