Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h47 std::optional<bool> isUncounted(const clang::CXXRecordDecl* Class);
H A DPtrTypesSemantics.cpp146 std::optional<bool> isUncounted(const CXXRecordDecl* Class) in isUncounted() function
165 return isUncounted(CXXRD); in isUncountedPtr()
H A DUncountedCallArgsChecker.cpp91 isUncounted(ArgType->getAsCXXRecordDecl()); in visitCallExpr()