Home
last modified time | relevance | path

Searched refs:isUnchecked (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h71 std::optional<bool> isUnchecked(const clang::QualType T);
99 std::optional<bool> isUnchecked(const clang::CXXRecordDecl *Class);
H A DPtrTypesSemantics.cpp226 std::optional<bool> isUnchecked(const QualType T) { in isUnchecked() function
233 return isUnchecked(T->getAsCXXRecordDecl()); in isUnchecked()
330 std::optional<bool> isUnchecked(const CXXRecordDecl *Class) { in isUnchecked() function
347 return isUnchecked(CXXRD); in isUncheckedPtr()
356 auto isUncheckedPtr = isUnchecked(CXXRD); in isUnsafePtr()
H A DRawPtrRefCallArgsChecker.cpp431 return isUnchecked(QT); in isUnsafeType()