Home
last modified time | relevance | path

Searched defs:TTy (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp103 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in isValidBaseType() local
337 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in CollectFields() local
426 if (auto *TTy = dyn_cast<RecordType>(Ty)) { in getBaseTypeInfoHelper() local
H A DCGDebugInfo.cpp2254 llvm::DIType *TTy = getOrCreateType(TA.getAsType(), Unit); in CollectTemplateParams() local
2260 llvm::DIType *TTy = getOrCreateType(TA.getIntegralType(), Unit); in CollectTemplateParams() local
2268 llvm::DIType *TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
2313 llvm::DIType *TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
2332 llvm::DIType *TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
2359 llvm::DIType *TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
H A DCGExprScalar.cpp271 if (const auto *TTy = in EmitLValueAlignmentAssumption() local
288 if (const auto *TTy = E->getType()->getAs<TypedefType>()) in EmitLValueAlignmentAssumption() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp227 if (auto *TTy = dyn_cast<TargetExtType>(this)) in isSizedDerivedType() local
H A DVerifier.cpp911 if (auto *TTy = dyn_cast<TargetExtType>(GV.getValueType())) in visitGlobalVariable() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6501 QualType TTy = To->getType(); in TryClassUnification() local