/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 620 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 D | UninitializedPointee.cpp | 277 if (T->isVoidPointerType()) in isVoidPointer()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocSizeofChecker.cpp | 139 if (B->isVoidPointerType() && A->getAs<PointerType>()) in typesCompatible()
|
H A D | MoveChecker.cpp | 500 if (Tp->isBooleanType() || Tp->isVoidType() || Tp->isVoidPointerType()) in isMoveSafeMethod()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | CanonicalType.h | 289 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isVoidPointerType)
|
H A D | Type.h | 2017 bool isVoidPointerType() const;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | FormatString.cpp | 464 if (argTy->isVoidPointerType()) { in matchesType()
|
H A D | ItaniumMangle.cpp | 5700 if (NeedExactType && T->isVoidPointerType()) { in mangleValueInTemplateArg() 5707 mangleType(T->isVoidPointerType() in mangleValueInTemplateArg()
|
H A D | Type.cpp | 589 bool Type::isVoidPointerType() const { in isVoidPointerType() function in Type
|
H A D | ExprConstant.cpp | 5765 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 D | SemaCast.cpp | 2151 unsigned Diag = DestType->isVoidPointerType() ? in checkIntToPointerCast() 2399 unsigned Diag = SrcType->isVoidPointerType() in TryReinterpretCast() 3034 if (SrcType->isVoidPointerType()) in CheckCStyleCast()
|
H A D | SemaExprCXX.cpp | 6635 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 D | SemaCoroutine.cpp | 396 if (!JustAddress->getType().getTypePtr()->isVoidPointerType()) in maybeTailCall()
|
H A D | SemaPseudoObject.cpp | 1055 (T->isObjCObjectPointerType() || T->isVoidPointerType())) in CheckSubscriptingKind()
|
H A D | SemaExpr.cpp | 7945 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 D | SemaChecking.cpp | 1344 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 D | SemaDeclAttr.cpp | 5530 if (!T->isVoidPointerType()) { in handleObjCBridgeAttr()
|
H A D | SemaTemplate.cpp | 7566 } else if (ParamType->isVoidPointerType() && in BuildExpressionFromDeclTemplateArgument()
|
H A D | SemaDecl.cpp | 2252 if (!T->isVoidPointerType()) { in MergeTypedefNameDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 752 if (CastTy->isPointerType() && !CastTy->isVoidPointerType()) { in evalCastSubKind()
|
H A D | RegionStore.cpp | 1566 !RegionTy->isVoidPointerType()) { in getExistingLazyBinding()
|
H A D | BugReporter.cpp | 311 if ((*I)->getType()->isVoidPointerType()) in getMessage()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 683 if (!PT || !PT->isVoidPointerType() || in matchesStlAllocatorFn()
|
H A D | CGCall.cpp | 2326 !FI.arg_begin()->type->isVoidPointerType() && !IsThunk) { in ConstructAttributeList()
|