Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h602 if (LTy->isVoidPointerType() ^ RTy->isVoidPointerType()) { in doTypeConversion()
605 if (RTy->isVoidPointerType()) in doTypeConversion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp277 if (T->isVoidPointerType()) in isVoidPointer()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp140 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible()
H A DMoveChecker.cpp487 if (Tp->isBooleanType() || Tp->isVoidType() || Tp->isVoidPointerType()) in isMoveSafeMethod()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp424 if (castTy->isPointerType() && !castTy->isVoidPointerType()) in CastRetrievedVal()
H A DPathDiagnostic.cpp1303 if ((*I)->getType()->isVoidPointerType()) in getMessage()
H A DRegionStore.cpp1560 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h288 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
H A DType.h1951 bool isVoidPointerType() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DFormatString.cpp459 if (argTy->isVoidPointerType()) { in matchesType()
H A DType.cpp469 bool Type::isVoidPointerType() const { in isVoidPointerType() function in Type
H A DExprConstant.cpp5891 if (!E->getType()->isVoidPointerType()) { in VisitCastExpr()
5893 if (SubExpr->getType()->isVoidPointerType()) in VisitCastExpr()
9258 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && IsRelational) in EvaluateComparisonBinaryOperator()
H A DASTContext.cpp7881 if (lhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()
7884 else if (rhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp1065 (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind()
H A DSemaCast.cpp1949 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast()
H A DSemaExpr.cpp6750 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility()
7252 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()
7272 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()
8062 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints()
10369 ((LHSType->isFunctionPointerType() && RHSType->isVoidPointerType()) || in CheckCompareOperands()
10370 (RHSType->isFunctionPointerType() && LHSType->isVoidPointerType()))) { in CheckCompareOperands()
H A DSemaChecking.cpp909 if (ParamTy->isVoidPointerType()) in SemaBuiltinLaunder()
13707 if (ICE->getType()->isVoidPointerType() && in CheckArgumentWithTypeTag()
13714 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
H A DSemaDeclAttr.cpp5074 if (!T->isVoidPointerType()) { in handleObjCBridgeAttr()
H A DSemaDecl.cpp2125 if (!T->isVoidPointerType()) { in MergeTypedefNameDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp809 if (!PT || !PT->isVoidPointerType() || in matchesStlAllocatorFn()