Searched refs:isVoidPointerType (Results 1 – 25 of 38) sorted by relevance
12
211 if (SourceType->isVoidPointerType()) in check()
620 if (LTy->isVoidPointerType() ^ RTy->isVoidPointerType()) { in doTypeConversion()623 if (RTy->isVoidPointerType()) in doTypeConversion()
277 if (T->isVoidPointerType()) in isVoidPointer()
140 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible()
139 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible()
505 if (Tp->isBooleanType() || Tp->isVoidType() || Tp->isVoidPointerType()) in isMoveSafeMethod()
429 if (castTy->isPointerType() && !castTy->isVoidPointerType()) in CastRetrievedVal()
1567 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
311 if ((*I)->getType()->isVoidPointerType()) in getMessage()
273 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
289 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
415 if (argTy->isVoidPointerType()) { in matchesType()
464 if (argTy->isVoidPointerType()) { in matchesType()
2055 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast()2293 unsigned Diag = SrcType->isVoidPointerType() in TryReinterpretCast()2908 if (SrcType->isVoidPointerType()) in CheckCStyleCast()
6561 else if (T1->isVoidPointerType() || T2->isVoidPointerType()) in FindCompositePointerType()6569 else if (T1->isVoidPointerType() || T2->isVoidPointerType()) in FindCompositePointerType()6630 if (Steps.empty() && ((Composite1->isVoidPointerType() && in FindCompositePointerType()6633 Composite2->isVoidPointerType()))) { in FindCompositePointerType()
396 if (!JustAddress->getType().getTypePtr()->isVoidPointerType()) in maybeTailCall()
1055 (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind()
7845 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility()8379 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()8399 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()9247 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints()11666 ((LHSType->isFunctionPointerType() && RHSType->isVoidPointerType()) || in CheckCompareOperands()11667 (RHSType->isFunctionPointerType() && LHSType->isVoidPointerType()))) { in CheckCompareOperands()
1342 if (ParamTy->isVoidPointerType()) in SemaBuiltinLaunder()6838 if ((ExpectedType->isVoidPointerType() && !ArgType->isPointerType()) || in SemaBuiltinPPCMMACall()6839 (!ExpectedType->isVoidPointerType() && in SemaBuiltinPPCMMACall()15588 if (ICE->getType()->isVoidPointerType() && in CheckArgumentWithTypeTag()15595 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
1051 (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind()
1837 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast()
6342 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility()6844 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()6864 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()7533 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints()
1508 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
675 if (!PT || !PT->isVoidPointerType() || in matchesStlAllocatorFn()
5128 if (!E->getType()->isVoidPointerType()) { in VisitCastExpr()5130 if (SubExpr->getType()->isVoidPointerType()) in VisitCastExpr()7721 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && in VisitBinaryOperator()