Home
last modified time | relevance | path

Searched defs:isSafePtrType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLocalVarsChecker.cpp400 bool isSafePtrType(const QualType type) const final { in isSafePtrType() function in __anon4bbed29c0111::UncountedLocalVarsChecker
417 bool isSafePtrType(const QualType type) const final { in isSafePtrType() function in __anon4bbed29c0111::UncheckedLocalVarsChecker
439 bool isSafePtrType(const QualType type) const final { in isSafePtrType() function in __anon4bbed29c0111::UnretainedLocalVarsChecker
H A DRawPtrRefCallArgsChecker.cpp417 bool isSafePtrType(const QualType type) const final { in isSafePtrType() function in __anon77df98de0111::UncountedCallArgsChecker
442 bool isSafePtrType(const QualType type) const final { in isSafePtrType() function in __anon77df98de0111::UncheckedCallArgsChecker
473 bool isSafePtrType(const QualType type) const final { in isSafePtrType() function in __anon77df98de0111::UnretainedCallArgsChecker
H A DASTUtils.cpp28 std::function<bool(const clang::QualType)> isSafePtrType, in tryToFindPtrOrigin()