Home
last modified time | relevance | path

Searched refs:isVoidPointerType (Results 1 – 15 of 15) 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.h1634 bool isVoidPointerType() const;
/external/clang/lib/Analysis/
DFormatString.cpp384 if (argTy->isVoidPointerType()) { in matchesType()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp1050 (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind()
DSemaCast.cpp1746 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast()
DSemaExpr.cpp5982 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility()
6456 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()
6476 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()
7113 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints()
DSemaChecking.cpp9842 if (ICE->getType()->isVoidPointerType() && in CheckArgumentWithTypeTag()
9849 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
DSemaDeclAttr.cpp4211 if (!T->isVoidPointerType()) { in handleObjCBridgeAttr()
DSemaOverload.cpp10325 (!S.getLangOpts().CPlusPlus && TargetType->isVoidPointerType())) { in AddMatchingNonTemplateFunction()
DSemaDecl.cpp1901 if (!T->isVoidPointerType()) { in MergeTypedefNameDecl()
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1508 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
/external/clang/lib/AST/
DExprConstant.cpp4972 if (!E->getType()->isVoidPointerType()) { in VisitCastExpr()
4974 if (SubExpr->getType()->isVoidPointerType()) in VisitCastExpr()
7425 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && in VisitBinaryOperator()
DType.cpp385 bool Type::isVoidPointerType() const { in isVoidPointerType() function in Type
DASTContext.cpp6728 if (lhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()
6731 else if (rhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()