Home
last modified time | relevance | path

Searched refs:isVoidPointerType (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp140 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible()
144 if (A->isVoidPointerType() && B->getAs<PointerType>()) in typesCompatible()
H A DMoveChecker.cpp501 if (Tp->isBooleanType() || Tp->isVoidType() || Tp->isVoidPointerType()) in isMoveSafeMethod()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h644 if (LTy->isVoidPointerType() ^ RTy->isVoidPointerType()) { in doTypeConversion()
647 if (RTy->isVoidPointerType()) in doTypeConversion()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp276 if (T->isVoidPointerType()) in isVoidPointer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp136 if (isa<PointerType>(FromQTy) && ToPtrTy->isVoidPointerType()) in tryToFixConversion()
H A DSemaPPC.cpp367 if (!(ExpectedType->isVoidPointerType() && in BuiltinPPCMMACall()
H A DSemaCast.cpp2219 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast()
2474 unsigned Diag = SrcType->isVoidPointerType() in TryReinterpretCast()
3179 if (SrcType->isVoidPointerType()) in CheckCStyleCast()
H A DSemaObjC.cpp1387 if (!RecordTy && (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind()
2042 if (!T->isVoidPointerType()) { in handleBridgeAttr()
H A DSemaExprCXX.cpp7254 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 DSemaCoroutine.cpp351 if (!JustAddress->getType().getTypePtr()->isVoidPointerType()) in maybeTailCall()
H A DSemaExprObjC.cpp5036 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()
5057 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()
H A DSemaExpr.cpp8053 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 DSemaChecking.cpp1801 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 DCanonicalType.h289 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
H A DExprCXX.h5165 assert(SuspendType->isVoidPointerType()); in getSuspendReturnType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp572 if (argTy->isVoidPointerType()) { in matchesType()
H A DExprCXX.cpp828 if (DestType->isVoidPointerType()) in isAlwaysNull()
H A DItaniumMangle.cpp6552 if (NeedExactType && T->isVoidPointerType()) { in mangleValueInTemplateArg()
6559 mangleType(T->isVoidPointerType() in mangleValueInTemplateArg()
H A DExprConstant.cpp6004 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 DType.cpp665 bool Type::isVoidPointerType() const { in isVoidPointerType() function in Type
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp440 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 DCGExprCXX.cpp2243 bool IsDynamicCastToVoid = DestTy->isVoidPointerType(); in EmitDynamicCast()
H A DCodeGenFunction.cpp723 if (!PT || !PT->isVoidPointerType() || in matchesStlAllocatorFn()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1544 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
H A DBugReporter.cpp324 if (ArgExpr->getType()->isVoidPointerType()) in getMessage()

12