Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp152 std::optional<bool> IsRefCountable = isRefCountable(Class); in isUncounted() local
153 if (!IsRefCountable) in isUncounted()
156 return (*IsRefCountable); in isUncounted()