Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp139 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible()
143 if (A->isVoidPointerType() && B->getAs<PointerType>()) in typesCompatible()
H A DMoveChecker.cpp499 if (Tp->isBooleanType() || Tp->isVoidType() || Tp->isVoidPointerType()) in isMoveSafeMethod()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h644 if (LTy->isVoidPointerType() ^ RTy->isVoidPointerType()) { in doTypeConversion()
647 if (RTy->isVoidPointerType()) in doTypeConversion()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp276 if (T->isVoidPointerType()) in isVoidPointer()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaFixItUtils.cpp136 if (isa<PointerType>(FromQTy) && ToPtrTy->isVoidPointerType()) in tryToFixConversion()
H A DSemaCast.cpp2179 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast()
2428 unsigned Diag = SrcType->isVoidPointerType() in TryReinterpretCast()
3123 if (SrcType->isVoidPointerType()) in CheckCStyleCast()
H A DSemaExprCXX.cpp6913 else if (T1->isVoidPointerType() || T2->isVoidPointerType()) in FindCompositePointerType()
6921 else if (T1->isVoidPointerType() || T2->isVoidPointerType()) in FindCompositePointerType()
7012 if (Steps.empty() && ((Composite1->isVoidPointerType() && in FindCompositePointerType()
7015 Composite2->isVoidPointerType()))) { in FindCompositePointerType()
H A DSemaCoroutine.cpp349 if (!JustAddress->getType().getTypePtr()->isVoidPointerType()) in maybeTailCall()
H A DSemaPseudoObject.cpp1055 (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind()
H A DSemaExpr.cpp8562 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility()
9126 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()
9146 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()
10022 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints()
12747 ((LHSType->isFunctionPointerType() && RHSType->isVoidPointerType()) || in CheckCompareOperands()
12748 (RHSType->isFunctionPointerType() && LHSType->isVoidPointerType()))) { in CheckCompareOperands()
H A DSemaChecking.cpp1918 if (ParamTy->isVoidPointerType()) in SemaBuiltinLaunder()
8500 if (!(ExpectedType->isVoidPointerType() && in SemaBuiltinPPCMMACall()
17591 if (ICE->getType()->isVoidPointerType() && in CheckArgumentWithTypeTag()
17598 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
H A DSemaTemplate.cpp7866 } else if (ParamType->isVoidPointerType() && in BuildExpressionFromDeclTemplateArgument()
H A DSemaDeclAttr.cpp6075 if (!T->isVoidPointerType()) { in handleObjCBridgeAttr()
H A DSemaDecl.cpp2579 if (!T->isVoidPointerType()) { in MergeTypedefNameDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h289 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
H A DType.h2153 bool isVoidPointerType() const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp529 if (argTy->isVoidPointerType()) { in matchesType()
H A DItaniumMangle.cpp5844 if (NeedExactType && T->isVoidPointerType()) { in mangleValueInTemplateArg()
5851 mangleType(T->isVoidPointerType() in mangleValueInTemplateArg()
H A DExprConstant.cpp5858 if (E->getType()->isVoidPointerType()) in HandleDynamicCast()
8889 if (!E->getType()->isVoidPointerType()) { in VisitCastExpr()
8910 if (SubExpr->getType()->isVoidPointerType()) in VisitCastExpr()
13042 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && IsRelational) in EvaluateComparisonBinaryOperator()
H A DType.cpp593 bool Type::isVoidPointerType() const { in isVoidPointerType() function in Type
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp778 if (CastTy->isPointerType() && !CastTy->isVoidPointerType()) { in VisitLocMemRegionVal()
H A DRegionStore.cpp1557 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
H A DBugReporter.cpp313 if ((*I)->getType()->isVoidPointerType()) in getMessage()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp678 if (!PT || !PT->isVoidPointerType() || in matchesStlAllocatorFn()
H A DCGCall.cpp2444 !FI.arg_begin()->type->isVoidPointerType() && !IsThunk) { in ConstructAttributeList()