Home
last modified time | relevance | path

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

12

/external/llvm-project/clang-tools-extra/clang-tidy/google/
DAvoidCStyleCastsCheck.cpp211 if (SourceType->isVoidPointerType()) in check()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h620 if (LTy->isVoidPointerType() ^ RTy->isVoidPointerType()) { in doTypeConversion()
623 if (RTy->isVoidPointerType()) in doTypeConversion()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
DUninitializedPointee.cpp277 if (T->isVoidPointerType()) in isVoidPointer()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp140 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp139 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible()
DMoveChecker.cpp505 if (Tp->isBooleanType() || Tp->isVoidType() || Tp->isVoidPointerType()) in isMoveSafeMethod()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DStore.cpp429 if (castTy->isPointerType() && !castTy->isVoidPointerType()) in CastRetrievedVal()
DRegionStore.cpp1567 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
DBugReporter.cpp311 if ((*I)->getType()->isVoidPointerType()) in getMessage()
/external/clang/include/clang/AST/
DCanonicalType.h273 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
/external/llvm-project/clang/include/clang/AST/
DCanonicalType.h289 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
/external/clang/lib/Analysis/
DFormatString.cpp415 if (argTy->isVoidPointerType()) { in matchesType()
/external/llvm-project/clang/lib/AST/
DFormatString.cpp464 if (argTy->isVoidPointerType()) { in matchesType()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp2055 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast()
2293 unsigned Diag = SrcType->isVoidPointerType() in TryReinterpretCast()
2908 if (SrcType->isVoidPointerType()) in CheckCStyleCast()
DSemaExprCXX.cpp6561 else if (T1->isVoidPointerType() || T2->isVoidPointerType()) in FindCompositePointerType()
6569 else if (T1->isVoidPointerType() || T2->isVoidPointerType()) in FindCompositePointerType()
6630 if (Steps.empty() && ((Composite1->isVoidPointerType() && in FindCompositePointerType()
6633 Composite2->isVoidPointerType()))) { in FindCompositePointerType()
DSemaCoroutine.cpp396 if (!JustAddress->getType().getTypePtr()->isVoidPointerType()) in maybeTailCall()
DSemaPseudoObject.cpp1055 (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind()
DSemaExpr.cpp7845 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility()
8379 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()
8399 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()
9247 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints()
11666 ((LHSType->isFunctionPointerType() && RHSType->isVoidPointerType()) || in CheckCompareOperands()
11667 (RHSType->isFunctionPointerType() && LHSType->isVoidPointerType()))) { in CheckCompareOperands()
DSemaChecking.cpp1342 if (ParamTy->isVoidPointerType()) in SemaBuiltinLaunder()
6838 if ((ExpectedType->isVoidPointerType() && !ArgType->isPointerType()) || in SemaBuiltinPPCMMACall()
6839 (!ExpectedType->isVoidPointerType() && in SemaBuiltinPPCMMACall()
15588 if (ICE->getType()->isVoidPointerType() && in CheckArgumentWithTypeTag()
15595 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
/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()
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1508 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp675 if (!PT || !PT->isVoidPointerType() || in matchesStlAllocatorFn()
/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()

12