Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp140 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible()
/external/clang/include/clang/AST/
DCanonicalType.h273 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
DType.h1666 bool isVoidPointerType() const;
/external/clang/lib/Analysis/
DFormatString.cpp415 if (argTy->isVoidPointerType()) { in matchesType()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp1051 (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind()
DSemaCast.cpp1837 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast()
DSemaExpr.cpp6342 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility()
6844 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()
6864 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()
7533 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints()
DSemaChecking.cpp10863 if (ICE->getType()->isVoidPointerType() && in CheckArgumentWithTypeTag()
10870 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
DSemaDeclAttr.cpp4454 if (!T->isVoidPointerType()) { in handleObjCBridgeAttr()
DSemaDecl.cpp1956 if (!T->isVoidPointerType()) { in MergeTypedefNameDecl()
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1508 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
/external/clang/lib/AST/
DExprConstant.cpp5128 if (!E->getType()->isVoidPointerType()) { in VisitCastExpr()
5130 if (SubExpr->getType()->isVoidPointerType()) in VisitCastExpr()
7721 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && in VisitBinaryOperator()
DType.cpp385 bool Type::isVoidPointerType() const { in isVoidPointerType() function in Type
DASTContext.cpp6826 if (lhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()
6829 else if (rhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()