/freebsd/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/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedPointee.cpp | 276 if (T->isVoidPointerType()) in isVoidPointer()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaFixItUtils.cpp | 136 if (isa<PointerType>(FromQTy) && ToPtrTy->isVoidPointerType()) in tryToFixConversion()
|
H A D | SemaPPC.cpp | 367 if (!(ExpectedType->isVoidPointerType() && in BuiltinPPCMMACall()
|
H A D | SemaCast.cpp | 2219 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast() 2474 unsigned Diag = SrcType->isVoidPointerType() in TryReinterpretCast() 3179 if (SrcType->isVoidPointerType()) in CheckCStyleCast()
|
H A D | SemaObjC.cpp | 1387 if (!RecordTy && (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind() 2042 if (!T->isVoidPointerType()) { in handleBridgeAttr()
|
H A D | SemaExprCXX.cpp | 7254 else if (T1->isVoidPointerType() || T2->isVoidPointerType()) in FindCompositePointerType() 7262 else if (T1->isVoidPointerType() || T2->isVoidPointerType()) in FindCompositePointerType() 7353 if (Steps.empty() && ((Composite1->isVoidPointerType() && in FindCompositePointerType() 7356 Composite2->isVoidPointerType()))) { in FindCompositePointerType()
|
H A D | SemaCoroutine.cpp | 351 if (!JustAddress->getType().getTypePtr()->isVoidPointerType()) in maybeTailCall()
|
H A D | SemaExprObjC.cpp | 5036 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType() 5057 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()
|
H A D | SemaExpr.cpp | 8053 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility() 9397 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints() 12171 ((LHSType->isFunctionPointerType() && RHSType->isVoidPointerType()) || in CheckCompareOperands() 12172 (RHSType->isFunctionPointerType() && LHSType->isVoidPointerType()))) { in CheckCompareOperands()
|
H A D | SemaChecking.cpp | 1801 if (ParamTy->isVoidPointerType()) in BuiltinLaunder() 14048 if (ICE->getType()->isVoidPointerType() && in CheckArgumentWithTypeTag() 14055 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CanonicalType.h | 289 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
|
H A D | ExprCXX.h | 5165 assert(SuspendType->isVoidPointerType()); in getSuspendReturnType()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | FormatString.cpp | 572 if (argTy->isVoidPointerType()) { in matchesType()
|
H A D | ExprCXX.cpp | 828 if (DestType->isVoidPointerType()) in isAlwaysNull()
|
H A D | ItaniumMangle.cpp | 6552 if (NeedExactType && T->isVoidPointerType()) { in mangleValueInTemplateArg() 6559 mangleType(T->isVoidPointerType() in mangleValueInTemplateArg()
|
H A D | ExprConstant.cpp | 6004 if (E->getType()->isVoidPointerType()) in HandleDynamicCast() 9266 if (!E->getType()->isVoidPointerType()) { in VisitCastExpr() 9289 if (SubExpr->getType()->isVoidPointerType() && in VisitCastExpr() 13728 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && IsRelational) in EvaluateComparisonBinaryOperator()
|
H A D | Type.cpp | 665 bool Type::isVoidPointerType() const { in isVoidPointerType() function in Type
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 440 if (CE->getType()->isVoidPointerType()) in VisitCastExpr() 446 return this->emitPtrPtrCast(SubExprTy->isVoidPointerType(), CE); in VisitCastExpr() 2997 assert(E->getType()->isVoidPointerType()); in VisitAddrLabelExpr()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 2243 bool IsDynamicCastToVoid = DestTy->isVoidPointerType(); in EmitDynamicCast()
|
H A D | CodeGenFunction.cpp | 723 if (!PT || !PT->isVoidPointerType() || in matchesStlAllocatorFn()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1544 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
|
H A D | BugReporter.cpp | 324 if (ArgExpr->getType()->isVoidPointerType()) in getMessage()
|