Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp256 static uint32_t calcArraySize(const DICompositeType *CTy, uint32_t StartDim) { in calcArraySize()
445 const auto *CTy = dyn_cast<DICompositeType>(CType); in IsValidAIChain() local
605 DICompositeType *CTy, in GetFieldInfo()
817 if (const auto *CTy = dyn_cast<DICompositeType>(Ty)) { in computeBaseAndAccessKey() local
843 auto *CTy = dyn_cast<DICompositeType>(BaseTy); in computeBaseAndAccessKey() local
897 auto *CTy = cast<DICompositeType>(stripQualifiers(cast<DIType>(MDN))); in computeBaseAndAccessKey() local
946 const auto *CTy = cast<DICompositeType>(BaseTy); in computeAccessKey() local
H A DBTFDebug.cpp479 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType()
506 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType()
545 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) { in visitEnumType()
557 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, in visitFwdDeclType()
564 void BTFDebug::visitCompositeType(const DICompositeType *CTy, in visitCompositeType()
593 if (const auto *CTy = dyn_cast<DICompositeType>(Base)) { in visitDerivedType() local
674 else if (const auto *CTy = dyn_cast<DICompositeType>(Ty)) in visitTypeEntry() local
704 const auto *CTy = dyn_cast<DICompositeType>(Ty); in visitMapDefType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp581 else if (auto *CTy = dyn_cast<DICompositeType>(Ty)) { in createTypeDIE() local
802 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DISubroutineType *CTy) { in constructTypeDIE()
835 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DICompositeType *CTy) { in constructTypeDIE()
1396 static bool hasVectorBeenPadded(const DICompositeType *CTy) { in hasVectorBeenPadded()
1422 void DwarfUnit::constructArrayTypeDIE(DIE &Buffer, const DICompositeType *CTy) { in constructArrayTypeDIE()
1496 void DwarfUnit::constructEnumTypeDIE(DIE &Buffer, const DICompositeType *CTy) { in constructEnumTypeDIE()
1797 void DwarfTypeUnit::finishNonUnitTypeDIE(DIE& D, const DICompositeType *CTy) { in finishNonUnitTypeDIE()
H A DDebugHandlerBase.cpp183 if (auto *CTy = dyn_cast<DICompositeType>(Ty)) { in isUnsignedDIType() local
H A DDwarfCompileUnit.cpp1520 void DwarfCompileUnit::finishNonUnitTypeDIE(DIE& D, const DICompositeType *CTy) { in finishNonUnitTypeDIE()
H A DCodeViewDebug.cpp2597 const auto *CTy = cast<DICompositeType>(Ty); in getCompleteTypeIndex() local
H A DDwarfDebug.cpp3293 const DICompositeType *CTy) { in addDwarfTypeUnitType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp144 QualType CTy = in VisitBinaryOperator() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp1382 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in is32Or64BitBasicType() local
4557 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in getParamTypeAlignment() local
4639 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in getParamTypeAlignment() local
4704 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() local
5007 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in getParamTypeAlignment() local
5344 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() local
10582 if (auto CTy = Ty->getAs<ComplexType>()) { in detectFPCCEligibleStructHelper() local
H A DCGExprScalar.cpp4133 if (auto *CTy = LHSTy->getAs<ComplexType>()) { in EmitCompare() local
4141 if (auto *CTy = RHSTy->getAs<ComplexType>()) { in EmitCompare() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp518 auto *CTy = DICompositeType::get( in createEnumerationType() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1980 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in LayoutField() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp359 Type *CTy; in print() local
567 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const { in isOffsetOf()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38376 Type *CTy = C->getType(); in SimplifyDemandedVectorEltsForTargetShuffle() local