| /freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/ |
| H A D | RPCServerSourceEmitter.cpp | 120 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 D | MallocSizeofChecker.cpp | 138 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible() 142 if (A->isVoidPointerType() && B->getAs<PointerType>()) in typesCompatible()
|
| H A D | MoveChecker.cpp | 504 if (Tp->isBooleanType() || Tp->isVoidType() || Tp->isVoidPointerType()) in isMoveSafeMethod()
|
| H A D | MallocChecker.cpp | 1415 if (BuffType.isNull() || !BuffType->isVoidPointerType()) in getPlacementNewBufferArg()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedPointee.cpp | 272 if (T->isVoidPointerType()) in isVoidPointer()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConv.h | 661 if (LTy->isVoidPointerType() ^ RTy->isVoidPointerType()) { in doTypeConversion() 664 if (RTy->isVoidPointerType()) in doTypeConversion()
|
| /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 | 373 if (!(ExpectedType->isVoidPointerType() && in BuiltinPPCMMACall()
|
| H A D | SemaCast.cpp | 2251 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast() 2505 unsigned Diag = SrcType->isVoidPointerType() in TryReinterpretCast() 3276 if (SrcType->isVoidPointerType()) in CheckCStyleCast()
|
| H A D | SemaObjC.cpp | 1384 if (!RecordTy && (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind() 2040 if (!T->isVoidPointerType()) { in handleBridgeAttr()
|
| H A D | SemaExprCXX.cpp | 6263 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 D | SemaCoroutine.cpp | 339 if (!JustAddress->getType().getTypePtr()->isVoidPointerType()) in maybeTailCall()
|
| H A D | SemaExprObjC.cpp | 5030 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType() 5051 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()
|
| H A D | SemaExpr.cpp | 8219 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 D | lldb-rpc-gen.cpp | 199 if ((*Iter)->getType()->isVoidPointerType()) in GetMethodSupportLevel()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 290 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
|
| H A D | ExprCXX.h | 5280 assert(SuspendType->isVoidPointerType()); in getSuspendReturnType()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 784 if (CastTy->isPointerType() && !CastTy->isVoidPointerType()) { in VisitMemRegionVal()
|
| H A D | RegionStore.cpp | 1703 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
|
| H A D | BugReporter.cpp | 345 if (ArgExpr->getType()->isVoidPointerType()) in getMessage()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 460 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 D | CGExprCXX.cpp | 2279 bool IsDynamicCastToVoid = DestTy->isVoidPointerType(); in EmitDynamicCast()
|
| H A D | CodeGenFunction.cpp | 729 if (!PT || !PT->isVoidPointerType() || in matchesStlAllocatorFn()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 833 if (DestType->isVoidPointerType()) in isAlwaysNull()
|
| H A D | ItaniumMangle.cpp | 6825 if (NeedExactType && T->isVoidPointerType()) { in mangleValueInTemplateArg() 6832 mangleType(T->isVoidPointerType() in mangleValueInTemplateArg()
|