Home
last modified time | relevance | path

Searched refs:TTy (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp100 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in isValidBaseType() local
101 const RecordDecl *RD = TTy->getDecl()->getDefinition(); in isValidBaseType()
283 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in CollectFields() local
284 const RecordDecl *RD = TTy->getDecl()->getDefinition(); in CollectFields()
335 if (auto *TTy = dyn_cast<RecordType>(Ty)) { in getBaseTypeInfoHelper() local
336 const RecordDecl *RD = TTy->getDecl()->getDefinition(); in getBaseTypeInfoHelper()
H A DCGDebugInfo.cpp1921 llvm::DIType *TTy = getOrCreateType(TA.getAsType(), Unit); in CollectTemplateParams() local
1931 TheCU, Name, TTy, defaultParameter)); in CollectTemplateParams()
1935 llvm::DIType *TTy = getOrCreateType(TA.getIntegralType(), Unit); in CollectTemplateParams() local
1947 TheCU, Name, TTy, defaultParameter, in CollectTemplateParams()
1953 llvm::DIType *TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
1994 TheCU, Name, TTy, defaultParameter, cast_or_null<llvm::Constant>(V))); in CollectTemplateParams()
1998 llvm::DIType *TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
2013 TheCU, Name, TTy, defaultParameter, V)); in CollectTemplateParams()
2032 llvm::DIType *TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
2034 TheCU, Name, TTy, defaultParameter, V->stripPointerCasts())); in CollectTemplateParams()
H A DCGExprScalar.cpp261 if (const auto *TTy = in EmitLValueAlignmentAssumption() local
263 AVAttr = TTy->getDecl()->getAttr<AlignValueAttr>(); in EmitLValueAlignmentAssumption()
278 if (const auto *TTy = in EmitLValueAlignmentAssumption() local
280 AVAttr = TTy->getDecl()->getAttr<AlignValueAttr>(); in EmitLValueAlignmentAssumption()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp5865 QualType TTy = To->getType(); in TryClassUnification() local
5867 const RecordType *TRec = TTy->getAs<RecordType>(); in TryClassUnification()
5869 Self.IsDerivedFrom(QuestionLoc, FTy, TTy); in TryClassUnification()
5871 Self.IsDerivedFrom(QuestionLoc, TTy, FTy))) { in TryClassUnification()
5876 if (TTy.isAtLeastAsQualifiedAs(FTy)) { in TryClassUnification()
5877 InitializedEntity Entity = InitializedEntity::InitializeTemporary(TTy); in TryClassUnification()
5899 TTy = TTy.getNonLValueExprType(Self.Context); in TryClassUnification()
5901 InitializedEntity Entity = InitializedEntity::InitializeTemporary(TTy); in TryClassUnification()
5904 ToType = TTy; in TryClassUnification()