Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp338 if (TTy->isUnionType()) { in getBaseTypeInfoHelper() local
100 if (const RecordType *TTy = QTy->getAs<RecordType>()) { isValidBaseType() local
286 if (const RecordType *TTy = QTy->getAs<RecordType>()) { CollectFields() local
H A DCGDebugInfo.cpp2128 llvm::DIType *TTy = getOrCreateType(TA.getAsType(), Unit); CollectTemplateParams() local
2134 llvm::DIType *TTy = getOrCreateType(TA.getIntegralType(), Unit); CollectTemplateParams() local
2142 llvm::DIType *TTy = getOrCreateType(T, Unit); CollectTemplateParams() local
2187 llvm::DIType *TTy = getOrCreateType(T, Unit); CollectTemplateParams() local
2206 llvm::DIType *TTy = getOrCreateType(T, Unit); CollectTemplateParams() local
2233 llvm::DIType *TTy = getOrCreateType(T, Unit); CollectTemplateParams() local
[all...]
H A DCGExprScalar.cpp257 if (const auto *TTy = EmitLValueAlignmentAssumption() local
274 if (const auto *TTy = E->getType()->getAs<TypedefType>()) EmitLValueAlignmentAssumption() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp227 if (auto *TTy = dyn_cast<TargetExtType>(this)) in isSizedDerivedType() local
H A DVerifier.cpp861 if (auto *TTy = dyn_cast<TargetExtType>(GV.getValueType())) visitGlobalVariable() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp1068 APSIntType TTy = BVF.getAPSIntType(T); in simplifySymbolCast() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6253 QualType TTy = To->getType(); TryClassUnification() local
[all...]