Home
last modified time | relevance | path

Searched refs:RELEASE_ASSERT (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/common/apple/
H A DSoftLinking.h22 # define RELEASE_ASSERT(expression, message) \ macro
46 RELEASE_ASSERT(frameworkLibrary, "Unable to load " #framework ".framework"); \
97 RELEASE_ASSERT(class##className, "objc_getClass failed for " #className); \
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/mozjemalloc/
H A Djemalloc.c3105 RELEASE_ASSERT(ret != NULL); in choose_arena()
3151 RELEASE_ASSERT(ret != NULL); in choose_arena()
3324 RELEASE_ASSERT(0); in rb_wrap()
3417 RELEASE_ASSERT(diff == regind * size); in arena_run_reg_dalloc()
3418 RELEASE_ASSERT(regind < bin->nregs); in arena_run_reg_dalloc()
3727 RELEASE_ASSERT(chunk != NULL); in arena_purge()
4018 RELEASE_ASSERT(run->nfree > 0); in arena_bin_malloc_easy()
4021 RELEASE_ASSERT(ret != NULL); in arena_bin_malloc_easy()
4212 RELEASE_ASSERT(size == bin->reg_size); in arena_malloc_small()
4500 RELEASE_ASSERT(ret != 0); in arena_salloc()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/wtf/
H A DAssertions.h419 #define RELEASE_ASSERT(assertion) (UNLIKELY(!(assertion)) ? (CRASH()) : (void)0) macro
420 #define RELEASE_ASSERT_WITH_MESSAGE(assertion, ...) RELEASE_ASSERT(assertion)
423 #define RELEASE_ASSERT(assertion) ASSERT(assertion) macro
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/wtf/
H A DAssertions.h419 #define RELEASE_ASSERT(assertion) (UNLIKELY(!(assertion)) ? (CRASH()) : (void)0) macro
420 #define RELEASE_ASSERT_WITH_MESSAGE(assertion, ...) RELEASE_ASSERT(assertion)
423 #define RELEASE_ASSERT(assertion) ASSERT(assertion) macro
/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dreadaheadmanager_test.cpp54 RELEASE_ASSERT(!m_targetReturnValues.isEmpty()); in nextTrigger()
56 RELEASE_ASSERT(!m_triggerReturnValues.isEmpty()); in nextTrigger()
/dports/audio/mixxx/mixxx-2.3.0/src/util/
H A Dassert.h43 #define RELEASE_ASSERT(cond) ((!(cond)) ? mixxx_release_assert(#cond, __FILE__, __LINE__, ASSERT_FU… macro
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/yarr/
H A DYarrInterpreter.cpp62 RELEASE_ASSERT(backTrack->matchAmount); in popParenthesesDisjunctionContext()
63 RELEASE_ASSERT(backTrack->lastContext); in popParenthesesDisjunctionContext()
82 RELEASE_ASSERT(roundedSize >= rawSize); in allocationSize()
96 RELEASE_ASSERT(allocatorPool); in allocDisjunctionContext()
141 RELEASE_ASSERT(roundedSize >= rawSize); in allocationSize()
153 RELEASE_ASSERT(allocatorPool); in allocParenthesesDisjunctionContext()
199 RELEASE_ASSERT(pos >= negativePositionOffest); in readChecked()
215 RELEASE_ASSERT(pos >= negativePositionOffset); in readSurrogatePairChecked()
282 RELEASE_ASSERT(pos >= count); in uncheckInput()
293 RELEASE_ASSERT(pos >= negativePositionOffest); in atEnd()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/yarr/
H A DYarrInterpreter.cpp62 RELEASE_ASSERT(backTrack->matchAmount); in popParenthesesDisjunctionContext()
63 RELEASE_ASSERT(backTrack->lastContext); in popParenthesesDisjunctionContext()
82 RELEASE_ASSERT(roundedSize >= rawSize); in allocationSize()
96 RELEASE_ASSERT(allocatorPool); in allocDisjunctionContext()
141 RELEASE_ASSERT(roundedSize >= rawSize); in allocationSize()
153 RELEASE_ASSERT(allocatorPool); in allocParenthesesDisjunctionContext()
199 RELEASE_ASSERT(pos >= negativePositionOffest); in readChecked()
215 RELEASE_ASSERT(pos >= negativePositionOffset); in readSurrogatePairChecked()
282 RELEASE_ASSERT(pos >= count); in uncheckInput()
293 RELEASE_ASSERT(pos >= negativePositionOffest); in atEnd()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/text/
H A DREADME.md108 RELEASE_ASSERT that the length doesn’t overflow, which means we’ll
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/
H A DREADME.md108 RELEASE_ASSERT that the length doesn’t overflow, which means we’ll
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/assembler/
H A DMacroAssemblerARM64.h114 RELEASE_ASSERT(m_allowScratchRegister);
3032 RELEASE_ASSERT(m_allowScratchRegister); in getCachedDataTempRegisterIDAndInvalidate()
3037 RELEASE_ASSERT(m_allowScratchRegister); in getCachedMemoryTempRegisterIDAndInvalidate()
H A DARM64Assembler.h1809 RELEASE_ASSERT(!(size % sizeof(int32_t))); in fillNops()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/assembler/
H A DMacroAssemblerARM64.h114 RELEASE_ASSERT(m_allowScratchRegister);
3032 RELEASE_ASSERT(m_allowScratchRegister); in getCachedDataTempRegisterIDAndInvalidate()
3037 RELEASE_ASSERT(m_allowScratchRegister); in getCachedMemoryTempRegisterIDAndInvalidate()
H A DARM64Assembler.h1809 RELEASE_ASSERT(!(size % sizeof(int32_t))); in fillNops()