Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h620 if (LTy->isVoidPointerType() ^ RTy->isVoidPointerType()) { in doTypeConversion()
623 if (RTy->isVoidPointerType()) in doTypeConversion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp277 if (T->isVoidPointerType()) in isVoidPointer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp139 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible()
H A DMoveChecker.cpp500 if (Tp->isBooleanType() || Tp->isVoidType() || Tp->isVoidPointerType()) in isMoveSafeMethod()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h289 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
H A DType.h2017 bool isVoidPointerType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp464 if (argTy->isVoidPointerType()) { in matchesType()
H A DItaniumMangle.cpp5700 if (NeedExactType && T->isVoidPointerType()) { in mangleValueInTemplateArg()
5707 mangleType(T->isVoidPointerType() in mangleValueInTemplateArg()
H A DType.cpp589 bool Type::isVoidPointerType() const { in isVoidPointerType() function in Type
H A DExprConstant.cpp5765 if (E->getType()->isVoidPointerType()) in HandleDynamicCast()
8728 if (!E->getType()->isVoidPointerType()) { in VisitCastExpr()
8739 if (SubExpr->getType()->isVoidPointerType()) in VisitCastExpr()
12677 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && IsRelational) in EvaluateComparisonBinaryOperator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2151 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast()
2399 unsigned Diag = SrcType->isVoidPointerType() in TryReinterpretCast()
3034 if (SrcType->isVoidPointerType()) in CheckCStyleCast()
H A DSemaExprCXX.cpp6635 else if (T1->isVoidPointerType() || T2->isVoidPointerType()) in FindCompositePointerType()
6643 else if (T1->isVoidPointerType() || T2->isVoidPointerType()) in FindCompositePointerType()
6704 if (Steps.empty() && ((Composite1->isVoidPointerType() && in FindCompositePointerType()
6707 Composite2->isVoidPointerType()))) { in FindCompositePointerType()
H A DSemaCoroutine.cpp396 if (!JustAddress->getType().getTypePtr()->isVoidPointerType()) in maybeTailCall()
H A DSemaPseudoObject.cpp1055 (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind()
H A DSemaExpr.cpp7945 if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) { in checkConditionalBlockPointerCompatibility()
8479 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) { in FindCompositeObjCPointerType()
8499 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) { in FindCompositeObjCPointerType()
9347 if (RHSType->isVoidPointerType()) { in CheckAssignmentConstraints()
11779 ((LHSType->isFunctionPointerType() && RHSType->isVoidPointerType()) || in CheckCompareOperands()
11780 (RHSType->isFunctionPointerType() && LHSType->isVoidPointerType()))) { in CheckCompareOperands()
H A DSemaChecking.cpp1344 if (ParamTy->isVoidPointerType()) in SemaBuiltinLaunder()
7041 if ((ExpectedType->isVoidPointerType() && !ArgType->isPointerType()) || in SemaBuiltinPPCMMACall()
7042 (!ExpectedType->isVoidPointerType() && in SemaBuiltinPPCMMACall()
15857 if (ICE->getType()->isVoidPointerType() && in CheckArgumentWithTypeTag()
15864 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
H A DSemaDeclAttr.cpp5530 if (!T->isVoidPointerType()) { in handleObjCBridgeAttr()
H A DSemaTemplate.cpp7566 } else if (ParamType->isVoidPointerType() && in BuildExpressionFromDeclTemplateArgument()
H A DSemaDecl.cpp2252 if (!T->isVoidPointerType()) { in MergeTypedefNameDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp752 if (CastTy->isPointerType() && !CastTy->isVoidPointerType()) { in evalCastSubKind()
H A DRegionStore.cpp1566 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
H A DBugReporter.cpp311 if ((*I)->getType()->isVoidPointerType()) in getMessage()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp683 if (!PT || !PT->isVoidPointerType() || in matchesStlAllocatorFn()
H A DCGCall.cpp2326 !FI.arg_begin()->type->isVoidPointerType() && !IsThunk) { in ConstructAttributeList()