Home
last modified time | relevance | path

Searched refs:DestPtrType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1380 auto *DestPtrType = DestType->getAs<PointerType>(); in IsAddressSpaceConversion() local
1381 if (!DestPtrType) in IsAddressSpaceConversion()
1384 DestPtrType->getPointeeType().getAddressSpace(); in IsAddressSpaceConversion()
2655 auto DestPtrType = DestType->getAs<PointerType>(); in TryAddressSpaceCast() local
2656 if (!DestPtrType) in TryAddressSpaceCast()
2659 auto DestPointeeType = DestPtrType->getPointeeType(); in TryAddressSpaceCast()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp710 QualType DestPtrType = E->getArg(1)->getType()->getPointeeType(); in emitSincosBuiltin() local
711 LValue SinLV = CGF.MakeNaturalAlignAddrLValue(Dest0, DestPtrType); in emitSincosBuiltin()
712 LValue CosLV = CGF.MakeNaturalAlignAddrLValue(Dest1, DestPtrType); in emitSincosBuiltin()
741 QualType DestPtrType = E->getArg(1)->getType()->getPointeeType(); in emitModfBuiltin() local
742 LValue IntegralLV = CGF.MakeNaturalAlignAddrLValue(IntPartDest, DestPtrType); in emitModfBuiltin()