Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h274 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
DType.h1530 bool isVoidPointerType() const;
/external/clang/lib/AST/
DType.cpp382 bool Type::isVoidPointerType() const { in isVoidPointerType() function in Type
DExprConstant.cpp4579 if (!E->getType()->isVoidPointerType()) { in VisitCastExpr()
4581 if (SubExpr->getType()->isVoidPointerType()) in VisitCastExpr()
6593 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && in VisitBinaryOperator()
DASTContext.cpp6466 if (lhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()
6469 else if (rhs->isVoidPointerType() || in ObjCQualifiedIdTypesAreCompatible()
/external/clang/lib/Sema/
DSemaCast.cpp1676 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast()
DSemaExpr.cpp5354 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility()
5644 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()
5664 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()
6288 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints()
DSemaChecking.cpp7236 if (ICE->getType()->isVoidPointerType() && in CheckArgumentWithTypeTag()
7243 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
DSemaDecl.cpp1694 if (!T->isVoidPointerType()) { in MergeTypedefNameDecl()
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1421 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()