Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp835 else if (DICompositeType CTy = dyn_cast<MDCompositeTypeBase>(Ty)) { in getOrCreateTypeDIE() local
997 void DwarfUnit::constructTypeDIE(DIE &Buffer, DICompositeType CTy) { in constructTypeDIE()
1393 void DwarfUnit::constructArrayTypeDIE(DIE &Buffer, DICompositeType CTy) { in constructArrayTypeDIE()
1416 void DwarfUnit::constructEnumTypeDIE(DIE &Buffer, DICompositeType CTy) { in constructEnumTypeDIE()
DDwarfDebug.cpp1909 DICompositeType CTy) { in addDwarfTypeUnitType()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp135 QualType CTy = in VisitBinaryOperator() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2934 if (auto *CTy = LHSTy->getAs<ComplexType>()) { in EmitCompare() local
2942 if (auto *CTy = RHSTy->getAs<ComplexType>()) { in EmitCompare() local
DTargetInfo.cpp310 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in is32Or64BitBasicType() local
3134 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() local
3431 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in isAlignedParamType() local
3760 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() local
/external/llvm/lib/IR/
DDIBuilder.cpp437 auto *CTy = MDCompositeType::get( in createEnumerationType() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp232 Type *CTy; in print() local
431 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const { in isOffsetOf()