Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/
H A DRPCServerSourceEmitter.cpp120 if (ParamType->isVoidPointerType() && !IsFollowedByLen) { in EmitStorageForOneParameter()
217 (!Iter->Type->isVoidPointerType() || Iter->IsFollowedByLen)) { in CreateMethodCall()
230 } else if (Iter->Type->isVoidPointerType() && !Iter->IsFollowedByLen && in CreateMethodCall()
248 if (!Iter->Type->isVoidPointerType()) { in CreateMethodCall()
304 (Iter->Type->isVoidPointerType() && !Iter->IsFollowedByLen)) in EmitEncodesForMutableParameters()
357 !method.ReturnType->isVoidPointerType()) { in EmitMethodCallAndEncode()
423 else if (Param.Type->isVoidPointerType()) in EmitCallbackFunction()
428 assert(BatonParam.Type->isVoidPointerType() && in EmitCallbackFunction()
444 if (ParamType->isVoidPointerType()) in EmitCallbackFunction()
532 if (CallbackParam.Type->isVoidPointerType()) in EmitCallbackFunction()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp138 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible()
142 if (A->isVoidPointerType() && B->getAs<PointerType>()) in typesCompatible()
H A DMoveChecker.cpp504 if (Tp->isBooleanType() || Tp->isVoidType() || Tp->isVoidPointerType()) in isMoveSafeMethod()
H A DMallocChecker.cpp1415 if (BuffType.isNull() || !BuffType->isVoidPointerType()) in getPlacementNewBufferArg()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp272 if (T->isVoidPointerType()) in isVoidPointer()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h661 if (LTy->isVoidPointerType() ^ RTy->isVoidPointerType()) { in doTypeConversion()
664 if (RTy->isVoidPointerType()) in doTypeConversion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp136 if (isa<PointerType>(FromQTy) && ToPtrTy->isVoidPointerType()) in tryToFixConversion()
H A DSemaPPC.cpp373 if (!(ExpectedType->isVoidPointerType() && in BuiltinPPCMMACall()
H A DSemaCast.cpp2251 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast()
2505 unsigned Diag = SrcType->isVoidPointerType() in TryReinterpretCast()
3276 if (SrcType->isVoidPointerType()) in CheckCStyleCast()
H A DSemaObjC.cpp1384 if (!RecordTy && (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind()
2040 if (!T->isVoidPointerType()) { in handleBridgeAttr()
H A DSemaExprCXX.cpp6263 else if (T1->isVoidPointerType() || T2->isVoidPointerType()) in FindCompositePointerType()
6271 else if (T1->isVoidPointerType() || T2->isVoidPointerType()) in FindCompositePointerType()
6369 if (Steps.empty() && ((Composite1->isVoidPointerType() && in FindCompositePointerType()
6372 Composite2->isVoidPointerType()))) { in FindCompositePointerType()
H A DSemaCoroutine.cpp339 if (!JustAddress->getType().getTypePtr()->isVoidPointerType()) in maybeTailCall()
H A DSemaExprObjC.cpp5030 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()
5051 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()
H A DSemaExpr.cpp8219 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility()
9561 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints()
9840 if (CanRHS->isVoidPointerType() && CanLHS->isPointerType()) { in CheckSingleAssignmentConstraints()
12518 ((LHSType->isFunctionPointerType() && RHSType->isVoidPointerType()) || in CheckCompareOperands()
12519 (RHSType->isFunctionPointerType() && LHSType->isVoidPointerType()))) { in CheckCompareOperands()
/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/
H A Dlldb-rpc-gen.cpp199 if ((*Iter)->getType()->isVoidPointerType()) in GetMethodSupportLevel()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h290 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
H A DExprCXX.h5280 assert(SuspendType->isVoidPointerType()); in getSuspendReturnType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp784 if (CastTy->isPointerType() && !CastTy->isVoidPointerType()) { in VisitMemRegionVal()
H A DRegionStore.cpp1703 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
H A DBugReporter.cpp345 if (ArgExpr->getType()->isVoidPointerType()) in getMessage()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp460 if (CE->getType()->isVoidPointerType()) in VisitCastExpr()
468 return this->emitPtrPtrCast(SubExprTy->isVoidPointerType(), CE); in VisitCastExpr()
3863 assert(E->getType()->isVoidPointerType()); in VisitAddrLabelExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2279 bool IsDynamicCastToVoid = DestTy->isVoidPointerType(); in EmitDynamicCast()
H A DCodeGenFunction.cpp729 if (!PT || !PT->isVoidPointerType() || in matchesStlAllocatorFn()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp833 if (DestType->isVoidPointerType()) in isAlwaysNull()
H A DItaniumMangle.cpp6825 if (NeedExactType && T->isVoidPointerType()) { in mangleValueInTemplateArg()
6832 mangleType(T->isVoidPointerType() in mangleValueInTemplateArg()

12