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

/external/qemu/include/qapi/qmp/
H A Dqobject.h52 typedef struct QType { struct
55 } QType; typedef in typeref:struct:QType
58 const QType *type;
/external/qemu/qobject/
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 Dqerror.c20 static const QType qerror_type = {
H A Dqlist.c20 static const QType qlist_type = {
H A Dqstring.c19 static const QType qstring_type = {
H A Dqdict.c24 static const QType qdict_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@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/CodeGen/
H A DCodeGenTBAA.h113 /// Get the MDNode in the type DAG for given struct type QType.
114 llvm::MDNode *getTBAAStructTypeInfo(QualType QType);
H A DTargetInfo.cpp6217 static bool appendType(SmallStringEnc &Enc, QualType QType,
6490 static bool appendType(SmallStringEnc &Enc, QualType QType, argument
6494 QualType QT = QType.getCanonicalType();
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp3286 QualType QType = VD->getType(); local
3287 if (QType->isDependentType() || QType->isInstantiationDependentType()) {
3294 if (RequireCompleteType(ELoc, QType,
3298 if (QType->isReferenceType()) {
3300 << getOpenMPClauseName(OMPC_linear) << QType;
3310 if (QType.isConstant(Context)) {
3322 QType = QType.getUnqualifiedType().getCanonicalType();
3323 const Type *Ty = QType
3392 QualType QType = DE->getType() local
[all...]
H A DSemaExpr.cpp2510 QualType QType = QualType(Qualifier->getAsType(), 0); local
2511 assert(QType->isRecordType() && "lookup done with non-record type");
2513 QualType QRecordType = QualType(QType->getAs<RecordType>(), 0);
2525 QType = Context.getPointerType(QType);
2526 From = ImpCastExprToType(From, QType, CK_UncheckedDerivedToBase,
2529 FromType = QType;
/external/clang/lib/AST/
H A DASTContext.cpp3618 ObjCObjectPointerType *QType = local
3621 Types.push_back(QType);
3622 ObjCObjectPointerTypes.InsertNode(QType, InsertPos);
3623 return QualType(QType, 0);

Completed in 3897 milliseconds