Home
last modified time | relevance | path

Searched defs:ASSERT_UNUSED (Results 1 – 7 of 7) sorted by relevance

/dports/devel/reproc/reproc-14.2.4/reproc/src/
H A Derror.h9 #define ASSERT_UNUSED(expression) \ macro
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DAssertions.h243 #define ASSERT_UNUSED(variable, assertion) (assertUnused(variable)) macro
245 #define ASSERT_UNUSED(variable, assertion) ((void)variable) macro
262 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion) macro
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/wtf/
H A DAssertions.h239 #define ASSERT_UNUSED(variable, assertion) (assertUnused(variable)) macro
241 #define ASSERT_UNUSED(variable, assertion) ((void)variable) macro
263 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion) macro
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/wtf/
H A DAssertions.h239 #define ASSERT_UNUSED(variable, assertion) (assertUnused(variable)) macro
241 #define ASSERT_UNUSED(variable, assertion) ((void)variable) macro
263 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion) macro
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DAssertions.h186 #define ASSERT_UNUSED(variable, assertion) ((void)variable) macro
202 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion) macro
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DAssertions.h186 #define ASSERT_UNUSED(variable, assertion) ((void)variable) macro
202 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion) macro
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DAssertions.h186 #define ASSERT_UNUSED(variable, assertion) ((void)variable) macro
202 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion) macro