Home
last modified time | relevance | path

Searched refs:isRetainPtrType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h118 bool isRetainPtrType(const clang::QualType T);
H A DRetainPtrCtorAdoptChecker.cpp493 if (isRetainPtrType(QT)) in isOwned()
555 if (isRetainPtrType(RetType)) in isOwned()
H A DRawPtrRefLocalVarsChecker.cpp440 return isRetainPtrType(type); in isSafePtrType()
H A DRawPtrRefCallArgsChecker.cpp474 return isRetainPtrType(type); in isSafePtrType()
H A DPtrTypesSemantics.cpp205 bool isRetainPtrType(const clang::QualType T) { in isRetainPtrType() function