Home
last modified time | relevance | path

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

/external/clang/test/Analysis/Inputs/
Dqt-simulator.h3 struct QObject { struct
11 struct QCoreApplication : public QObject {
12 static void postEvent(QObject *receiver, QEvent *event);
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2006-12-16-InlineAsmCrash.ll8 %struct.QFactoryLoader = type { %struct.QObject }
17 %struct.QObject = type { i32 (...)**, %struct.QObjectData* }
18 …%struct.QObjectData = type { i32 (...)**, %struct.QObject*, %struct.QObject*, %"struct.QList<QByte…
/external/llvm/test/CodeGen/X86/
D2006-12-16-InlineAsmCrash.ll8 %struct.QFactoryLoader = type { %struct.QObject }
17 %struct.QObject = type { i32 (...)**, %struct.QObjectData* }
18 …%struct.QObjectData = type { i32 (...)**, %struct.QObject*, %struct.QObject*, %"struct.QList<QByte…
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
D2009-03-17-LSR-APInt.ll17 %struct.QObject = type { i32 (...)**, %struct.QObjectData* }
18 …%struct.QObjectData = type { i32 (...)**, %struct.QObject*, %struct.QObject*, %"struct.QList<QAbst…
24 %struct.QWidget = type { %struct.QObject, %struct.QPaintDevice.base, %struct.QWidgetData* }
31 …%"struct.qdesigner_internal::Layout" = type { %struct.QObject, %"struct.QList<QAbstractExtensionFa…
/external/llvm/test/CodeGen/Generic/
D2009-03-17-LSR-APInt.ll17 %struct.QObject = type { i32 (...)**, %struct.QObjectData* }
18 …%struct.QObjectData = type { i32 (...)**, %struct.QObject*, %struct.QObject*, %"struct.QList<QAbst…
24 %struct.QWidget = type { %struct.QObject, %struct.QPaintDevice.base, %struct.QWidgetData* }
31 …%"struct.qdesigner_internal::Layout" = type { %struct.QObject, %"struct.QList<QAbstractExtensionFa…
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
D2006-10-29-InvokeCrash.ll5 %struct.QAbstractTextDocumentLayout = type { %struct.QObject }
18 %"struct.QList<QObject*>::._92" = type { %struct.QListData }
19 %"struct.QList<QPointer<QObject> >" = type { %"struct.QList<QObject*>::._92" }
25 %struct.QObject = type { i32 (...)**, %struct.QObjectData* }
26 …ruct.QObjectData = type { i32 (...)**, %struct.QObject*, %struct.QObject*, %"struct.QList<QPointer…
27 …bjectPrivate = type { %struct.QObjectData, i32, %struct.QObject*, %"struct.QList<QPointer<QObject>…
42 …entMap<QTextBlockData>", i32, %"struct.QList<QPointer<QObject> >", %"struct.QList<QPointer<QObject
171 …elementptr %struct.QAbstractTextDocumentLayout* %this, i32 0, i32 0 ; <%struct.QObject*> [#uses=1]
172 …ument5cloneEP7QObject( %struct.QAbstractTextDocumentLayout* %this, %struct.QObject* %tmp.upgrd.16 )
511 …ayout* @_ZNK13QTextDocument5cloneEP7QObject(%struct.QAbstractTextDocumentLayout*, %struct.QObject*)
D2009-06-15-InvokeCrash.ll5 %struct.QAbstractTextDocumentLayout = type { %struct.QObject }
18 %"struct.QList<QObject*>::._92" = type { %struct.QListData }
19 %"struct.QList<QPointer<QObject> >" = type { %"struct.QList<QObject*>::._92" }
25 %struct.QObject = type { i32 (...)**, %struct.QObjectData* }
26 …ruct.QObjectData = type { i32 (...)**, %struct.QObject*, %struct.QObject*, %"struct.QList<QPointer…
27 …bjectPrivate = type { %struct.QObjectData, i32, %struct.QObject*, %"struct.QList<QPointer<QObject>…
42 …entMap<QTextBlockData>", i32, %"struct.QList<QPointer<QObject> >", %"struct.QList<QPointer<QObject
173 …elementptr %struct.QAbstractTextDocumentLayout* %this, i32 0, i32 0 ; <%struct.QObject*> [#uses=1]
174 …ument5cloneEP7QObject( %struct.QAbstractTextDocumentLayout* %this, %struct.QObject* %tmp.upgrd.16 )
513 …ayout* @_ZNK13QTextDocument5cloneEP7QObject(%struct.QAbstractTextDocumentLayout*, %struct.QObject*)
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dsignalbar.h20 SignalBar(QObject *parent = 0);
Dsignalbar.cpp15 SignalBar::SignalBar(QObject *parent) in SignalBar()
Deventhistory.h21 EventListModel(QObject *parent = 0)
/external/skia/debugger/QT/
DSkListWidget.h26 SkListWidget(QObject* parent = nullptr) {}
/external/skqp/debugger/QT/
DSkListWidget.h26 SkListWidget(QObject* parent = nullptr) {}
/external/clang/test/Analysis/
Dqt_malloc.cpp5 void send(QObject *obj) in send()
/external/valgrind/
Dglibc-2.X-drd.supp257 drd-libQtCore-QObjectPrivate::clearGuards(QObject*)
264 drd-libQtCore-QObjectPrivate::clearGuards(QObject*)
/external/clang/docs/
DExternalClangExamples.rst41 of signal and slot connections made with Qt's ``QObject::connect``."