Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qcompilerdetection.h File Reference

(ab06d402dd833cefe9c0d929c13e93068aab96d9)

#include <QtCore/qprocessordetection.h>
#include <QtCore/qsystemdetection.h>
#include <QtCore/qtconfiginclude.h>
+ Include dependency graph for qcompilerdetection.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define QCOMPILERDETECTION_H
 
#define __has_builtin(x)   0
 
#define __has_feature(x)   0
 
#define __has_attribute(x)   0
 
#define __has_cpp_attribute(x)   0
 
#define __has_include(x)   0
 
#define __has_include_next(x)   0
 
#define Q_COMPILER_THREADSAFE_STATICS
 
#define Q_ALIGNOF(x)   alignof(x)
 
#define Q_DECL_ALIGN(n)   alignas(n)
 
#define Q_DECL_NOTHROW   Q_DECL_NOEXCEPT
 
#define Q_CONSTEXPR   const
 
#define Q_DECL_CONSTEXPR
 
#define Q_DECL_RELAXED_CONSTEXPR
 
#define Q_NULLPTR   NULL
 
#define Q_RELAXED_CONSTEXPR   const
 
#define Q_DECL_NOEXCEPT
 
#define Q_DECL_ENUMERATOR_DEPRECATED   Q_DECL_DEPRECATED
 
#define Q_DECL_ENUMERATOR_DEPRECATED_X(x)   Q_DECL_DEPRECATED_X(x)
 
#define Q_NORETURN
 
#define Q_LIKELY(x)   (x)
 
#define Q_UNLIKELY(x)   (x)
 
#define Q_ASSUME_IMPL(expr)   qt_noop()
 
#define Q_UNREACHABLE_IMPL()   qt_noop()
 
#define Q_ALLOC_SIZE(x)
 
#define Q_REQUIRED_RESULT
 
#define Q_NODISCARD_X(message)   Q_REQUIRED_RESULT
 
#define Q_NODISCARD_CTOR
 
#define Q_NODISCARD_CTOR_X(message)   Q_NODISCARD_CTOR
 
#define Q_DECL_DEPRECATED
 
#define Q_DECL_VARIABLE_DEPRECATED   Q_DECL_DEPRECATED
 
#define Q_DECL_DEPRECATED_X(text)   Q_DECL_DEPRECATED
 
#define Q_DECL_EXPORT
 
#define Q_DECL_EXPORT_OVERRIDABLE   Q_DECL_EXPORT
 
#define Q_DECL_IMPORT
 
#define Q_DECL_HIDDEN
 
#define Q_DECL_UNUSED
 
#define Q_DECL_UNUSED_MEMBER
 
#define Q_FUNC_INFO   __FILE__ ":" QT_STRINGIFY(__LINE__)
 
#define Q_DECL_CF_RETURNS_RETAINED
 
#define Q_DECL_NS_RETURNS_AUTORELEASED
 
#define Q_DECL_PURE_FUNCTION
 
#define Q_DECL_CONST_FUNCTION   Q_DECL_PURE_FUNCTION
 
#define Q_DECL_COLD_FUNCTION
 
#define QT_MAKE_UNCHECKED_ARRAY_ITERATOR(x)   (x)
 
#define QT_MAKE_CHECKED_ARRAY_ITERATOR(x, N)   (x)
 
#define Q_WEAK_OVERLOAD   template <typename = void>
 
#define QT_POST_CXX17_API_IN_EXPORTED_CLASS   template <typename = void>
 
#define QT_DO_PRAGMA(text)   _Pragma(#text)
 
#define QT_WARNING_DISABLE_GCC(text)
 
#define QT_WARNING_PUSH
 
#define QT_WARNING_POP
 
#define QT_WARNING_DISABLE_INTEL(number)
 
#define QT_WARNING_DISABLE_MSVC(number)
 
#define QT_WARNING_DISABLE_CLANG(text)
 
#define QT_WARNING_DISABLE_GCC(text)
 
#define QT_WARNING_DISABLE_DEPRECATED
 
#define QT_WARNING_DISABLE_FLOAT_COMPARE
 
#define QT_WARNING_DISABLE_INVALID_OFFSETOF
 
#define QT_IGNORE_DEPRECATIONS(statement)
 
#define Q_CAST_IGNORE_ALIGN(body)   QT_WARNING_PUSH QT_WARNING_DISABLE_GCC("-Wcast-align") body QT_WARNING_POP
 
#define Q_OFFSETOF(Class, member)
 
#define qMove(x)   (x)
 
#define Q_FALLTHROUGH()   (void)0
 
#define QT_FASTCALL
 
#define Q_ATTRIBUTE_FORMAT_PRINTF(A, B)
 
#define Q_NEVER_INLINE
 
#define Q_ALWAYS_INLINE   inline
 
#define Q_IMPLICIT
 

Macro Definition Documentation

◆ __has_attribute

#define __has_attribute ( x)    0

Definition at line 441 of file qcompilerdetection.h.

◆ __has_builtin

#define __has_builtin ( x)    0

Definition at line 435 of file qcompilerdetection.h.

◆ __has_cpp_attribute

#define __has_cpp_attribute ( x)    0

Definition at line 444 of file qcompilerdetection.h.

◆ __has_feature

#define __has_feature ( x)    0

Definition at line 438 of file qcompilerdetection.h.

◆ __has_include

#define __has_include ( x)    0

Definition at line 447 of file qcompilerdetection.h.

◆ __has_include_next

#define __has_include_next ( x)    0

Definition at line 450 of file qcompilerdetection.h.

◆ Q_ALIGNOF

#define Q_ALIGNOF ( x)    alignof(x)

Definition at line 934 of file qcompilerdetection.h.

Referenced by QTypedArrayData< T >::allocate().

◆ Q_ALLOC_SIZE

#define Q_ALLOC_SIZE ( x)

Definition at line 1026 of file qcompilerdetection.h.

◆ Q_ALWAYS_INLINE

#define Q_ALWAYS_INLINE   inline

Definition at line 1318 of file qcompilerdetection.h.

◆ Q_ASSUME_IMPL

#define Q_ASSUME_IMPL ( expr)    qt_noop()

Definition at line 1020 of file qcompilerdetection.h.

◆ Q_ATTRIBUTE_FORMAT_PRINTF

#define Q_ATTRIBUTE_FORMAT_PRINTF ( A,
B )

Definition at line 1307 of file qcompilerdetection.h.

◆ Q_CAST_IGNORE_ALIGN

#define Q_CAST_IGNORE_ALIGN ( body)    QT_WARNING_PUSH QT_WARNING_DISABLE_GCC("-Wcast-align") body QT_WARNING_POP

Definition at line 1188 of file qcompilerdetection.h.

◆ Q_COMPILER_THREADSAFE_STATICS

#define Q_COMPILER_THREADSAFE_STATICS

Definition at line 525 of file qcompilerdetection.h.

◆ Q_CONSTEXPR

#define Q_CONSTEXPR   const

Definition at line 950 of file qcompilerdetection.h.

◆ Q_DECL_ALIGN

#define Q_DECL_ALIGN ( n)    alignas(n)

Definition at line 935 of file qcompilerdetection.h.

◆ Q_DECL_CF_RETURNS_RETAINED

#define Q_DECL_CF_RETURNS_RETAINED

Definition at line 1075 of file qcompilerdetection.h.

◆ Q_DECL_COLD_FUNCTION

#define Q_DECL_COLD_FUNCTION

Definition at line 1087 of file qcompilerdetection.h.

◆ Q_DECL_CONST_FUNCTION

#define Q_DECL_CONST_FUNCTION   Q_DECL_PURE_FUNCTION

Definition at line 1084 of file qcompilerdetection.h.

◆ Q_DECL_CONSTEXPR

#define Q_DECL_CONSTEXPR

Definition at line 951 of file qcompilerdetection.h.

Referenced by propagateAttributes().

◆ Q_DECL_DEPRECATED

#define Q_DECL_DEPRECATED

Definition at line 1041 of file qcompilerdetection.h.

◆ Q_DECL_DEPRECATED_X

#define Q_DECL_DEPRECATED_X ( text)    Q_DECL_DEPRECATED

Definition at line 1047 of file qcompilerdetection.h.

◆ Q_DECL_ENUMERATOR_DEPRECATED

#define Q_DECL_ENUMERATOR_DEPRECATED   Q_DECL_DEPRECATED

Definition at line 1003 of file qcompilerdetection.h.

◆ Q_DECL_ENUMERATOR_DEPRECATED_X

#define Q_DECL_ENUMERATOR_DEPRECATED_X ( x)    Q_DECL_DEPRECATED_X(x)

Definition at line 1004 of file qcompilerdetection.h.

◆ Q_DECL_EXPORT

#define Q_DECL_EXPORT

Definition at line 1050 of file qcompilerdetection.h.

◆ Q_DECL_EXPORT_OVERRIDABLE

#define Q_DECL_EXPORT_OVERRIDABLE   Q_DECL_EXPORT

Definition at line 1053 of file qcompilerdetection.h.

◆ Q_DECL_HIDDEN

#define Q_DECL_HIDDEN

Definition at line 1059 of file qcompilerdetection.h.

◆ Q_DECL_IMPORT

#define Q_DECL_IMPORT

Definition at line 1056 of file qcompilerdetection.h.

Referenced by QIOSTheme::initializeSystemPalette().

◆ Q_DECL_NOEXCEPT

#define Q_DECL_NOEXCEPT

Definition at line 958 of file qcompilerdetection.h.

◆ Q_DECL_NOTHROW

#define Q_DECL_NOTHROW   Q_DECL_NOEXCEPT

Definition at line 936 of file qcompilerdetection.h.

◆ Q_DECL_NS_RETURNS_AUTORELEASED

#define Q_DECL_NS_RETURNS_AUTORELEASED

Definition at line 1078 of file qcompilerdetection.h.

◆ Q_DECL_PURE_FUNCTION

#define Q_DECL_PURE_FUNCTION

Definition at line 1081 of file qcompilerdetection.h.

◆ Q_DECL_RELAXED_CONSTEXPR

#define Q_DECL_RELAXED_CONSTEXPR

Definition at line 952 of file qcompilerdetection.h.

◆ Q_DECL_UNUSED

#define Q_DECL_UNUSED

Definition at line 1062 of file qcompilerdetection.h.

◆ Q_DECL_UNUSED_MEMBER

#define Q_DECL_UNUSED_MEMBER

Definition at line 1065 of file qcompilerdetection.h.

◆ Q_DECL_VARIABLE_DEPRECATED

#define Q_DECL_VARIABLE_DEPRECATED   Q_DECL_DEPRECATED

Definition at line 1044 of file qcompilerdetection.h.

◆ Q_FALLTHROUGH

#define Q_FALLTHROUGH ( )    (void)0

Definition at line 1229 of file qcompilerdetection.h.

Referenced by QDBusXmlParser::QDBusXmlParser(), QMimeMagicRule::QMimeMagicRule(), QSocks5SocketEnginePrivate::_q_controlSocketReadNotification(), QHttpNetworkConnectionChannel::_q_encrypted(), QHttpProtocolHandler::_q_receiveReply(), QTapTestLogger::addIncident(), addLexToken(), QDBusMarshaller::appendVariantInternal(), QImageReader::autoTransform(), baseWritableLocation(), QV4::ExecutableCompilationUnit::bindingValueAsString(), QPlatformGraphicsBufferHelper::bindSWToTexture(), QOCIResultPrivate::bindValue(), calculateNextTimeout(), QTextEngine::calculateTabWidth(), QV4::Runtime::CompareEqual::call(), QTabBar::changeEvent(), QAbstractSlider::changeEvent(), QGraphicsWidget::changeEvent(), QMessageBox::changeEvent(), QDialogButtonBox::changeEvent(), QDockWidget::changeEvent(), QQuickPinchArea::childMouseEventFilter(), QQuickMultiPointTouchArea::childMouseEventFilter(), QEglConfigChooser::chooseConfig(), QTlsPrivate::TlsCryptographSchannel::continueHandshake(), convertExtendedTypeToJson(), convertPath(), QQuickDragAttachedPrivate::createMimeData(), QFileSystemModel::data(), QTreeWidgetItem::data(), QQmlBindPrivate::decodeBinding(), QQmlJS::Dom::FormatPartialStatus::defaultOnEnter(), QV4::ExecutionContext::deleteProperty(), descriptorForStyle(), QQC2::QWindowsStyle::drawControl(), QQC2_NAMESPACE::QMacStyle::drawPrimitive(), QQC2::QWindowsStyle::drawPrimitive(), QMacStyle::drawPrimitive(), QQmlJS::SourceLocation::endZeroLengthLocation(), QWidgetWindow::event(), QSplitter::event(), QQuickWindow::event(), QOpenGLWidget::event(), QWidget::event(), QToolBar::event(), QWhatsThisPrivate::eventFilter(), QAlphaWidget::eventFilter(), QMenuBar::eventFilter(), QComboBoxPrivateContainer::eventFilter(), QMdiArea::eventFilter(), QQuickMenuBar::eventFilter(), QODBCResult::exec(), QAbstractItemViewPrivate::extendedSelectionCommand(), QDateTimeParser::fieldInfo(), findVersionDirectivePosition(), floatingCompare(), QMYSQLDriver::formatValue(), QSqlDriver::formatValue(), QVideoTextureHelper::fragmentShaderFileName(), QCborValue::fromVariant(), QJsonValue::fromVariant(), QQuickItemGenerator::generateTextNode(), QQuickQmlGenerator::generateTextNode(), QUnicodeTools::getLineBreaks(), QV4::ExecutionContext::getProperty(), QV4::ExecutionContext::getPropertyAndBase(), gray_render_span(), QQuickOverlayPrivate::handlePress(), QQmlJS::Dom::FormatPartialStatus::handleTokens(), QUnicodeTools::Tailored::indic_nextSyllableBoundary(), QTriangulator< T >::initialize(), QQuickImageParticle::initialize(), QSettingsPrivate::iniUnescapedStringList(), QImage::invertPixels(), QAVFCameraBase::isFocusModeSupported(), QTextEngine::itemize(), jobHoldToString(), QTextEngine::justify(), QMenu::keyPressEvent(), QPushButton::keyPressEvent(), QAbstractButton::keyPressEvent(), QComboBox::keyPressEvent(), QAbstractSpinBox::keyPressEvent(), QDateTimeEdit::keyPressEvent(), QQmlJS::Lexer::lex(), QAbstractItemModel::match(), QV4Debugger::maybeBreakAtInstruction(), QMacPrintEngine::metric(), QTest::mouseEvent(), QHeaderView::mouseReleaseEvent(), QTextCursorPrivate::movePosition(), QSGBatchRenderer::newSampler(), QApplication::notify(), QQuickPointerHandler::onGrabChanged(), QDBusMarshaller::open(), operator<<(), operator>>(), Moc::parse(), QDateTimeParser::parse(), parseCmdLine(), parseDateString(), Moc::parseType(), QQuickImageParticle::prepareNextFrame(), qDrawEdge(), qt_memfill24(), qt_memfill_template(), qt_splitLocaleName(), qt_transform_image_rasterize(), readArrayBuffer(), QFlickGestureRecognizer::recognize(), QDialogButtonBoxPrivate::removeButton(), QTabBar::removeTab(), QRhiMetal::resourceLimit(), QMimeDataPrivate::retrieveTypedData(), QTransform::rotate(), QTransform::rotateRadians(), QTransform::scale(), QAbstractItemView::selectionCommand(), QWaylandQtTextInputMethod::sendInputMethodEvent(), QHttpProtocolHandler::sendRequest(), QWinSettingsPrivate::set(), QNetmask::setAddress(), QHostAddress::setAddress(), QWidget::setAttribute(), QSimplex::setConstraints(), QTreeWidgetItem::setData(), QSocks5SocketEnginePrivate::setErrorState(), QGstreamerCamera::setFocusMode(), setLightProperties(), QV4::ExecutionContext::setProperty(), QTransform::shear(), QDBusMetaType::signatureToMetaType(), QQC2::QCommonStyle::sizeFromContents(), QQC2::QWindowsStyle::sizeFromContents(), QCommonStyle::sizeFromContents(), sm_performSaveYourself(), standardDeclarationForNode(), QWindowsTheme::standardPixmap(), QSystemError::string(), QQC2::QCommonStyle::subControlRect(), QCommonStyle::subControlRect(), QWindowsVistaStyle::subControlRect(), QQC2::QWindowsXPStyle::subControlRect(), QWindows11Style::subControlRect(), QQC2::QCommonStyle::subElementRect(), QCommonStyle::subElementRect(), QWindowsTheme::systemPalette(), QAbstractItemDelegatePrivate::textForRole(), QAndroidPlatformTheme::themeHint(), Preprocessor::tokenize(), QSGRhiSupportMac::toRhiTextureFormatFromMetal(), QDBusDemarshaller::toVariantInternal(), QTransform::translate(), QTransform::type(), QQmlJSTypeResolver::typeForArithmeticUnaryOperation(), QV4::Compiler::Codegen::unop(), QQuickTableViewResizeHandler::updateDrag(), QQuick3DViewport::updatePaintNode(), QWindowsDirect2DPaintEnginePrivate::updatePen(), QGraphicsPixmapItemPrivate::updateShape(), QQuickMultiPointTouchArea::updateTouchData(), QAbstractSpinBoxPrivate::variantCompare(), QSslSocketPrivate::verifyProtocolSupported(), QHeaderView::viewportEvent(), QV4::Compiler::Codegen::visit(), QV4::Compiler::Codegen::visit(), QSGBatchRenderer::Updater::visitNode(), and QWindowsContext::windowsProc().

◆ Q_FUNC_INFO

#define Q_FUNC_INFO   __FILE__ ":" QT_STRINGIFY(__LINE__)

Definition at line 1071 of file qcompilerdetection.h.

Referenced by AVFMediaEncoder::AVFMediaEncoder(), WebImageButton::Callbacks::Callbacks(), QAbstractItemModelTester::QAbstractItemModelTester(), QDBusAbstractAdaptor::QDBusAbstractAdaptor(), QObject::QObject(), QPcscCard::QPcscCard(), QPcscManager::QPcscManager(), QQnxBuffer::QQnxBuffer(), QQnxBuffer::QQnxBuffer(), QQnxBuffer::QQnxBuffer(), QQnxInputContext::QQnxInputContext(), QQnxIntegration::QQnxIntegration(), QQnxRasterBackingStore::QQnxRasterBackingStore(), QQnxScreen::QQnxScreen(), QSGVivanteVideoMaterial::QSGVivanteVideoMaterial(), QWasmIDBSettingsPrivate::QWasmIDBSettingsPrivate(), QWasmMediaPlayer::QWasmMediaPlayer(), Resizer::Resizer(), Resizer::ResizerElement::ResizerElement(), AVFDisplayLink::~AVFDisplayLink(), AVFMediaPlayer::~AVFMediaPlayer(), AVFVideoRendererControl::~AVFVideoRendererControl(), QPcscCard::~QPcscCard(), QPcscManager::~QPcscManager(), QPcscSlot::~QPcscSlot(), QQnxBuffer::~QQnxBuffer(), QQnxInputContext::~QQnxInputContext(), QQnxRasterBackingStore::~QQnxRasterBackingStore(), QQnxScreen::~QQnxScreen(), QtWayland::QWaylandTextureOrphanage::~QWaylandTextureOrphanage(), WaylandEglClientBuffer::~WaylandEglClientBuffer(), WaylandEglStreamClientBuffer::~WaylandEglStreamClientBuffer(), DragEvent::acceptDragOver(), DragEvent::acceptDrop(), QQnxScreen::activateWindowGroup(), QWaylandTextInputV3::add(), DarwinBluetooth::add_attribute(), DarwinBluetooth::add_attribute(), DarwinBluetooth::add_attribute(), DarwinBluetooth::add_attribute(), DarwinBluetooth::add_attribute< QBluetoothUuid >(), DarwinBluetooth::add_attribute< QBluetoothUuid >(), DarwinBluetooth::add_attribute< QString >(), DarwinBluetooth::add_attribute< QString >(), DarwinBluetooth::add_attribute< QUrl >(), DarwinBluetooth::add_attribute< QUrl >(), DarwinBluetooth::add_attribute< unsigned short >(), DarwinBluetooth::add_l2cap_protocol_descriptor_list(), DarwinBluetooth::add_rfcomm_protocol_descriptor_list(), DarwinBluetooth::add_sequence_attribute(), DarwinBluetooth::add_sequence_attribute(), QWasmIntegration::addContainerElement(), QQnxScreen::addWindow(), QtWayland::QWaylandTextureOrphanage::admitTexture(), QStringIterator::advance(), QStringIterator::advanceUnchecked(), anchorLineFlagForName(), QAVFCameraBase::applyFlashSettings(), AVFImageCapture::applySettings(), QQnxScreen::availableGeometry(), QQnxRasterBackingStore::beginPaint(), QSGVivanteVideoMaterial::bind(), QQnxRasterWindow::blitPreviousToCurrent(), bufferFromAttribute(), AVFMediaPlayer::bufferProgress(), DragEvent::cancelDragStart(), QWasmImageCapture::capture(), QPcscCard::checkCardPresent(), QQnxInputContext::checkSpelling(), QQnxIntegration::clipboard(), QColorOutput::colorify(), QQnxInputContext::commit(), QtWaylandClient::QWaylandInputContext::commit(), QtWaylandClient::QWaylandTextInputv3::commit(), QQuickStyleItem::componentComplete(), QPcscManager::connectToCard(), QLowEnergyControllerPrivateDarwin::connectToDevice(), convertCPU(), convertJPEG(), QQuickDesignerSupportItems::createComponent(), QQnxIntegration::createEventDispatcher(), QEglFSKmsVsp2Device::createHeadlessScreen(), QWasmVideoOutput::createOffscreenElement(), QQnxIntegration::createPlatformBackingStore(), QQnxIntegration::createPlatformWindow(), QWasmVideoOutput::createVideoElement(), AVFMediaPlayer::currentAssetHandle(), QQnxScreen::deactivateWindowGroup(), defaultDepth(), QtWayland::QWaylandTextureOrphanage::deleteTextures(), QLowEnergyControllerPrivateDarwin::discoverServices(), QWasmVideoOutput::doElementCallbacks(), QWasmDrag::drag(), dom::drawImageToWebImageDataArray(), AVFMediaPlayer::duration(), QPcscCard::enableAutodelete(), QQnxRasterBackingStore::endPaint(), QXcbBackingStore::endPaint(), QQmlProfilerServiceImpl::engineAboutToBeAdded(), QQmlProfilerServiceImpl::engineAboutToBeRemoved(), QQmlProfilerServiceImpl::engineAdded(), QQmlProfilerServiceImpl::engineRemoved(), QObject::event(), DarwinBluetooth::extract_attribute_value(), QQnxInputContext::filterEvent(), QQnxRasterBackingStore::flush(), QXcbBackingStore::flush(), QWindowsFontDatabase::fontEngine(), AVFMetaData::fromAsset(), QQuick3DFileInstancing::getInstanceBuffer(), WaylandEglClientBufferIntegrationPrivate::handleEglstreamTexture(), WaylandEglStreamClientBufferIntegrationPrivate::handleEglstreamTexture(), QQnxScreenEventHandler::handleEvent(), QQnxNavigatorEventHandler::handleExit(), QQuickSplitViewPrivate::handlePress(), QQnxNavigatorEventHandler::handleSwipeDown(), QQnxNavigatorEventHandler::handleWindowGroupActivated(), QQnxNavigatorEventHandler::handleWindowGroupDeactivated(), QQnxNavigatorEventHandler::handleWindowGroupStateChanged(), QQnxIntegration::hasCapability(), QQnxInputContext::hideInputPanel(), QtWaylandClient::QWaylandInputContext::hideInputPanel(), QQnxVirtualKeyboardPps::hideKeyboard(), AVFImageCapture::imageSettings(), QWidgetPrivate::init(), WaylandEglClientBufferIntegrationPrivate::initEglStream(), WaylandEglStreamClientBufferIntegrationPrivate::initEglStream(), QWaylandTextInputManagerV3::initialize(), initializeRHI(), LinuxDmabufWlBuffer::initTexture(), QtWaylandClient::QWaylandInputContext::inputDirection(), QWaylandTextInputV3Private::inputMethodQuery(), QWidgetPrivate::insertIntoFocusChain(), QQnxBuffer::invalidateInCache(), QEglFSWindow::invalidateSurface(), QQnxAbstractNavigator::invokeUrl(), QtWaylandClient::QWaylandInputContext::isInputPanelVisible(), QWaylandTextInputV3::isSurfaceEnabled(), QGuiApplicationPrivate::isWindowBlocked(), QQnxWindow::joinWindowGroup(), QtWaylandClient::QWaylandInputContext::keyboardRect(), QtWaylandClient::QWaylandTextInputv3::keyboardRect(), QQuickSplitViewPrivate::layout(), QtWaylandClient::QWaylandInputContext::locale(), QQnxWindow::lower(), QQnxScreen::lowerWindow(), QQnxGLContext::makeCurrent(), maxExpression(), minExpression(), QQnxIntegration::moveToScreen(), myMin(), QGstStructure::nativeSize(), QStringIterator::next(), QStringIterator::nextUnchecked(), QNearFieldManagerPrivateImpl::onCardInserted(), QtWayland::QWaylandTextureOrphanage::onContextAboutToBeDestroyed(), QNearFieldTargetPrivateImpl::onDisconnected(), QPcscCard::onDisconnectRequest(), QNearFieldTargetPrivateImpl::onInvalidated(), QWasmDrag::onNativeDragStarted(), QNearFieldTargetPrivateImpl::onRequestCompleted(), QPcscCard::onSendCommandRequest(), QPcscManager::onStartTargetDetectionRequest(), QPcscManager::onStopTargetDetectionRequest(), QPcscCard::onTargetDestroyed(), QPcscCard::onWriteNdefMessagesRequest(), QGlobalStatic< Holder >::operator*(), QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::operator*(), QtPrivate::QRegularExpressionMatchIteratorRangeBasedForIterator::operator++(), QGlobalStatic< Holder >::operator->(), QQnxScreen::orientation(), QBluetoothLocalDevicePrivate::pairingFinished(), QBluetoothLocalDevicePrivate::pairingStatus(), QWasmVideoOutput::pause(), AVFMediaPlayer::pause(), QWasmMediaRecorder::pause(), QStringIterator::peekNext(), QStringIterator::peekNextUnchecked(), QStringIterator::peekPrevious(), QStringIterator::peekPreviousUnchecked(), AVFMediaPlayer::play(), QtGlobalStatic::ApplicationHolder< QAS >::pointer(), QXkbCommon::possibleKeyCombinations(), QQnxRasterWindow::post(), QStringIterator::previous(), QStringIterator::previousUnchecked(), AVFMediaPlayer::processEOS(), AVFMediaPlayer::processLoadStateChange(), AVFCameraSession::processSessionStarted(), AVFCameraSession::processSessionStopped(), QPcscSlot::processStateChange(), qQmlProfilerDataToByteArrays(), QQuick3DProfilerDataToByteArrays(), qQuickProfilerDataToByteArrays(), DarwinBluetooth::qt_countGATTEntries(), QT_BEGIN_NAMESPACE::qt_createLEService(), qt_device_format_pixel_aspect_ratio(), qt_messageSeverityFromGL(), qt_messageSeverityToGL(), qt_messageSeverityToString(), qt_messageSourceFromGL(), qt_messageSourceToGL(), qt_messageSourceToString(), qt_messageTypeFromGL(), qt_messageTypeToGL(), qt_messageTypeToString(), qt_set_framerate_limits(), qt_set_framerate_limits(), QAndroidSystemLocale::query(), QQnxWindow::raise(), QQnxScreen::raiseWindow(), QLowEnergyControllerPrivateDarwin::readCharacteristic(), QLowEnergyControllerPrivateDarwin::readDescriptor(), QStringIterator::recede(), QStringIterator::recedeUnchecked(), AVFMediaEncoder::record(), QWindowsMediaEncoder::record(), QEglFSKmsVsp2Device::registerScreenCloning(), QBluetoothServiceInfoPrivate::registerService(), QEventDispatcherUNIX::registerSocketNotifier(), QWaylandOutputPrivate::removeView(), QQnxScreen::removeWindow(), QGstVideoRenderer::render(), QQnxRasterWindow::renderBuffer(), repairProfileDescriptorListIfNeeded(), QQnxInputContext::reset(), QtWaylandClient::QWaylandInputContext::reset(), QtWaylandClient::QWaylandTextInputv3::reset(), QQnxRasterBackingStore::resize(), QWasmMediaRecorder::resume(), QQmlDebugServerThread::run(), QQnxMediaEventThread::run(), QQnxRasterBackingStore::scroll(), QQnxRasterWindow::scroll(), QWaylandTextInputV3Private::sendInputMethodEvent(), QWaylandTextInputV3Private::sendKeyEvent(), AVFCameraSession::setActive(), QWindowsMediaDeviceSession::setActive(), QWasmCamera::setActive(), QWasmAudioOutput::setAudioDevice(), QSGVivanteVideoMaterial::setCurrentFrame(), QAVFCameraBase::setCustomFocusPoint(), QAVFCameraBase::setExposureCompensation(), QAVFCameraBase::setExposureMode(), QAVFCameraBase::setFlashMode(), QWaylandTextInputV3Private::setFocus(), QAVFCameraBase::setFocusDistance(), QAVFCameraBase::setFocusMode(), QQnxInputContext::setFocusObject(), QtWaylandClient::QWaylandInputContext::setFocusObject(), QAVFCameraBase::setManualExposureTime(), QAVFCameraBase::setManualIsoSensitivity(), QGstreamerMediaPlayer::setMedia(), AVFMediaPlayer::setMedia(), QWasmMediaPlayer::setMedia(), AVFMediaPlayer::setMuted(), QWasmAudioInput::setMuted(), QXcbWindow::setNetWmStateOnUnmappedWindow(), QWidget::setParent(), QObjectPrivate::setParent_helper(), AVFMediaPlayer::setPlaybackRate(), AVFMediaPlayer::setPosition(), QGstreamerMediaPlayer::setPosition(), QStringIterator::setPosition(), QQnxScreen::setRotation(), QQnxWindow::setRotation(), QWasmAudioOutput::setSource(), QWasmVideoOutput::setSource(), QGeoTiledMappingManagerEngine::setTileCache(), QAVFCameraBase::setTorchMode(), WaylandEglClientBufferIntegrationPrivate::setupBufferAndCleanup(), WaylandEglStreamClientBufferIntegrationPrivate::setupBufferAndCleanup(), AVFMediaPlayer::setVideoOutput(), AVFMediaPlayer::setVolume(), QQnxWindow::setWindowState(), QQnxInputContext::showInputPanel(), QtWaylandClient::QWaylandInputContext::showInputPanel(), QQnxVirtualKeyboardPps::showKeyboard(), QWasmVideoOutput::start(), QLowEnergyControllerPrivateDarwin::startAdvertising(), QWasmVideoOutput::stop(), AVFMediaPlayer::stop(), QWasmMediaRecorder::stop(), QWasmMediaPlayer::stop(), QLowEnergyControllerPrivateDarwin::stopAdvertising(), QQnxIntegration::styleHint(), QWaylandSurfacePrivate::Subsurface::subsurface_set_desync(), QWaylandSurfacePrivate::Subsurface::subsurface_set_sync(), QQnxGLContext::swapBuffers(), QWaylandQuickItem::takeFocus(), toSpannableString(), QtPrivate::TypeNameHelper::typenameHelper(), QEventDispatcherUNIX::unregisterSocketNotifier(), QWaylandCompositorPrivate::unregisterSurface(), QWaylandXdgShellPrivate::unregisterXdgSurface(), QQnxInputContext::update(), QtWaylandClient::QWaylandInputContext::update(), QAVFCameraBase::updateCameraConfiguration(), QWaylandTextInputV3ClientState::updatedQueries(), QQnxScreen::updateHierarchy(), QtWaylandClient::QWaylandTextInputv3::updateState(), QWasmVideoOutput::updateVideoElementGeometry(), QWasmVideoOutput::videoFrameCallback(), QSGVivanteVideoMaterial::vivanteMapping(), QQnxIntegration::window(), QQnxScreen::windowGroupStateChanged(), QLowEnergyControllerPrivateDarwin::writeCharacteristic(), QLowEnergyControllerPrivateDarwin::writeDescriptor(), QWaylandXdgPopupPrivate::xdg_popup_destroy(), QWaylandXdgPopupPrivate::xdg_popup_grab(), QAVFCameraBase::zoomTo(), QWaylandTextInputManagerV3Private::zwp_text_input_manager_v3_get_text_input(), QtWaylandClient::QWaylandTextInputv2::zwp_text_input_v2_leave(), QWaylandTextInputV3Private::zwp_text_input_v3_bind_resource(), QWaylandTextInputV3Private::zwp_text_input_v3_commit(), QtWaylandClient::QWaylandTextInputv3::zwp_text_input_v3_commit_string(), QtWaylandClient::QWaylandTextInputv3::zwp_text_input_v3_delete_surrounding_text(), QWaylandTextInputV3Private::zwp_text_input_v3_destroy(), QWaylandTextInputV3Private::zwp_text_input_v3_destroy_resource(), QWaylandTextInputV3Private::zwp_text_input_v3_disable(), QtWaylandClient::QWaylandTextInputv3::zwp_text_input_v3_done(), QWaylandTextInputV3Private::zwp_text_input_v3_enable(), QtWaylandClient::QWaylandTextInputv3::zwp_text_input_v3_enter(), QtWaylandClient::QWaylandTextInputv3::zwp_text_input_v3_leave(), QtWaylandClient::QWaylandTextInputv3::zwp_text_input_v3_preedit_string(), QWaylandTextInputV3Private::zwp_text_input_v3_set_content_type(), QWaylandTextInputV3Private::zwp_text_input_v3_set_cursor_rectangle(), QWaylandTextInputV3Private::zwp_text_input_v3_set_surrounding_text(), and QWaylandTextInputV3Private::zwp_text_input_v3_set_text_change_cause().

◆ Q_IMPLICIT

#define Q_IMPLICIT

Definition at line 1335 of file qcompilerdetection.h.

◆ Q_LIKELY

#define Q_LIKELY ( x)    (x)

Definition at line 1014 of file qcompilerdetection.h.

Referenced by QQuickGraphicsInfo::QQuickGraphicsInfo(), QObjectPrivate::~QObjectPrivate(), _hb_qt_font_get_glyph_contour_point(), _q_uuidFromHex(), QDir::absoluteFilePath(), QWindowsFileSystemWatcherEngine::addPaths(), QNativeSocketEnginePrivate::adjustAddressProtocol(), QStringIterator::advance(), QQmlJS::MemoryPool::allocate(), QUrlPrivate::appendUserInfo(), applyVisibilityRules(), QSvgUse::bounds(), QV4::Runtime::Sub::call(), QV4::Runtime::Mul::call(), QV4::Runtime::Add::call(), QV4::Runtime::CallPropertyLookup::call(), QQuickSplitView::childMouseEventFilter(), QQuickFileDialogDelegatePrivate::chooseFile(), QTest::classIsIgnored(), clearAndDestroyQLayoutItem(), QVersionNumber::compare(), convertArrayToMap(), QUtf8::convertFromUnicode(), QUtf32::convertFromUnicode(), decode(), QQuickDeliveryAgentPrivate::deliverMatchingPointsToItem(), QQmlEnginePrivate::dereferenceScarceResources(), digits(), QQmlBinding::doUpdate(), QThreadData::ensureEventDispatcher(), QQmlData::ensurePropertyCache(), QQuickDeliveryAgent::event(), QRhiGles2::executeCommandBuffer(), QUnicodeTools::getWordBreaks(), QRandomGenerator64::global(), QtPrivate::QCalendarRegistry::gregorian(), QSslServer::incomingConnection(), QCoreApplicationPrivate::initLocale(), QUnicodeTools::initScripts(), QList< T >::insert(), QV4::Moth::VME::interpret(), QGtk3Json::load(), loadTzTimeZones(), QDateTimePrivate::localNameAtMillis(), QDateTimePrivate::localStateAtMillis(), mapDomainName(), QDockWidgetPrivate::mouseMoveEvent(), QStringIterator::next(), operator<<(), QStringIterator::peekNext(), QStringIterator::peekPrevious(), QSGBatchRenderer::Renderer::prepareRenderPass(), QStringIterator::previous(), QTlsPrivate::Q_GLOBAL_STATIC_WITH_ARGS(), qt_pixmapcache_thread_test(), qt_sg_envFloat(), qt_sg_envInt(), QStringIterator::recede(), QCalendarBackend::registerCustomBackend(), QDBusAdaptorConnector::relaySlot(), QLibraryStore::releaseLibrary(), QQuickDeliveryAgentPrivate::removeGrabber(), SSAOMapPass::renderPass(), DepthMapPass::renderPass(), ScreenMapPass::renderPass(), DepthMapPass::renderPrep(), ScreenMapPass::renderPrep(), QQuickDeliveryAgentPrivate::sendFilteredPointerEventImpl(), QDateTime::setMSecsSinceEpoch(), QGradient::setStops(), sHGetKnownFolderPath(), QQuickDialogButtonBox::standardButton(), QTimeZonePrivate::stateAtZoneTime(), QV4::Value::toIndex(), QV4::Value::toInt32(), QV4::Value::toLength(), toWindowsIdLiteral(), QQuickPaletteProviderPrivateBase< I, Impl >::updateChildrenPalettes(), QQuickTextEdit::updatePaintNode(), QV4::QObjectWrapper::wrap(), and GenericBinding< StaticPropType >::write().

◆ Q_NEVER_INLINE

#define Q_NEVER_INLINE

Definition at line 1317 of file qcompilerdetection.h.

◆ Q_NODISCARD_CTOR

#define Q_NODISCARD_CTOR

Definition at line 1035 of file qcompilerdetection.h.

◆ Q_NODISCARD_CTOR_X

#define Q_NODISCARD_CTOR_X ( message)    Q_NODISCARD_CTOR

Definition at line 1038 of file qcompilerdetection.h.

◆ Q_NODISCARD_X

#define Q_NODISCARD_X ( message)    Q_REQUIRED_RESULT

Definition at line 1032 of file qcompilerdetection.h.

◆ Q_NORETURN

#define Q_NORETURN

Definition at line 1011 of file qcompilerdetection.h.

◆ Q_NULLPTR

#define Q_NULLPTR   NULL

Definition at line 953 of file qcompilerdetection.h.

◆ Q_OFFSETOF

#define Q_OFFSETOF ( Class,
member )
Value:
[]() -> size_t { \
QT_WARNING_PUSH QT_WARNING_DISABLE_INVALID_OFFSETOF \
return offsetof(Class, member); \
}()
#define QT_WARNING_POP
#define QT_WARNING_PUSH

Definition at line 1194 of file qcompilerdetection.h.

◆ Q_RELAXED_CONSTEXPR

#define Q_RELAXED_CONSTEXPR   const

Definition at line 954 of file qcompilerdetection.h.

◆ Q_REQUIRED_RESULT

#define Q_REQUIRED_RESULT

Definition at line 1029 of file qcompilerdetection.h.

◆ Q_UNLIKELY

#define Q_UNLIKELY ( x)    (x)

Definition at line 1017 of file qcompilerdetection.h.

Referenced by QV4::ExecutionEngine::ExecutionEngine(), QAndroidInputContext::QAndroidInputContext(), QAndroidPlatformIntegration::QAndroidPlatformIntegration(), QAndroidStyle::QAndroidStyle(), QBrush::QBrush(), QCoreApplicationPrivate::QCoreApplicationPrivate(), QEventDispatcherUNIXPrivate::QEventDispatcherUNIXPrivate(), QGLXContext::QGLXContext(), QHaikuWindow::QHaikuWindow(), QIOSIntegration::QIOSIntegration(), QJSManagedValue::QJSManagedValue(), QLayout::QLayout(), QLibInputHandler::QLibInputHandler(), QMimeMagicRule::QMimeMagicRule(), QMinimalEglScreen::QMinimalEglScreen(), QObject::QObject(), QOpenGLEngineSharedShaders::QOpenGLEngineSharedShaders(), QOpenGLWidget::QOpenGLWidget(), QQmlImportDatabase::QQmlImportDatabase(), QQnxBuffer::QQnxBuffer(), QQnxInputContext::QQnxInputContext(), QQnxMediaEventThread::QQnxMediaEventThread(), QQnxRasterWindow::QQnxRasterWindow(), QQnxWindow::QQnxWindow(), QRhiWidget::QRhiWidget(), QSGDefaultContext::QSGDefaultContext(), QWidgetPrivate::QWidgetPrivate(), QWindowContainer::QWindowContainer(), QWindowsDirect2DDeviceContextPrivate::QWindowsDirect2DDeviceContextPrivate(), QXcbBasicConnection::QXcbBasicConnection(), QSGBatchRenderer::Renderer::Renderer(), AndroidSurfaceHolder::~AndroidSurfaceHolder(), QObject::~QObject(), QWaylandXdgToplevel::~QWaylandXdgToplevel(), QWidget::~QWidget(), __attribute__(), _hb_qt_reference_table(), _q_lower(), _q_upper(), QLayout::activate(), QMetaObject::activate(), QMetaObject::activate(), QGridLayoutPrivate::add(), QV4::add_int32(), QDialogButtonBox::addButton(), QDialogButtonBox::addButton(), QLayout::addChildLayout(), QLayout::addChildWidget(), QDate::addDays(), QWizardPrivate::addField(), QQuickTextNodeEngine::addFrameDecorations(), QStackedLayout::addItem(), QPointingDevicePrivate::addPassiveGrabber(), QFileSystemWatcher::addPaths(), QPollingFileSystemWatcherEngine::addPaths(), QMdiArea::addSubWindow(), QGridLayout::addWidget(), QStringIterator::advance(), QStringIterator::advanceUnchecked(), allocateHelper(), QByteArray::append(), QString::append(), QQmlVMEResolvedList::append(), QNetworkReplyImplPrivate::appendDownstreamData(), appendWrapped(), QString::arg(), argToQStringImpl(), QV4::IdentifierTable::asPropertyKey(), QCalendarBackend::availableCalendars(), QQuickMultiPointHandler::averageStartingDistance(), QQuickMultiPointHandler::averageTouchPointDistance(), boxBoundsRecursive(), QWindowsVistaStylePrivate::buffer(), QQC2::QWindowsXPStylePrivate::buffer(), QJSManagedValue::call(), QJSManagedValue::callAsConstructor(), QJSManagedValue::callWithInstance(), QPdfIOHandler::canRead(), canUseFastMatrixPath(), QTextMarkdownImporter::cbLeaveBlock(), QSslServerPrivate::checkClientHelloAndContinue(), QObjectPrivate::checkForIncompatibleLibraryVersion(), QLayoutPrivate::checkLayout(), Moc::checkListSizes(), QV4::ExecutionEngine::checkStackLimits(), QLayoutPrivate::checkWidget(), QSplitter::childEvent(), QPointingDevicePrivate::clearPassiveGrabbers(), QDateTimeEditPrivate::clearSection(), QtWaylandClient::QWaylandIntegration::clientBufferIntegration(), QCborStreamWriterPrivate::closeContainer(), QT_BEGIN_NAMESPACE::GenerationalCollator::collator(), QColorSpace::colorModel(), contextStateCallback(), contextStateCallbackInit(), convertCase_helper(), QUtf8::convertToUnicode(), QEglFSWindow::create(), QPlatformPixmap::create(), QWidget::create(), QDialogButtonBoxPrivate::createButton(), QCborStreamWriterPrivate::createContainer(), QEglFSKmsGbmIntegration::createDevice(), QEglFSKmsEglDeviceIntegration::createDevice(), QEglFSKmsVsp2Integration::createDevice(), createDIB(), QEglFSKmsEglDeviceIntegration::createDisplay(), createDummyWindow(), QAndroidPlatformOpenGLWindow::createEgl(), QSvgMask::createMask(), QPaintEngine::createPixmap(), QPaintEngine::createPixmapFromImage(), QWindowsIntegration::createPlatformWindow(), QDBusMessagePrivate::createResponseLink(), QWindowsThemeCache::createTheme(), QQC2::QWindowsXPStylePrivate::createTheme(), QEglFSKmsEglDeviceIntegration::createWindow(), decode(), decodeFsEncString(), QQuickDeliveryAgentPrivate::deliverToPassiveGrabbers(), QQuickDeliveryAgentPrivate::deliverUpdatedPoints(), QQmlEnginePrivate::dereferenceScarceResources(), QUnicodeTables::detachAndConvertCase(), determineWinOsVersion(), QRandomGenerator::discard(), QRegularExpressionPrivate::doMatch(), QSvgNode::draw(), QSvgUse::drawCommand(), QSvgMarker::drawCommand(), QQC2::QWindowsXPStyle::drawComplexControl(), QWindowsVistaStyle::drawComplexControl(), QWidgetPrivate::drawWidget(), QAbstractItemView::edit(), QDate::endOfDay(), QXcbBackingStore::endPaint(), QFontDatabasePrivate::ensureFontDatabase(), QPointerEvent::exclusiveGrabber(), QDialog::exec(), QRhiGles2::executeCommandBuffer(), QDateTimePrivate::expressUtcAsLocal(), QBenchmarkValgrindUtils::extractResult(), QWindowsFontDatabaseBase::EmbeddedFont::familyName(), QTest::fetchData(), QWizard::field(), QStandardPaths::findExecutable(), QLibraryStore::findOrCreate(), findSurfaceItemFromMoveItem(), QQuickDeliveryAgentPrivate::flushFrameSynchronousEvents(), QWindowsFontDatabaseBase::fontDefToLOGFONT(), QV4::freeHugeChunk(), QPixmap::fromImage(), QPixmap::fromImageInPlace(), QPixmap::fromImageReader(), QUtf8Functions::fromUtf8(), fullConvertCase(), functionObjectForCall(), QColorSpace::gamma(), Moc::generate(), QRandomGenerator::SystemGenerator::generate(), generateFragmentShader(), getAddresses(), getInterfaces(), QUnicodeTools::getLineBreaks(), QRegularExpressionPrivate::getPatternInfo(), QQmlAbstractBinding::getPropertyData(), QUnicodeTools::getSentenceBreaks(), QUnicodeTools::getWhiteSpaces(), QUnicodeTools::getWordBreaks(), QQuickItemPrivate::globalToWindowTransform(), QCoreTextFontEngine::glyphIndex(), QQuickItem::grabTouchPoints(), QDBusConnectionPrivate::handleMessage(), QQuickPinchHandler::handlePointerEventImpl(), Vsp2Layer::handleSurfaceChanged(), QXcbConnection::handleXcbEvent(), QXcbWindow::handleXIMouseEvent(), hb_qt_face_get_for_engine(), hb_qt_font_get_for_engine(), QColorSpace::iccProfile(), imfAvailable(), QPrinterPrivate::init(), QWidgetPrivate::init(), QWindowPrivate::init(), init_platform(), QNetworkReplyHttpImplPrivate::initCacheSaveDevice(), QNetworkReplyImplPrivate::initCacheSaveDevice(), QOpenGLWidgetPrivate::initialize(), QColormap::initialize(), QEglFSIntegration::initialize(), QUnicodeTools::initScripts(), inputStreamStateCallback(), QNetworkDiskCache::insert(), QString::insert(), insert_helper(), QWidget::insertAction(), QStatusBar::insertPermanentWidget(), QStatusBar::insertWidget(), QSGRenderLoop::instance(), QtSharedPointer::internalSafetyCheckAdd(), QtSharedPointer::internalSafetyCheckCleanCheck(), QtSharedPointer::internalSafetyCheckRemove(), QV4::Moth::VME::interpret(), QQnxBuffer::invalidateInCache(), QSplitter::isCollapsible(), QCalendarBackend::isGregorian(), QFormLayout::isRowVisible(), QFormLayout::isRowVisible(), iterateInPluginMetaData(), QJSManagedValue::jsMetaInstantiate(), keyString(), QObject::killTimer(), QQuickSplitViewPrivate::layoutPositionItems(), AndroidStyle::loadStyleData(), QDateTimePrivate::localStateAtMillis(), QXkbCommon::lookupString(), QXkbCommon::lookupStringNoKeysymTransformations(), main(), QOpenGLContext::makeCurrent(), makePlugins(), QLocalTime::mapLocalTime(), QQmlVMEMetaObject::metaCall(), QTreeWidget::mimeData(), QV4::mul_int32(), QV4::ExecutableCompilationUnit::namedObjectsPerComponent(), QCalendarBackend::names(), QWizard::next(), QStringIterator::next(), QStringIterator::nextUnchecked(), QSGBatchRenderer::Renderer::nodeChanged(), QApplication::notify(), notifyAutoFocusComplete(), notifyFrameAvailable(), notifyNewPreviewFrame(), notifyPictureCaptured(), notifyPictureExposed(), ok(), onBufferingUpdateNative(), onDurationChangedNative(), onErrorNative(), onInfoNative(), onProgressUpdateNative(), onStateChangedNative(), onVideoSizeChangedNative(), QEglFSKmsEglDevice::open(), QDesktopServices::openUrl(), operator+(), operator-(), operator<<(), QRandomGenerator::operator=(), outputStreamLatencyCallback(), QWidgetPrivate::paintOnScreen(), QLayout::parentWidget(), QMimeTypeParserBase::parse(), parse_parameter(), Moc::parseFunctionArguments(), QMimeTypeParserBase::parseNumber(), QPointerEvent::passiveGrabbers(), QStringIterator::peekNext(), QStringIterator::peekNextUnchecked(), QStringIterator::peekPrevious(), QStringIterator::peekPreviousUnchecked(), QQnxEglWindow::pixelFormat(), QGraphicsEffectSource::pixmap(), QEglFSDeviceIntegration::platformInit(), QEglFSKmsIntegration::platformInit(), QEglFSX11Integration::platformInit(), QToolBarAreaLayout::plug(), QAndroidPlatformFontDatabase::populateFontDatabase(), QSSGLayerRenderData::prepareModelsForRender(), prepareQueryBuffer(), QSGBatchRenderer::Renderer::prepareRenderPass(), QHttpNetworkConnectionPrivate::prepareRequest(), QStringIterator::previous(), QStringIterator::previousUnchecked(), QColorSpace::primaries(), QEvdevTouchScreenData::processInputEvent(), QGuiApplicationPrivate::processTouchEvent(), progressForValue(), QV4::Object::push_back(), putEscapedString(), QTextStreamPrivate::putString(), QTextStreamPrivate::putString(), QTlsPrivate::Q_GLOBAL_STATIC_WITH_ARGS(), Q_TRACE_INSTRUMENT(), Q_TRACE_INSTRUMENT(), qAppFileName(), qCalculateBlockSize(), qCalculateGrowingBlockSize(), qCpuFeatures(), qdbus_resolve_me(), qDBusAddTimeout(), qDetectCpuFeatures(), qDrawPlainRect(), QQC2::qDrawPlainRect(), qDrawPlainRoundedRect(), qDrawShadeLine(), QQC2::qDrawShadeLine(), qDrawShadePanel(), QQC2::qDrawShadePanel(), qDrawShadeRect(), QQC2::qDrawShadeRect(), qmlGetConfigOption(), qquickitem_before_paintNode(), QTest::qRun(), qScreenCheckError(), qt_convert_to_latin1(), QT_DISTANCEFIELD_BASEFONTSIZE(), QT_DISTANCEFIELD_RADIUS(), QT_DISTANCEFIELD_SCALE(), qt_pixmap_thread_test(), qt_sort_families_by_writing_system(), qtKey(), QTest::qWaitForWindowActive(), QTest::qWaitForWindowActive(), qWindowsVersionInfo(), QPulseAudioSource::read(), QWavefrontMesh::readData(), QArrayData::reallocateUnaligned(), QStringIterator::recede(), QStringIterator::recedeUnchecked(), QSGBatchRenderer::Renderer::recordRenderPass(), QShortcutPrivate::redoGrab(), refreshZonedDateTime(), QGestureManager::registerGestureRecognizer(), QQmlInterceptorMetaObject::registerInterceptor(), QQuickTableViewPrivate::relayoutTableItems(), QSSGRenderNode::removeChild(), QCommandLineOptionPrivate::removeInvalidNames(), QPointingDevicePrivate::removePassiveGrabber(), QMdiArea::removeSubWindow(), QLayout::removeWidget(), QPdfDocument::render(), QWidgetPrivate::render(), QWidget::render(), QSGDefaultContext::renderContextInitialized(), SSAOMapPass::renderPrep(), DepthMapPass::renderPrep(), ScreenMapPass::renderPrep(), QLayoutPrivate::reparentChildWidgets(), QFormLayoutPrivate::replaceAt(), QStackedLayoutPrivate::replaceAt(), QCborContainerPrivate::replaceAt_complex(), QEvdevTouchScreenData::reportPoints(), QDockAreaLayout::resizeDocks(), runMoc(), sanityCheck(), sanityCheck(), QDockAreaLayoutInfo::saveState(), QToolBarAreaLayout::saveState(), searchIncludePaths(), sendStandardDns(), serverInfoCallback(), QMdiArea::setActiveSubWindow(), QCoreApplication::setAttribute(), QEglFSWindow::setBackingStore(), QProgressDialog::setBar(), QListView::setBatchSize(), QQnxWindow::setBufferSize(), QWizard::setButtonLayout(), QNetworkReplyHttpImplPrivate::setCachingEnabled(), QNetworkReplyImplPrivate::setCachingEnabled(), QDateTimeEdit::setCalendarWidget(), QProgressDialog::setCancelButton(), QSplitter::setCollapsible(), QWizard::setCurrentId(), QStackedLayout::setCurrentWidget(), QStackedWidget::setCurrentWidget(), QToolBox::setCurrentWidget(), QLCDNumber::setDigitCount(), QFileDialog::setDirectoryUrl(), QSpinBox::setDisplayIntegerBase(), QPlainTextEdit::setDocument(), QSocketNotifier::setEnabled(), QPointingDevicePrivate::setExclusiveGrabber(), QWizard::setField(), QCompleter::setFilterMode(), QWidget::setFocusProxy(), QOpenGLWidget::setFormat(), QTableWidget::setItem(), QFormLayoutPrivate::setItem(), QComboBox::setItemDelegate(), QProgressDialog::setLabel(), QWidget::setLayout(), QComboBox::setLineEdit(), QComboBox::setMaxCount(), QWidgetPrivate::setMaximumSize_helper(), QCompleter::setMaxVisibleItems(), QComboBox::setMaxVisibleItems(), QDBusPendingCallPrivate::setMetaTypes(), QWidgetPrivate::setMinimumSize_helper(), QComboBox::setModel(), QDateTime::setMSecsSinceEpoch(), QXcbWindow::setNetWmStateOnUnmappedWindow(), QWizard::setPage(), QQuick3DObject::setParentItem(), QQuickItem::setParentItem(), QJSManagedValue::setProperty(), QV4::QObjectWrapper::setProperty(), QJSManagedValue::setProperty(), QJSManagedValue::setPrototype(), QAbstractItemView::setRootIndex(), QFormLayout::setRowVisible(), QFormLayout::setRowVisible(), QWidgetLineControl::setSelection(), QLineEdit::setSelection(), QAbstractItemView::setSelectionModel(), QWaylandQuickShellSurfaceItem::setShellSurface(), QTextBrowserPrivate::setSource(), QTableViewPrivate::setSpan(), QWizard::setStartId(), QWidget::setTabOrder(), QQmlBindEntry::setTarget(), QNetworkConnectionMonitorPrivate::setTargets(), QOpenGLWidget::setTextureFormat(), QTipLabel::setTipRect(), QComboBox::setView(), QSystemTrayIcon::setVisible(), QColorSpace::setWhitePoint(), QMdiSubWindow::setWidget(), QWidgetPrivate::setWindowModified_helper(), QQuickWindowQmlImpl::setX(), QQuickWindowQmlImpl::setY(), QQuickWindowQmlImpl::setZ(), QTimer::singleShot(), QChronoTimer::singleShot(), sinkInfoCallback(), sourceInfoCallback(), QV4::Compiler::Codegen::Reference::stackSlot(), QQuickDialogButtonBox::standardButton(), QBasicTimer::start(), QDate::startOfDay(), startQtAndroidPlugin(), QWindow::startSystemMove(), QWindow::startSystemResize(), QWindowsWindow::startSystemResize(), QObject::startTimer(), QGstElement::state(), QV4::sub_int32(), QWindowsFontDatabaseBase::EmbeddedFont::tableDirectoryEntry(), QFormLayout::takeAt(), QFormLayout::takeRow(), QFormLayout::takeRow(), QFormLayout::takeRow(), QWaylandQtTextInputMethodPrivate::text_input_method_v1_disable(), timeUnit(), QQmlInterceptorMetaObject::toDynamicMetaObject(), toEarliest(), toLatest(), QtAndroidInput::toMouseButtons(), QGuiApplicationPrivate::QLastCursorPosition::toPoint(), QTest::toPrettyCString(), QQuickDeliveryAgentPrivate::touchToMouseEvent(), QColorSpace::transferFunction(), QColorSpace::transformModel(), QLockFile::tryLock(), QPdfLinkModelPrivate::update(), QQmlBinding::update(), QQmlPropertyToPropertyBinding::update(), QCalendarWidget::updateCell(), QOpenXRItemPrivate::updateContent(), QQuickFileDialogImplPrivate::updateFileNameTextEdit(), QQuick3DCustomMaterial::updateSpatialNode(), QQuick3DEffect::updateSpatialNode(), QPropertyAnimation::updateState(), QSGBatchRenderer::Updater::updateStates(), QtWaylandClient::QWaylandEglWindow::updateSurface(), QQuickAnchorsPrivate::updateVerticalAnchors(), QLocalTime::utcToLocal(), uuidFromString(), QV4::ScriptFunction::virtualCallAsConstructor(), QV4::ConstructorFunction::virtualCallAsConstructor(), QV4::DefaultClassConstructorFunction::virtualCallAsConstructor(), QV4::QQmlValueTypeWrapper::virtualPut(), QColorSpace::whitePoint(), QQuickItemPrivate::windowToGlobalTransform(), QV4::QObjectWrapper::wrap(), QV4::QObjectWrapper::wrapConst(), QImageWriter::write(), QObjectPointerBinding::write(), QObjectPointerBinding::write(), QQuickWindowQmlImpl::x(), QWaylandXdgToplevelPrivate::xdg_toplevel_destroy(), QQuickWindowQmlImpl::y(), QQuickWindowQmlImpl::z(), QtWaylandClient::QWaylandTabletToolV2::zwp_tablet_tool_v2_proximity_in(), QtWaylandClient::QWaylandScreen::zxdg_output_v1_done(), and QtWaylandClient::QWaylandScreen::zxdg_output_v1_name().

◆ Q_UNREACHABLE_IMPL

#define Q_UNREACHABLE_IMPL ( )    qt_noop()

Definition at line 1023 of file qcompilerdetection.h.

Referenced by qAbort().

◆ Q_WEAK_OVERLOAD

#define Q_WEAK_OVERLOAD   template <typename = void>

Definition at line 1101 of file qcompilerdetection.h.

◆ QCOMPILERDETECTION_H

#define QCOMPILERDETECTION_H

Definition at line 12 of file qcompilerdetection.h.

◆ qMove

#define qMove ( x)    (x)

Definition at line 1213 of file qcompilerdetection.h.

◆ QT_DO_PRAGMA

#define QT_DO_PRAGMA ( text)    _Pragma(#text)

Definition at line 1134 of file qcompilerdetection.h.

◆ QT_FASTCALL

#define QT_FASTCALL

◆ QT_IGNORE_DEPRECATIONS

#define QT_IGNORE_DEPRECATIONS ( statement)

◆ QT_MAKE_CHECKED_ARRAY_ITERATOR

#define QT_MAKE_CHECKED_ARRAY_ITERATOR ( x,
N )   (x)

◆ QT_MAKE_UNCHECKED_ARRAY_ITERATOR

#define QT_MAKE_UNCHECKED_ARRAY_ITERATOR ( x)    (x)

Definition at line 1090 of file qcompilerdetection.h.

◆ QT_POST_CXX17_API_IN_EXPORTED_CLASS

#define QT_POST_CXX17_API_IN_EXPORTED_CLASS   template <typename = void>

Definition at line 1125 of file qcompilerdetection.h.

◆ QT_WARNING_DISABLE_CLANG

◆ QT_WARNING_DISABLE_DEPRECATED

◆ QT_WARNING_DISABLE_FLOAT_COMPARE

#define QT_WARNING_DISABLE_FLOAT_COMPARE

Definition at line 1175 of file qcompilerdetection.h.

Referenced by Qt::compareThreeWay(), and QJSNumberCoercion::equals().

◆ QT_WARNING_DISABLE_GCC [1/2]

◆ QT_WARNING_DISABLE_GCC [2/2]

#define QT_WARNING_DISABLE_GCC ( text)

Definition at line 1167 of file qcompilerdetection.h.

◆ QT_WARNING_DISABLE_INTEL

#define QT_WARNING_DISABLE_INTEL ( number)

Definition at line 1170 of file qcompilerdetection.h.

Referenced by QV4::NumberPrototype::init().

◆ QT_WARNING_DISABLE_INVALID_OFFSETOF

#define QT_WARNING_DISABLE_INVALID_OFFSETOF

Definition at line 1176 of file qcompilerdetection.h.

◆ QT_WARNING_DISABLE_MSVC

#define QT_WARNING_DISABLE_MSVC ( number)

Definition at line 1171 of file qcompilerdetection.h.

◆ QT_WARNING_POP

#define QT_WARNING_POP

Definition at line 1169 of file qcompilerdetection.h.

Referenced by QDataBuffer< Type >::QDataBuffer(), QtGlobalStatic::Holder< QGS >::~Holder(), QtPrivate::QCalendarRegistry::backendNames(), QDBusMarshaller::beginMap(), QWindowsDirect2DBitmapPrivate::bitmapProperties(), QTessellatorPrivate::cancelCoincidingEdges(), QTlsPrivate::ciphersByName(), Qt::compareThreeWay(), QV4::Compiler::Context::emitBlockFooter(), QJSNumberCoercion::equals(), QWindowsFontDatabase::fontEngine(), QTextEngine::fontEngine(), QGuiApplicationPrivate::handlePaletteChanged(), QV4::NumberPrototype::init(), QDtlsBasePrivate::isDtlsProtocol(), QV4::Moth::BytecodeGenerator::jump(), QV4::Compiler::Codegen::Reference::loadInAccumulator(), main(), QWindowsDirect2DPaintDevice::metric(), QNativeSocketEnginePrivate::nativeReceiveDatagram(), QPropertyObserverPointer::notify(), QQmlProfilerEvent::number(), QQmlJSScope::parentScope(), preformattedMessageHandler(), QByteArray::qstrlen(), QQmlJSCodeGenerator::run(), QFutureWatcherBasePrivate::sendCallOutEvent(), QTlsPrivate::TlsCryptographOpenSSL::sessionProtocol(), QTlsPrivate::TlsCryptographSecureTransport::sessionProtocol(), QGuiApplication::setFont(), QSslContext::setupOpenSslOptions(), QTlsBackendOpenSSL::supportedProtocols(), QSchannelBackend::supportedProtocols(), QSecureTransportBackend::supportedProtocols(), QQuickPressHandler::timerEvent(), QPropertyObserverPointer::unlink(), QPropertyObserverPointer::unlink_fast(), and QSslSocketPrivate::verifyProtocolSupported().

◆ QT_WARNING_PUSH

#define QT_WARNING_PUSH

Definition at line 1168 of file qcompilerdetection.h.

Referenced by QDataBuffer< Type >::QDataBuffer(), QtGlobalStatic::Holder< QGS >::~Holder(), QtPrivate::QCalendarRegistry::backendNames(), QDBusMarshaller::beginMap(), QWindowsDirect2DBitmapPrivate::bitmapProperties(), QTessellatorPrivate::cancelCoincidingEdges(), QTlsPrivate::ciphersByName(), Qt::compareThreeWay(), QV4::Compiler::Context::emitBlockFooter(), QJSNumberCoercion::equals(), QWindowsFontDatabase::fontEngine(), QTextEngine::fontEngine(), QGuiApplicationPrivate::handlePaletteChanged(), QV4::NumberPrototype::init(), QDtlsBasePrivate::isDtlsProtocol(), QV4::Moth::BytecodeGenerator::jump(), QV4::Compiler::Codegen::Reference::loadInAccumulator(), main(), QWindowsDirect2DPaintDevice::metric(), QNativeSocketEnginePrivate::nativeReceiveDatagram(), QPropertyObserverPointer::notify(), QQmlProfilerEvent::number(), QQmlJSScope::parentScope(), preformattedMessageHandler(), QByteArray::qstrlen(), QQmlJSCodeGenerator::run(), QFutureWatcherBasePrivate::sendCallOutEvent(), QTlsPrivate::TlsCryptographOpenSSL::sessionProtocol(), QTlsPrivate::TlsCryptographSecureTransport::sessionProtocol(), QGuiApplication::setFont(), QSslContext::setupOpenSslOptions(), QTlsBackendOpenSSL::supportedProtocols(), QSchannelBackend::supportedProtocols(), QSecureTransportBackend::supportedProtocols(), QQuickPressHandler::timerEvent(), QPropertyObserverPointer::unlink(), QPropertyObserverPointer::unlink_fast(), and QSslSocketPrivate::verifyProtocolSupported().