Lines Matching refs:getCastKind
2652 if (CE->getCastKind() != CK_IntegralToPointer && in isValidBPFPreserveEnumValueArg()
2653 CE->getCastKind() != CK_NullToPointer) in isValidBPFPreserveEnumValueArg()
8749 if (ICE->getCastKind() == CK_IntegralCast && in isArithmeticArgumentPromotion()
8760 return ICE->getCastKind() == CK_FloatingCast && in isArithmeticArgumentPromotion()
10501 clang::CastKind Kind = Cast->getCastKind(); in CheckFreeArgumentsCast()
10510 switch (Cast->getCastKind()) { in CheckFreeArgumentsCast()
10884 if (CE->getCastKind() == CK_NoOp || CE->getCastKind() == CK_LValueToRValue) in GetExprRange()
10890 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast || in GetExprRange()
10891 CE->getCastKind() == CK_BooleanToSignedIntegral; in GetExprRange()
11322 if (ICE->getCastKind() != CK_IntegralCast && in HasEnumType()
11323 ICE->getCastKind() != CK_NoOp) in HasEnumType()
12084 if (ICE->getCastKind() == CK_BitCast && in checkObjCCollectionLiteralElement()
13542 if (E->getCastKind() == CK_LValueToRValue) in VisitCastExpr()
14275 switch (CE->getCastKind()) { in getBaseAlignmentAndOffsetFromLValue()
14362 switch (CE->getCastKind()) { in getBaseAlignmentAndOffsetFromPtr()
14752 switch (cast->getCastKind()) { in findRetainCycleOwner()
15199 if (cast->getCastKind() == CK_ARCConsumeObject) { in checkUnsafeAssignObject()
15277 if (cast->getCastKind() == CK_ARCConsumeObject) { in checkUnsafeExprAssigns()
15858 ICE->getCastKind() == CK_BitCast) in CheckArgumentWithTypeTag()