Searched refs:QObject (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | qt-simulator.h | 15 struct QObject { struct 16 static QMetaObject::Connection connectImpl(const QObject *, void **, 17 const QObject *, void **, 28 struct QCoreApplication : public QObject { 29 static void postEvent(QObject *receiver, QEvent *event);
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | qt_malloc.cpp | 5 void send(QObject *obj) in send() 17 void connect(QObject *obj) { in connect()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | 2009-03-17-LSR-APInt.ll | 20 %struct.QObject = type { i32 (...)**, %struct.QObjectData* } 21 …%struct.QObjectData = type { i32 (...)**, %struct.QObject*, %struct.QObject*, %"struct.QList<QAbst… 27 %struct.QWidget = type { %struct.QObject, %struct.QPaintDevice.base, %struct.QWidgetData* } 34 …%"struct.qdesigner_internal::Layout" = type { %struct.QObject, %"struct.QList<QAbstractExtensionFa…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2006-12-16-InlineAsmCrash.ll | 8 %struct.QFactoryLoader = type { %struct.QObject } 17 %struct.QObject = type { ptr, ptr }
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ExternalClangExamples.rst | 41 of signal and slot connections made with Qt's ``QObject::connect``."
|