| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocSizeofChecker.cpp | 140 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible() 144 if (A->isVoidPointerType() && B->getAs<PointerType>()) in typesCompatible()
|
| H A D | MoveChecker.cpp | 501 if (Tp->isBooleanType() || Tp->isVoidType() || Tp->isVoidPointerType()) in isMoveSafeMethod()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConv.h | 644 if (LTy->isVoidPointerType() ^ RTy->isVoidPointerType()) { in doTypeConversion() 647 if (RTy->isVoidPointerType()) in doTypeConversion()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedPointee.cpp | 276 if (T->isVoidPointerType()) in isVoidPointer()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 136 if (isa<PointerType>(FromQTy) && ToPtrTy->isVoidPointerType()) in tryToFixConversion()
|
| H A D | SemaCast.cpp | 2210 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast() 2465 unsigned Diag = SrcType->isVoidPointerType() in TryReinterpretCast() 3169 if (SrcType->isVoidPointerType()) in CheckCStyleCast()
|
| H A D | SemaExprCXX.cpp | 7037 else if (T1->isVoidPointerType() || T2->isVoidPointerType()) in FindCompositePointerType() 7045 else if (T1->isVoidPointerType() || T2->isVoidPointerType()) in FindCompositePointerType() 7136 if (Steps.empty() && ((Composite1->isVoidPointerType() && in FindCompositePointerType() 7139 Composite2->isVoidPointerType()))) { in FindCompositePointerType()
|
| H A D | SemaCoroutine.cpp | 373 if (!JustAddress->getType().getTypePtr()->isVoidPointerType()) in maybeTailCall()
|
| H A D | SemaPseudoObject.cpp | 1060 (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind()
|
| H A D | SemaExpr.cpp | 8904 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility() 9469 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType() 9489 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType() 10393 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints() 13191 ((LHSType->isFunctionPointerType() && RHSType->isVoidPointerType()) || in CheckCompareOperands() 13192 (RHSType->isFunctionPointerType() && LHSType->isVoidPointerType()))) { in CheckCompareOperands()
|
| H A D | SemaChecking.cpp | 2000 if (ParamTy->isVoidPointerType()) in SemaBuiltinLaunder() 10229 if (!(ExpectedType->isVoidPointerType() && in SemaBuiltinPPCMMACall() 19387 if (ICE->getType()->isVoidPointerType() && in CheckArgumentWithTypeTag() 19394 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
|
| H A D | SemaTemplate.cpp | 8055 } else if (ParamType->isVoidPointerType() && in BuildExpressionFromDeclTemplateArgument()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 289 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
|
| H A D | Type.h | 2266 bool isVoidPointerType() const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 559 if (argTy->isVoidPointerType()) { in matchesType()
|
| H A D | ExprCXX.cpp | 778 if (DestType->isVoidPointerType()) in isAlwaysNull()
|
| H A D | ItaniumMangle.cpp | 6521 if (NeedExactType && T->isVoidPointerType()) { in mangleValueInTemplateArg() 6528 mangleType(T->isVoidPointerType() in mangleValueInTemplateArg()
|
| H A D | ExprConstant.cpp | 5943 if (E->getType()->isVoidPointerType()) in HandleDynamicCast() 9174 if (!E->getType()->isVoidPointerType()) { in VisitCastExpr() 9196 if (SubExpr->getType()->isVoidPointerType()) { in VisitCastExpr() 13361 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && IsRelational) in EvaluateComparisonBinaryOperator()
|
| H A D | Type.cpp | 615 bool Type::isVoidPointerType() const { in isVoidPointerType() function in Type
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 783 if (CastTy->isPointerType() && !CastTy->isVoidPointerType()) { in VisitMemRegionVal()
|
| H A D | RegionStore.cpp | 1544 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
|
| H A D | BugReporter.cpp | 314 if (ArgExpr->getType()->isVoidPointerType()) in getMessage()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 2278 bool IsDynamicCastToVoid = DestTy->isVoidPointerType(); in EmitDynamicCast()
|
| H A D | CodeGenFunction.cpp | 678 if (!PT || !PT->isVoidPointerType() || in matchesStlAllocatorFn()
|
| H A D | CGCall.cpp | 2656 !FI.arg_begin()->type->isVoidPointerType() && !IsThunk) { in ConstructAttributeList()
|