Searched refs:QType (Results 1 - 12 of 12) sorted by relevance

/external/qemu/
H A Dqobject.h51 typedef struct QType { struct
54 } QType; typedef in typeref:struct:QType
57 const QType *type;
H A Dqbool.c20 static const QType qbool_type = {
H A Dqfloat.c20 static const QType qfloat_type = {
H A Dqint.c19 static const QType qint_type = {
H A Dqstring.c19 static const QType qstring_type = {
H A Dqlist.c20 static const QType qlist_type = {
H A Dqdict.c24 static const QType qdict_type = {
H A Dqerror.c20 static const QType qerror_type = {
/external/clang/test/Index/
H A Dusrs.cpp6 typedef int QType; typedef in namespace:bar
7 void bar(QType z);
88 // CHECK: usrs.cpp c:usrs.cpp@64@N@bar@T@QType Extent=[6:3 - 6:20]
/external/eigen/bench/
H A Dgeometry.cpp49 template<typename QType, typename Data>
50 EIGEN_DONT_INLINE void transform(const ToRotationMatrixWrapper<QType>& t, Data& data)
/external/clang/lib/AST/
H A DASTContext.cpp3382 ObjCObjectPointerType *QType = local
3385 Types.push_back(QType);
3386 ObjCObjectPointerTypes.InsertNode(QType, InsertPos);
3387 return QualType(QType, 0);
/external/clang/lib/Sema/
H A DSemaExpr.cpp2202 QualType QType = QualType(Qualifier->getAsType(), 0); local
2203 assert(!QType.isNull() && "lookup done with dependent qualifier?");
2204 assert(QType->isRecordType() && "lookup done with non-record type");
2206 QualType QRecordType = QualType(QType->getAs<RecordType>(), 0);
2218 QType = Context.getPointerType(QType);
2219 From = ImpCastExprToType(From, QType, CK_UncheckedDerivedToBase,
2222 FromType = QType;

Completed in 226 milliseconds