Lines Matching refs:CK_BitCast

5332     return CK_BitCast;  in PrepareCastToObjCObjectPointer()
5366 return CK_BitCast; in PrepareScalarCast()
5370 ? CK_BitCast : CK_AnyPointerToBlockPointerCast); in PrepareScalarCast()
5373 return CK_BitCast; in PrepareScalarCast()
5587 Kind = CK_BitCast; in CheckVectorCast()
5609 Kind = CK_BitCast; in CheckExtVectorCast()
5956 LHS = S.ImpCastExprToType(LHS.get(), incompatTy, CK_BitCast); in checkConditionalPointerCompatibility()
5957 RHS = S.ImpCastExprToType(RHS.get(), incompatTy, CK_BitCast); in checkConditionalPointerCompatibility()
5968 LHS = S.ImpCastExprToType(LHS.get(), ResultTy, CK_BitCast); in checkConditionalPointerCompatibility()
5969 RHS = S.ImpCastExprToType(RHS.get(), ResultTy, CK_BitCast); in checkConditionalPointerCompatibility()
5984 LHS = S.ImpCastExprToType(LHS.get(), destType, CK_BitCast); in checkConditionalBlockPointerCompatibility()
5985 RHS = S.ImpCastExprToType(RHS.get(), destType, CK_BitCast); in checkConditionalBlockPointerCompatibility()
6020 RHS = S.ImpCastExprToType(RHS.get(), destType, CK_BitCast); in checkConditionalObjectPointersCompatibility()
6030 LHS = S.ImpCastExprToType(LHS.get(), destType, CK_BitCast); in checkConditionalObjectPointersCompatibility()
6392 RHS = ImpCastExprToType(RHS.get(), LHSTy, CK_BitCast); in FindCompositeObjCPointerType()
6397 LHS = ImpCastExprToType(LHS.get(), RHSTy, CK_BitCast); in FindCompositeObjCPointerType()
6446 LHS = ImpCastExprToType(LHS.get(), incompatTy, CK_BitCast); in FindCompositeObjCPointerType()
6447 RHS = ImpCastExprToType(RHS.get(), incompatTy, CK_BitCast); in FindCompositeObjCPointerType()
6451 LHS = ImpCastExprToType(LHS.get(), compositeType, CK_BitCast); in FindCompositeObjCPointerType()
6452 RHS = ImpCastExprToType(RHS.get(), compositeType, CK_BitCast); in FindCompositeObjCPointerType()
6473 RHS = ImpCastExprToType(RHS.get(), destType, CK_BitCast); in FindCompositeObjCPointerType()
6493 LHS = ImpCastExprToType(LHS.get(), destType, CK_BitCast); in FindCompositeObjCPointerType()
6986 Kind = CK_BitCast; in CheckAssignmentConstraints()
6994 Kind = CK_BitCast; in CheckAssignmentConstraints()
7015 Kind = AddrSpaceL != AddrSpaceR ? CK_AddressSpaceConversion : CK_BitCast; in CheckAssignmentConstraints()
7030 Kind = CK_BitCast; in CheckAssignmentConstraints()
7038 Kind = CK_BitCast; in CheckAssignmentConstraints()
7042 Kind = CK_BitCast; in CheckAssignmentConstraints()
7049 Kind = CK_BitCast; in CheckAssignmentConstraints()
7061 Kind = CK_BitCast; in CheckAssignmentConstraints()
7091 Kind = CK_BitCast; in CheckAssignmentConstraints()
7226 RHS = ImpCastExprToType(RHS.get(), it->getType(), CK_BitCast); in CheckTransparentUnionArgumentConstraints()
7473 RHS = ImpCastExprToType(RHS.get(), LHSType, CK_BitCast); in CheckVectorOperands()
7478 LHS = ImpCastExprToType(LHS.get(), RHSType, CK_BitCast); in CheckVectorOperands()
7492 RHS = ImpCastExprToType(RHS.get(), LHSType, CK_BitCast); in CheckVectorOperands()
7499 LHS = ImpCastExprToType(LHS.get(), RHSType, CK_BitCast); in CheckVectorOperands()
7524 RHS = ImpCastExprToType(RHS.get(), resultType, CK_BitCast); in CheckVectorOperands()
8386 LHS = S.ImpCastExprToType(LHS.get(), T, CK_BitCast); in convertPointersToCompositeType()
8387 RHS = S.ImpCastExprToType(RHS.get(), T, CK_BitCast); in convertPointersToCompositeType()
8767 RHS = ImpCastExprToType(RHS.get(), LHSType, CK_BitCast); in CheckCompareOperands()
8811 : CK_BitCast; in CheckCompareOperands()
8877 RHS = ImpCastExprToType(RHS.get(), LHSType, CK_BitCast); in CheckCompareOperands()
8896 RHSType->isPointerType() ? CK_BitCast in CheckCompareOperands()
8900 LHSType->isPointerType() ? CK_BitCast in CheckCompareOperands()
8923 RPT ? CK_BitCast :CK_CPointerToObjCPointerCast); in CheckCompareOperands()
8931 LPT ? CK_BitCast :CK_CPointerToObjCPointerCast); in CheckCompareOperands()
8944 LHS = ImpCastExprToType(LHS.get(), RHSType, CK_BitCast); in CheckCompareOperands()
8946 RHS = ImpCastExprToType(RHS.get(), LHSType, CK_BitCast); in CheckCompareOperands()