Home
last modified time | relevance | path

Searched refs:isBlockPointerType (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h268 (FromTy->isBlockPointerType() ^ ToTy->isBlockPointerType()) || in fromCast()
513 Ty->isBlockPointerType() || Ty->isReferenceType()) { in getZeroExpr()
617 (LTy->isBlockPointerType() || RTy->isBlockPointerType()) || in doTypeConversion()
628 (LTy->isBlockPointerType() ^ RTy->isBlockPointerType()) || in doTypeConversion()
630 if (LTy->isNullPtrType() || LTy->isBlockPointerType() || in doTypeConversion()
H A DSValBuilder.h364 type->isBlockPointerType() || type->isNullPtrType() || in makeNullWithType()
H A DSVals.h260 return T->isAnyPointerType() || T->isBlockPointerType() || in isLocType()
H A DMemRegion.h643 assert(lTy->getTypePtr()->isBlockPointerType()); in BlockCodeRegion()
792 s->getType()->isBlockPointerType()); in SymbolicRegion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp597 if (T->isBlockPointerType()) return BlockPtr; in unwrapCastAwayConstnessLevel()
682 SrcType->isBlockPointerType()) && in CastsAwayConstness()
685 DestType->isBlockPointerType()) && in CastsAwayConstness()
1120 if (((SrcType->isBlockPointerType() || SrcType->isFunctionPointerType()) && in checkCastFunctionType()
1487 else if (CStyle && DestType->isBlockPointerType()) { in TryStaticCast()
2448 SrcType->isBlockPointerType()) { in TryReinterpretCast()
2455 DestType->isBlockPointerType(); in TryReinterpretCast()
2457 SrcType->isBlockPointerType(); in TryReinterpretCast()
2505 if ((SrcType->isBlockPointerType() && DestType->isObjCObjectPointerType()) || in TryReinterpretCast()
2506 (DestType->isBlockPointerType() && SrcType->isObjCObjectPointerType())) in TryReinterpretCast()
[all …]
H A DSemaFixItUtils.cpp178 if ((T.isObjCObjectPointerType() || T.isBlockPointerType()) && in getScalarZeroExpressionForType()
H A DSemaExprObjC.cpp428 !Element->getType()->isBlockPointerType()) { in CheckObjCCollectionLiteralElement()
1840 param->getType()->isBlockPointerType()) in CheckMessageArgumentTypes()
1892 if (typeArgs && Args[i]->isPRValue() && paramType->isBlockPointerType() && in CheckMessageArgumentTypes()
1893 Args[i]->getType()->isBlockPointerType() && in CheckMessageArgumentTypes()
2956 if (receiverIsIdLike || ReceiverType->isBlockPointerType() || in BuildInstanceMessage()
3912 srcKind = (castExprType->isBlockPointerType() ? 2 : 3); in diagnoseObjCARCConversion()
3932 << unsigned(castType->isBlockPointerType()) // to ObjC|block type in diagnoseObjCARCConversion()
3972 << unsigned(castExprType->isBlockPointerType()) // of ObjC|block type in diagnoseObjCARCConversion()
4672 CK = (T->isBlockPointerType() ? CK_AnyPointerToBlockPointerCast in BuildObjCBridgedCast()
4683 << (T->isBlockPointerType()? 1 : 0) in BuildObjCBridgedCast()
[all …]
H A DSemaExpr.cpp1047 if (ExprRes.get()->getType()->isBlockPointerType()) in DefaultVariadicArgumentPromotion()
5656 else if (Fn && Fn->getType()->isBlockPointerType()) in getVariadicCallType()
5776 unsigned FnKind = Fn->getType()->isBlockPointerType() in ConvertArgumentsForCall()
5928 ProtoArgType->isBlockPointerType()) in GatherArgumentsForCall()
7206 assert(E.get()->getType()->isBlockPointerType()); in maybeExtendBlockObject()
7903 if ((!PointerTy->isAnyPointerType() && !PointerTy->isBlockPointerType()) || in checkConditionalNullPointer()
8052 if (!LHSTy->isBlockPointerType() || !RHSTy->isBlockPointerType()) { in checkConditionalBlockPointerCompatibility()
8318 if (Ty->isBlockPointerType()) { in checkBlockType()
8483 if (LHSTy->isBlockPointerType() || RHSTy->isBlockPointerType()) in CheckConditionalOperands()
9338 if (RHSType->isBlockPointerType()) { in CheckAssignmentConstraints()
[all …]
H A DSemaOpenCL.cpp100 return Arg->getType()->isBlockPointerType(); in isBlockPointer()
H A DSemaObjC.cpp103 !FirstType->isBlockPointerType()) in ActOnObjCForCollectionStmt()
646 if (typeArg->isBlockPointerType()) { in applyObjCTypeArgs()
1421 } else if (CT->isObjCIdType() || CT->isBlockPointerType()) { in CheckSubscriptingKind()
H A DSemaSwift.cpp688 if (!CompletionBlockType->isBlockPointerType()) { in handleAsyncAttr()
H A DSemaDeclAttr.cpp1233 if (QT->isAnyPointerType() || QT->isBlockPointerType()) in isValidPointerAttrType()
1239 return T->isAnyPointerType() || T->isBlockPointerType(); in isValidPointerAttrType()
1504 if (!T->isAnyPointerType() && !T->isBlockPointerType()) in handleOwnershipAttr()
1712 if (ResultType->isAnyPointerType() || ResultType->isBlockPointerType()) { in handleRestrictAttr()
1890 if (!VD || (!VD->getType()->isBlockPointerType() && in handleAnalyzerNoReturnAttr()
2666 if (Ty->isBlockPointerType() || Ty->isFunctionPointerType()) { in handleSentinelAttr()
3751 return T.isFunctionPointerType() || T.isBlockPointerType(); in isFunctionLike()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp81 if (T->isBlockPointerType() || in isCallback()
96 if (FieldT->isBlockPointerType() || FieldT->isFunctionPointerType()) in isCallback()
1418 } else if (CE->getCallee()->getType()->isBlockPointerType()) { in getSimpleCall()
H A DStore.cpp82 if (CastToTy->isBlockPointerType()) { in castRegion()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp441 else if (ArgType->isBlockPointerType()) in PropertyMemoryAttribute()
448 return ArgType->isBlockPointerType() ? "copy" : "strong"; in PropertyMemoryAttribute()
531 if (RT->isBlockPointerType() || RT->isFunctionPointerType()) in rewriteToObjCProperty()
1047 T->isBlockPointerType() || T->isFunctionPointerType() || in TypeIsInnerPointer()
1368 if (!AT->isAnyPointerType() && !AT->isBlockPointerType()) in AuditedType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp992 type->isBlockPointerType()) { in EmitBlockLiteral()
1615 bool isBlockPointer = T->isBlockPointerType(); in computeCopyInfoForBlockCapture()
2015 if (T->isBlockPointerType()) in getBlockFieldFlagsForObjCObjectPointer()
2519 if (type->isBlockPointerType()) { in buildByrefHelpers()
2534 if (type->isBlockPointerType()) { in buildByrefHelpers()
2734 if (!type->isObjCObjectPointerType() && !type->isBlockPointerType()) in emitByrefStructureInit()
H A DCGObjC.cpp1593 else if (argLoad.getType()->isBlockPointerType()) in generateObjCSetterBody()
1597 } else if (ivarRef.getType()->isBlockPointerType()) { in generateObjCSetterBody()
1598 if (argLoad.getType()->isBlockPointerType()) in generateObjCSetterBody()
2284 if (type->isBlockPointerType()) in EmitARCRetain()
2503 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong()
2567 if (!type->isBlockPointerType()) in EmitARCRetainAutorelease()
3058 assert(e->getType()->isBlockPointerType()); in shouldEmitSeparateBlockRetain()
3613 if (!hasImmediateRetain && e->getType()->isBlockPointerType()) { in EmitARCStoreStrong()
H A DCGPointerAuth.cpp154 if (PointerType->isBlockPointerType()) in getPointerAuthInfoForType()
H A DCodeGenTypes.cpp853 assert((T->isAnyPointerType() || T->isBlockPointerType()) && "Invalid type"); in isPointerZeroInitializable()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1211 T->isBlockPointerType()) { in RewriteTypeIntoString()
3407 ? CK_BitCast : recExpr->getType()->isBlockPointerType() in SynthMessageExpr()
3442 if (SubExpr->getType()->isBlockPointerType()) { in SynthMessageExpr()
3463 } else if (userExpr->getType()->isBlockPointerType()) { in SynthMessageExpr()
4150 else if (VD->getType()->isBlockPointerType()) in SynthesizeBlockHelperFuncs()
4167 else if (VD->getType()->isBlockPointerType()) in SynthesizeBlockHelperFuncs()
4357 VD->getType()->isBlockPointerType()) in SynthesizeBlockLiterals()
5064 if (Ty->isBlockPointerType()) in RewriteByRefVar()
5128 if (Ty->isBlockPointerType() || Ty->isFunctionPointerType()) in RewriteByRefVar()
5180 BlockDeclRefs[i]->getType()->isBlockPointerType()) in CollectBlockDeclRefInfo()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1838 assert(getSubExpr()->getType()->isBlockPointerType()); in CastConsistency()
1853 assert(getType()->isBlockPointerType() == in CastConsistency()
1854 getSubExpr()->getType()->isBlockPointerType()); in CastConsistency()
1859 assert(getType()->isBlockPointerType()); in CastConsistency()
1861 !getSubExpr()->getType()->isBlockPointerType()); in CastConsistency()
1865 assert(getType()->isBlockPointerType()); in CastConsistency()
1866 assert(getSubExpr()->getType()->isBlockPointerType()); in CastConsistency()
H A DFormatString.cpp575 argTy->isBlockPointerType() || argTy->isNullPtrType()) { in matchesType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp760 if (ArgTy->isBlockPointerType()) in checkPreObjCMessage()
H A DNullabilityChecker.cpp314 return T->isAnyPointerType() || T->isBlockPointerType(); in isValidPointerType()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp983 if (!Ty->isBlockPointerType()) { in isConventional()

123