/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 260 DICompositeType *CTy) { in CheckCompositeType() 299 if (auto *CTy = dyn_cast<DICompositeType>(Ty)) in CheckAnonRecordType() local 334 static uint32_t calcArraySize(const DICompositeType *CTy, uint32_t StartDim) { in calcArraySize() 528 const auto *CTy = dyn_cast<DICompositeType>(CType); in IsValidAIChain() local 698 DICompositeType *CTy, in GetFieldInfo() 911 if (const auto *CTy = dyn_cast<DICompositeType>(Ty)) { in computeBaseAndAccessKey() local 937 auto *CTy = dyn_cast<DICompositeType>(BaseTy); in computeBaseAndAccessKey() local 991 auto *CTy = cast<DICompositeType>(stripQualifiers(cast<DIType>(MDN))); in computeBaseAndAccessKey() local 1044 const auto *CTy = cast<DICompositeType>(BaseTy); in computeAccessKey() local
|
H A D | BTFDebug.cpp | 660 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType() 695 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType() 734 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) { in visitEnumType() 763 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, in visitFwdDeclType() 770 void BTFDebug::visitCompositeType(const DICompositeType *CTy, in visitCompositeType() 786 if (const auto *CTy = dyn_cast<DICompositeType>(Base)) { in IsForwardDeclCandidate() local 925 else if (const auto *CTy = dyn_cast<DICompositeType>(Ty)) in visitTypeEntry() local 955 const auto *CTy = dyn_cast<DICompositeType>(Ty); in visitMapDefType() local 1594 const DICompositeType *CTy = Fixup.first; in endModule() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 588 else if (auto *CTy = dyn_cast<DICompositeType>(Ty)) { in createTypeDIE() local 822 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DISubroutineType *CTy) { in constructTypeDIE() 873 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DICompositeType *CTy) { in constructTypeDIE() 1449 static bool hasVectorBeenPadded(const DICompositeType *CTy) { in hasVectorBeenPadded() 1475 void DwarfUnit::constructArrayTypeDIE(DIE &Buffer, const DICompositeType *CTy) { in constructArrayTypeDIE() 1549 void DwarfUnit::constructEnumTypeDIE(DIE &Buffer, const DICompositeType *CTy) { in constructEnumTypeDIE() 1845 void DwarfTypeUnit::finishNonUnitTypeDIE(DIE& D, const DICompositeType *CTy) { in finishNonUnitTypeDIE()
|
H A D | DebugHandlerBase.cpp | 186 if (auto *CTy = dyn_cast<DICompositeType>(Ty)) { in isUnsignedDIType() local
|
H A D | DwarfCompileUnit.cpp | 1559 void DwarfCompileUnit::finishNonUnitTypeDIE(DIE& D, const DICompositeType *CTy) { in finishNonUnitTypeDIE()
|
H A D | CodeViewDebug.cpp | 2725 const auto *CTy = cast<DICompositeType>(Ty); in getCompleteTypeIndex() local
|
H A D | DwarfDebug.cpp | 3406 const DICompositeType *CTy) { in addDwarfTypeUnitType()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 419 CharUnits EltSize, const ComplexType *CTy) { in complexTempStructure() 1437 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in is32Or64BitBasicType() local 4655 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in getParamTypeAlignment() local 4683 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() local 4748 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in getParamTypeAlignment() local 4813 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() local 5111 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in getParamTypeAlignment() local 5453 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() local 11096 if (auto CTy = Ty->getAs<ComplexType>()) { in detectFPCCEligibleStructHelper() local 11870 if (auto CTy = Ty->getAs<ComplexType>()) { in detectFARsEligibleStructHelper() local
|
H A D | CGExprScalar.cpp | 4380 if (auto *CTy = LHSTy->getAs<ComplexType>()) { in EmitCompare() local 4388 if (auto *CTy = RHSTy->getAs<ComplexType>()) { in EmitCompare() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 144 QualType CTy = in VisitBinaryOperator() local
|
H A D | SValBuilder.cpp | 1057 APSIntType CTy = BVF.getAPSIntType(CastTy); in simplifySymbolCast() local
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 558 auto *CTy = DICompositeType::get( in createEnumerationType() local
|
H A D | Constants.cpp | 2033 Type *CTy = C->getType(); in getSExtOrTrunc() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 2010 if (const ComplexType *CTy = BaseTy->getAs<ComplexType>()) { in LayoutField() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 381 Type *CTy; in print() local 617 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const { in isOffsetOf()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 8623 auto CTy = ParmTy; in CheckExplicitlyDefaultedComparison() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 41969 Type *CTy = C->getType(); in SimplifyDemandedVectorEltsForTargetShuffle() local
|