Home
last modified time | relevance | path

Searched refs:isUnretained (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h84 bool isUnretained(const QualType, bool ignoreARC = false);
91 std::optional<bool> isUnretained(const clang::QualType T, bool IsARCEnabled);
H A DRetainPtrCtorAdoptChecker.cpp259 if (RTC.isUnretained(Decl->getType())) in checkCreateOrCopyFunction()
383 if (RTC.isUnretained(RetValue->getType())) in visitReturnStmt()
496 if (RTC.isUnretained(QT, true /* ignoreARC */)) in isOwned()
H A DPtrTypesSemantics.cpp266 bool RetainTypeChecker::isUnretained(const QualType QT, bool ignoreARC) { in isUnretained() function in clang::RetainTypeChecker
286 std::optional<bool> isUnretained(const QualType T, bool IsARCEnabled) { in isUnretained() function
357 auto isUnretainedPtr = isUnretained(T, IsArcEnabled); in isUnsafePtr()
H A DRawPtrRefCallArgsChecker.cpp462 return RTC->isUnretained(QT); in isUnsafeType()
466 return RTC->isUnretained(QT); in isUnsafePtr()
H A DForwardDeclChecker.cpp138 return !RTC.isUnretained(QT) && !SystemTypes.contains(CanonicalType) && in isUnknownType()
H A DRawPtrRefMemberChecker.cpp366 return RTC->isUnretained(QT, ignoreARC); in isUnsafePtr()
H A DRawPtrRefLocalVarsChecker.cpp434 return RTC->isUnretained(T); in isUnsafePtr()
H A DRawPtrRefLambdaCapturesChecker.cpp492 return RTC->isUnretained(QT); in isUnsafePtr()