Searched refs:isVoidPointerType (Results 1 – 20 of 20) sorted by relevance
602 if (LTy->isVoidPointerType() ^ RTy->isVoidPointerType()) { in doTypeConversion()605 if (RTy->isVoidPointerType()) in doTypeConversion()
277 if (T->isVoidPointerType()) in isVoidPointer()
140 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible()
487 if (Tp->isBooleanType() || Tp->isVoidType() || Tp->isVoidPointerType()) in isMoveSafeMethod()
424 if (castTy->isPointerType() && !castTy->isVoidPointerType()) in CastRetrievedVal()
1303 if ((*I)->getType()->isVoidPointerType()) in getMessage()
1560 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
288 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
1951 bool isVoidPointerType() const;
459 if (argTy->isVoidPointerType()) { in matchesType()
469 bool Type::isVoidPointerType() const { in isVoidPointerType() function in Type
5891 if (!E->getType()->isVoidPointerType()) { in VisitCastExpr()5893 if (SubExpr->getType()->isVoidPointerType()) in VisitCastExpr()9258 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && IsRelational) in EvaluateComparisonBinaryOperator()
7881 if (lhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()7884 else if (rhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()
1065 (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind()
1949 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast()
6750 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility()7252 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()7272 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()8062 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints()10369 ((LHSType->isFunctionPointerType() && RHSType->isVoidPointerType()) || in CheckCompareOperands()10370 (RHSType->isFunctionPointerType() && LHSType->isVoidPointerType()))) { in CheckCompareOperands()
909 if (ParamTy->isVoidPointerType()) in SemaBuiltinLaunder()13707 if (ICE->getType()->isVoidPointerType() && in CheckArgumentWithTypeTag()13714 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
5074 if (!T->isVoidPointerType()) { in handleObjCBridgeAttr()
2125 if (!T->isVoidPointerType()) { in MergeTypedefNameDecl()
809 if (!PT || !PT->isVoidPointerType() || in matchesStlAllocatorFn()