Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp100 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in isValidBaseType() local
283 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in CollectFields() local
335 if (auto *TTy = dyn_cast<RecordType>(Ty)) { in getBaseTypeInfoHelper() local
H A DCGDebugInfo.cpp2024 llvm::DIType *TTy = getOrCreateType(TA.getAsType(), Unit); in CollectTemplateParams() local
2030 llvm::DIType *TTy = getOrCreateType(TA.getIntegralType(), Unit); in CollectTemplateParams() local
2038 llvm::DIType *TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
2083 llvm::DIType *TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
2121 llvm::DIType *TTy = getOrCreateType(T, Unit); in CollectTemplateParams() local
H A DCGExprScalar.cpp257 if (const auto *TTy = in EmitLValueAlignmentAssumption() local
274 if (const auto *TTy = E->getType()->getAs<TypedefType>()) in EmitLValueAlignmentAssumption() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp1058 APSIntType TTy = BVF.getAPSIntType(T); in simplifySymbolCast() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DType.cpp214 if (auto *TTy = dyn_cast<TargetExtType>(this)) in isSizedDerivedType() local
H A DVerifier.cpp804 if (auto *TTy = dyn_cast<TargetExtType>(GV.getValueType())) in visitGlobalVariable() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp6136 QualType TTy = To->getType(); in TryClassUnification() local