Home
last modified time | relevance | path

Searched refs:QObject (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dqt-simulator.h15 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 Dqt_malloc.cpp5 void send(QObject *obj) in send()
17 void connect(QObject *obj) { in connect()
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A D2009-03-17-LSR-APInt.ll20 %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 D2006-12-16-InlineAsmCrash.ll8 %struct.QFactoryLoader = type { %struct.QObject }
17 %struct.QObject = type { ptr, ptr }
/llvm-project-15.0.7/clang/docs/
H A DExternalClangExamples.rst41 of signal and slot connections made with Qt's ``QObject::connect``."